Skip to content

Commit

Permalink
try adding other sphinx extensions
Browse files Browse the repository at this point in the history
Signed-off-by: miguelgfierro <[email protected]>
  • Loading branch information
miguelgfierro committed Jan 4, 2024
1 parent 4b2bba8 commit 1abc9a6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,11 @@ sphinx:
extra_extensions:
- sphinx_inline_tabs
- sphinx.ext.autodoc
- sphinx.ext.napoleon
- sphinx.ext.viewcode
- sphinx.ext.doctest
- sphinx.ext.intersphinx
- sphinx.ext.ifconfig
- sphinx.ext.napoleon # To render Google format docstrings
- sphinx.ext.viewcode # Add links to highlighted source code
config:
napoleon_google_docstring: True
autodoc_member_order: groupwise
Expand Down

0 comments on commit 1abc9a6

Please sign in to comment.