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 9a40142 commit eea27bf
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 @@ -20,7 +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
- python -m sphinx -T -E -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/htm
- python -m sphinx -T -E -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html

sphinx:
configuration: docs/conf.py
Expand Down

0 comments on commit eea27bf

Please sign in to comment.