Skip to content

Commit

Permalink
trying to fix readthedocs build
Browse files Browse the repository at this point in the history
  • Loading branch information
tabacof committed Dec 6, 2023
1 parent e7ba821 commit 992c9d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ build:
- python -m pip install --upgrade --no-cache-dir sphinx readthedocs-sphinx-ext
- python -m pip install --exists-action=w --no-cache-dir -r docs/requirements.txt
- cat docs/conf.py
- cd docs
- python -m sphinx -T -E -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html
- python -m sphinx -T -E -b html -d _build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html

sphinx:
configuration: docs/conf.py
Expand Down

0 comments on commit 992c9d9

Please sign in to comment.