Skip to content

Commit

Permalink
fix pynorms
Browse files Browse the repository at this point in the history
  • Loading branch information
aerorahul committed Jul 6, 2023
1 parent a01bb68 commit 76f92f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,12 @@
templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']



# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = 'sphinx_rtd_theme'
html_theme_path = ["_themes", ]
html_static_path = ['_static']

# Show documentation from class as well as __init__ docstring
autoclass_content = 'both'

0 comments on commit 76f92f3

Please sign in to comment.