File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,15 +58,15 @@ jobs:
5858 - uses : ammaraskar/sphinx-problem-matcher@master
5959 - name : Build Sphinx docs
6060 run : |
61- make dirhtml
61+ make html
6262 # This fixes broken copy button icons, as explained in
6363 # https://github.com/coderefinery/sphinx-lesson/issues/50
6464 # https://github.com/executablebooks/sphinx-copybutton/issues/110
6565 # This can be removed once these PRs are accepted (but the
6666 # fixes also need to propagate to other themes):
6767 # https://github.com/sphinx-doc/sphinx/pull/8524
6868 # https://github.com/readthedocs/sphinx_rtd_theme/pull/1025
69- sed -i 's/url_root="#"/url_root=""/' _build/dirhtml/index.html || true
69+ # sed -i 's/url_root="#"/url_root=""/' _build/dirhtml/index.html || true
7070 # The following supports building all branches and combining on
7171 # gh-pages
7272
You can’t perform that action at this time.
0 commit comments