Skip to content

Commit

Permalink
Cleanup docs configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti committed Oct 17, 2023
1 parent bb65e49 commit 796574e
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@
"sphinx.ext.napoleon",
"sphinx_autodoc_typehints",
"sphinx_multiversion",
# "sphinx_fontawesome",
# "breathe",
# "sphinx_tabs.tabs",
]

# -- Options for intersphinx extension
Expand All @@ -57,25 +54,6 @@

autodoc_typehints = "signature"

# autodoc_default_options = {
# "members": True,
# "undoc-members": True,
# "member-order": "bysource",
# }

# # Napoleon settings
# napoleon_google_docstring = True
# napoleon_numpy_docstring = True
# napoleon_include_init_with_doc = False
# napoleon_include_private_with_doc = False
# napoleon_include_special_with_doc = False
# napoleon_use_admonition_for_examples = False
# napoleon_use_admonition_for_notes = False
# napoleon_use_admonition_for_references = False
# napoleon_use_ivar = True
# napoleon_use_param = True
# napoleon_use_rtype = True

# -- Options for HTML output

html_theme = "sphinx_rtd_theme"
Expand Down

0 comments on commit 796574e

Please sign in to comment.