We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43edec2 commit c1d7cc6Copy full SHA for c1d7cc6
.readthedocs.yml
@@ -2,4 +2,5 @@ python:
2
version: 3
3
extra_requirements:
4
- docs
5
- pip_install: true
+ pip_install: false
6
+ requirements: docs/requirements.txt
docs/requirements.txt
@@ -0,0 +1,4 @@
1
+# keep these in sync with setup.cfg
+sphinx
+jaraco.packaging>=6.1
+rst.linker>=1.9
setup.cfg
@@ -74,6 +74,7 @@ tests =
74
pip>=19.1 # For proper file:// URLs support.
75
76
docs =
77
+ # Keep these in sync with docs/requirements.txt
78
sphinx
79
jaraco.packaging>=6.1
80
rst.linker>=1.9
0 commit comments