Skip to content

Commit 4432f8e

Browse files
DOC: Correct build directory
1 parent f4c5af6 commit 4432f8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
sudo apt-get update -y
2323
sudo apt-get install pandoc
2424
pip install -r examples/requirements.txt
25-
pip install sphinx nbsphinx
25+
pip install sphinx nbsphinx sphinx_rtd_theme
2626
- name: Build docs
2727
run: |
2828
cd docs
29-
sphinx-build -W docs/source docs/build
29+
sphinx-build -Wb html source build

0 commit comments

Comments
 (0)