We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2707cc9 commit e6723b2Copy full SHA for e6723b2
.readthedocs.yaml
@@ -14,11 +14,11 @@ build:
14
15
# Build documentation in the "docs/" directory with Sphinx
16
sphinx:
17
- configuration: ./conf.py
+ configuration: conf.py
18
19
# Optionally, but recommended,
20
# declare the Python requirements required to build your documentation
21
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
22
python:
23
install:
24
- - requirements: ./requirements.txt
+ - requirements: requirements.txt
0 commit comments