File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 45
45
"sphinx.ext.ifconfig" ,
46
46
"sphinx.ext.linkcode" ,
47
47
"sphinx.ext.githubpages" ,
48
+ "sphinx.ext.napoleon" ,
48
49
"sphinxcontrib.apidoc" ,
49
- "sphinxcontrib.napoleon" ,
50
50
]
51
51
52
52
# Add any paths that contain templates here, relative to this directory.
Original file line number Diff line number Diff line change 1
1
# This requirements file includes unreleased dependencies above and beyond those
2
2
# specified in the project.optional-dependencies.doc table of pyproject.toml
3
- git+https://github.com/AleksandarPetrov/napoleon.git@0dc3f28a309ad602be5f44a9049785a1026451b3#egg=sphinxcontrib-napoleon
4
3
git+https://github.com/effigies/sphinxcontrib-versioning.git@master#egg=sphinxcontrib-versioning
Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ doc = [
58
58
" sphinx >=2.1.2" ,
59
59
" sphinx_rtd_theme" ,
60
60
" sphinxcontrib-apidoc ~=0.3.0" ,
61
- " sphinxcontrib-napoleon" ,
62
61
" sphinxcontrib-versioning" ,
63
62
]
64
63
test = [
You can’t perform that action at this time.
0 commit comments