We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4508fac commit b3bfbecCopy full SHA for b3bfbec
.readthedocs.yml
@@ -13,7 +13,7 @@ build:
13
jobs:
14
build:
15
html:
16
- - python -m sphinx -vvv -T -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html
+ - python -m sphinx -vvv -T -b html -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html
17
18
sphinx:
19
configuration: docs/conf.py
0 commit comments