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 49e3ab9 commit 3cb5808Copy full SHA for 3cb5808
.readthedocs.yaml
@@ -14,7 +14,6 @@ build:
14
15
# Build documentation in the "docs/" directory with Sphinx
16
sphinx:
17
-
18
configuration: sphinx/source/conf.py
19
20
# You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs
@@ -32,6 +31,6 @@ sphinx:
32
31
# to build your documentation
33
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
34
35
-# python:
36
-# install:
37
-# - requirements: docs/requirements.txt
+python:
+ install:
+ - requirements: sphinx/requirements.txt
0 commit comments