We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43edec2 commit e2a6a08Copy full SHA for e2a6a08
.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
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