Skip to content

Commit

Permalink
Updated requirements for building readthedocs documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswilburlewis committed Jan 31, 2024
1 parent 9ec43c8 commit 8292c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.napoleon', 'sphinx.ext.intersphinx', 'numpydoc']
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.napoleon', 'sphinx.ext.intersphinx']

# Napoleon settings
napoleon_numpy_docstring = True
Expand Down

0 comments on commit 8292c83

Please sign in to comment.