Skip to content

Commit

Permalink
Fix bug when building docs
Browse files Browse the repository at this point in the history
- add numpydoc to sphinx extensions
- add numpydoc to docs requirements.txt
  • Loading branch information
Manuel authored and Manuel committed Feb 19, 2024
1 parent ad24baa commit 22a7d57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sphinx==7.2.5
sphinx_rtd_theme==2.0.0
regex
numpydoc==1.6.0
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
'sphinx.ext.coverage',
'sphinx.ext.napoleon',
'sphinx.ext.viewcode',
'sphinx.ext.imgconverter'
'sphinx.ext.imgconverter',
'numpydoc',
]

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

0 comments on commit 22a7d57

Please sign in to comment.