Update NeonAPIException class name to NeonAPIError and comment out unused code in conf.py

This commit is contained in:
2024-02-07 08:50:20 -05:00
parent 23d4b599cc
commit 96749b52ee
3 changed files with 184 additions and 8 deletions
+5 -1
View File
@@ -24,9 +24,13 @@ extensions = [
"sphinx.ext.autosummary",
"sphinx.ext.intersphinx",
"sphinx.ext.autosectionlabel",
# "sphinx_immaterial",
]
# html_theme = "sphinx_immaterial"
html_theme_options = {}
autodoc_typehints = "signature"
# autodoc_typehints = "signature"
templates_path = ["_templates"]
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]