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 53439a0 commit bb25dd1Copy full SHA for bb25dd1
.readthedocs.yaml
@@ -20,5 +20,6 @@ sphinx:
20
# to build your documentation
21
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
22
python:
23
- install:
24
- - requirements: docs/requirements.txt
+ install:
+ - method: pip
25
+ path: .[dev]
0 commit comments