Skip to content

Commit

Permalink
napoleon now packaged with sphinx
Browse files Browse the repository at this point in the history
Update conf.py
  • Loading branch information
reverendbedford committed Jan 13, 2023
1 parent c742557 commit d0a8d25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
sphinx
sphinxcontrib-napoleon
sphinxcontrib-bibtex
sphinx-rtd-theme
torch
Expand Down
4 changes: 2 additions & 2 deletions doc/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# -- Project information -----------------------------------------------------

project = 'pyoptmat'
copyright = '2022, Argonne National Laboratory'
copyright = '2023, Argonne National Laboratory'
author = 'Argonne National Laboratory'

# The full version, including alpha/beta/rc tags
Expand All @@ -32,7 +32,7 @@
# ones.
extensions = [
'sphinx.ext.autodoc',
'sphinxcontrib.napoleon',
'sphinx.ext.napoleon',
'sphinxcontrib.bibtex'
]

Expand Down

0 comments on commit d0a8d25

Please sign in to comment.