File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 28
28
# TODO: add pure python dependency, so we can add an example for the github install
29
29
devdeps: git+https://github.com/astropy/pyvo.git# egg=pyvo
30
30
31
- allowlist_externals = bash, sed
31
+ allowlist_externals = bash, sed, make
32
32
33
33
commands =
34
34
pip freeze
@@ -41,8 +41,10 @@ commands =
41
41
42
42
!buildhtml: pytest --nbval-lax -vv --suppress-no-test-exit-code --durations =10 tutorials
43
43
44
- buildhtml: sphinx-build -b html . _build/html -nWT --keep-going
44
+ buildhtml: make html
45
+
45
46
# SED magic to remove the toctree captions from the rendered index page while keeping them in the sidebar TOC
47
+ # This should live upstream, clean up once supported in the JB ecosystem
46
48
buildhtml: sed -E -i.bak ' /caption-text/{N; s/.+caption-text.+\n <ul>/<ul>/; P;D;}' _build/html/index.html
47
49
buildhtml: bash -c ' rm _build/html/index.html.bak'
48
50
You can’t perform that action at this time.
0 commit comments