Skip to content

Commit

Permalink
Removes napolean from docs dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-lemon committed Dec 29, 2023
1 parent 410c174 commit 348b37f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ def get_version(fname):
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.napoleon'
'sphinx.ext.autodoc'
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
1 change: 0 additions & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ rst2pdf
# define sphinx versioning
sphinx==5.3.0
autodoc
napoleon

0 comments on commit 348b37f

Please sign in to comment.