Skip to content

Commit 36829c8

Browse files
committed
Loosen sphinx/alagitpull versions, update napoleon for sphinx >2
1 parent 6006dc3 commit 36829c8

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

Pipfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ name = "pypi"
55

66
[dev-packages]
77
docutils = "==0.14"
8-
alagitpull = "==0.0.22"
9-
sphinxcontrib-napoleon = "==0.7"
10-
Sphinx = "==2.0.1"
8+
alagitpull = ">=0.0.22"
9+
Sphinx = ">=2.0.1"
1110
isort = "==4.3.18"
1211
flake8 = "==3.7.7"
1312
pytest = "==4.5.0"

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
'sphinx.ext.intersphinx',
2828
'sphinx.ext.todo',
2929
'sphinx.ext.linkcode',
30-
'sphinxcontrib.napoleon',
30+
'sphinx.ext.napoleon',
3131
'alagitpull',
3232
]
3333

requirements/doc.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
docutils==0.14
2-
sphinx==2.0.1
3-
alagitpull==0.0.23
4-
sphinxcontrib-napoleon==0.7
2+
sphinx>=2.0.0
3+
alagitpull>=0.0.22

0 commit comments

Comments
 (0)