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 6006dc3 commit 36829c8Copy full SHA for 36829c8
Pipfile
@@ -5,9 +5,8 @@ name = "pypi"
5
6
[dev-packages]
7
docutils = "==0.14"
8
-alagitpull = "==0.0.22"
9
-sphinxcontrib-napoleon = "==0.7"
10
-Sphinx = "==2.0.1"
+alagitpull = ">=0.0.22"
+Sphinx = ">=2.0.1"
11
isort = "==4.3.18"
12
flake8 = "==3.7.7"
13
pytest = "==4.5.0"
doc/conf.py
@@ -27,7 +27,7 @@
27
'sphinx.ext.intersphinx',
28
'sphinx.ext.todo',
29
'sphinx.ext.linkcode',
30
- 'sphinxcontrib.napoleon',
+ 'sphinx.ext.napoleon',
31
'alagitpull',
32
]
33
requirements/doc.txt
@@ -1,4 +1,3 @@
1
docutils==0.14
2
-sphinx==2.0.1
3
-alagitpull==0.0.23
4
-sphinxcontrib-napoleon==0.7
+sphinx>=2.0.0
+alagitpull>=0.0.22
0 commit comments