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 a4ee243 commit 71368d5Copy full SHA for 71368d5
Pipfile
@@ -7,8 +7,7 @@ name = "pypi"
7
docutils = "*"
8
alagitpull = "*"
9
aafigure = "*"
10
-sphinxcontrib-napoleon = "*"
11
-sphinx = ">=1.8.1"
+sphinx = "*"
12
isort = "*"
13
"flake8" = "*"
14
pytest = "*"
@@ -24,7 +23,6 @@ libtmux = "==0.8.1"
24
23
click = ">=7<8"
25
colorama = "*"
26
"e1839a8" = {path = ".", editable = true}
27
-sphinx = "*"
28
29
[requires]
30
python_version = "2.7"
requirements/doc.txt
@@ -3,5 +3,4 @@ docutils>=0.14
3
sphinx>=1.8.1
4
alagitpull>=0.0.21
5
aafigure>=0.6
6
-sphinxcontrib-napoleon>=0.7
doc8>=0.8.0
0 commit comments