Skip to content

Commit 5ba790a

Browse files
committed
Remove built-in sphinxcontrib-napoleon.
1 parent 1f7eb0b commit 5ba790a

File tree

3 files changed

+45
-87
lines changed

3 files changed

+45
-87
lines changed

Pipfile

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,16 @@ name = "pypi"
66
[packages]
77

88
[dev-packages]
9+
black = "*"
10+
flake8 = "*"
11+
importlib-metadata = "==4.13.0"
12+
pre-commit = "*"
913
pytest = "7.4.4"
14+
pytest-xdist = "*"
1015
sphinx = "5.3.0"
1116
sphinx-rtd-theme = "2.0.0"
1217
sphinx-autobuild = "2021.3.14"
13-
sphinxcontrib-napoleon = "0.7"
1418
wheel = "0.41.2"
15-
pytest-xdist = "*"
16-
bump2version = "*"
17-
black = "*"
18-
flake8 = "*"
19-
importlib-metadata = "==4.13.0"
20-
pre-commit = "*"
2119

2220
[requires]
2321
python_version = "3.7.17"

Pipfile.lock

Lines changed: 40 additions & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
sphinx==5.3.0
22
sphinx-rtd-theme==2.0.0
33
sphinx-autobuild==2021.3.14
4-
sphinxcontrib-napoleon==0.7

0 commit comments

Comments
 (0)