mirror of
https://github.com/kennethreitz/neon-api-python.git
synced 2026-06-05 22:50:18 +00:00
Update NeonAPIException class name to NeonAPIError and comment out unused code in conf.py
This commit is contained in:
+5
-1
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user