Skip to content

Commit

Permalink
Merge pull request #472 into main
Browse files Browse the repository at this point in the history
This changeset adds numpydoc to the documentation build requirements,
better distinguishing between parameters and return values.
  • Loading branch information
Benjamin Moody committed Dec 7, 2023
2 parents 8d81359 + 4606a98 commit 7b58dad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/conf.py
Expand Up @@ -44,7 +44,10 @@ def __getattr__(cls, name):
# 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"]
extensions = [
"sphinx.ext.autodoc",
"numpydoc",
]

# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
@@ -1,3 +1,4 @@
numpydoc<1.6
sphinx==4.5.0
sphinx_rtd_theme==1.0.0
readthedocs-sphinx-search==0.1.1

0 comments on commit 7b58dad

Please sign in to comment.