Skip to content

Commit 020b959

Browse files
committed
DOC: Use built-in napoleon
1 parent 3ce7eeb commit 020b959

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"sphinx.ext.ifconfig",
4646
"sphinx.ext.linkcode",
4747
"sphinx.ext.githubpages",
48+
"sphinx.ext.napoleon",
4849
"sphinxcontrib.apidoc",
49-
"sphinxcontrib.napoleon",
5050
]
5151

5252
# Add any paths that contain templates here, relative to this directory.

docs/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# This requirements file includes unreleased dependencies above and beyond those
22
# specified in the project.optional-dependencies.doc table of pyproject.toml
3-
git+https://github.com/AleksandarPetrov/napoleon.git@0dc3f28a309ad602be5f44a9049785a1026451b3#egg=sphinxcontrib-napoleon
43
git+https://github.com/effigies/sphinxcontrib-versioning.git@master#egg=sphinxcontrib-versioning

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ doc = [
5858
"sphinx >=2.1.2",
5959
"sphinx_rtd_theme",
6060
"sphinxcontrib-apidoc ~=0.3.0",
61-
"sphinxcontrib-napoleon",
6261
"sphinxcontrib-versioning",
6362
]
6463
test = [

0 commit comments

Comments
 (0)