Skip to content

Commit

Permalink
DOC: ensure RTD build uses config file (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw authored Oct 12, 2023
1 parent a2dcf92 commit 676c41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build:
- npm install --global "[email protected]"
- pip install .
- pip install -r docs/requirements.txt
- python -m sphinx docs $READTHEDOCS_OUTPUT/html -b html -W -C -D master_doc=index -D extensions=sphinxcontrib.katex -D katex_prerender=1
- python -m sphinx docs $READTHEDOCS_OUTPUT/html -b html -W -D master_doc=index -D extensions=sphinxcontrib.katex -D katex_prerender=1

sphinx:
configuration: docs/conf.py
Expand Down

0 comments on commit 676c41f

Please sign in to comment.