We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbec028 commit d51918aCopy full SHA for d51918a
.readthedocs.yaml
@@ -20,11 +20,11 @@ build:
20
- mkdir -p $READTHEDOCS_OUTPUT/html/
21
- cd docs && pwd
22
- cd docs && ls
23
- - python -m sphinx -T -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html
+ - python -m sphinx -T -b html -d _build/doctrees -D language=en ./docs $READTHEDOCS_OUTPUT/html
24
25
# Build documentation in the docs/ directory with Sphinx
26
sphinx:
27
- configuration: ./docs/conf.py
+ configuration: docs/conf.py
28
29
# Build all formats
30
formats: all
0 commit comments