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 b58d7f3 commit d3a965cCopy full SHA for d3a965c
.readthedocs.yml
@@ -6,7 +6,7 @@ version: 2
6
7
# Build documentation in the docs/ directory with Sphinx
8
sphinx:
9
- configuration: docs/conf.py
+ configuration: doc/conf.py
10
11
# Optionally build your docs in additional formats such as PDF and ePub
12
formats: all
@@ -15,4 +15,4 @@ formats: all
15
python:
16
version: 3.7
17
install:
18
- - requirements: docs/requirements.txt
+ - requirements: doc/requirements.txt
0 commit comments