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 b38b9fb commit 1f868c7Copy full SHA for 1f868c7
.readthedocs.yaml
@@ -15,8 +15,8 @@ build:
15
sphinx:
16
configuration: docs/conf.py
17
18
- We recommend specifying your dependencies to enable reproducible builds:
19
- https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
20
- python:
21
- install:
22
- - requirements: docs/requirements.txt
+ # We recommend specifying your dependencies to enable reproducible builds:
+ #https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
+python:
+ install:
+ - requirements: docs/requirements.txt
0 commit comments