Skip to content

Commit 5ceab36

Browse files
committed
trying to fix docs
1 parent fbb42f9 commit 5ceab36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)