Skip to content

Commit 58a9e87

Browse files
asherftylerdave
andauthored
Update Sphinx config to be compatible with current version (#245)
* Update Sphinx config to be compatible with current version * remove sphinx pinned version * remove ref to requirements-rtd.txt Co-authored-by: Dave Forgac <[email protected]>
1 parent 35afac1 commit 58a9e87

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
extensions = [
3737
'sphinx.ext.autodoc',
3838
'sphinx.ext.coverage',
39-
'sphinxcontrib.napoleon'
39+
'sphinx.ext.napoleon'
4040
]
4141

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

requirements-dev.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ cryptography==3.4.7
66
docopt==0.6.2
77
pytest==6.2.3
88
pytest-cov==2.11.1
9-
-r requirements.txt
10-
-r requirements-rtd.txt
9+
-r requirements.txt

requirements-rtd.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
sphinxcontrib-napoleon==0.3.4

0 commit comments

Comments
 (0)