Skip to content

Commit

Permalink
Remove napoleon and sphinx_book_theme config
Browse files Browse the repository at this point in the history
  • Loading branch information
rafmudaf committed Mar 21, 2024
1 parent 1bc5451 commit 4a73eb0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,8 @@ sphinx:
- 'sphinx.ext.viewcode'
- 'sphinx_autodoc_typehints'
- 'sphinxcontrib.autoyaml'
- 'sphinx.ext.napoleon' # Formats google and numpy docstring styles
- 'sphinxcontrib.mermaid'
config:
html_theme: sphinx_book_theme
language: 'python'
nb_execution_show_tb: true # Shows the stack trace in stdout; its suppressed otherwise.
nb_execution_raise_on_error: true # Stops the Sphinx build if there is an error in a notebook. See https://github.com/executablebooks/jupyter-book/issues/2011
Expand Down

0 comments on commit 4a73eb0

Please sign in to comment.