summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorc1570 <[email protected]>2025-10-20 20:19:40 +0200
committerc1570 <[email protected]>2025-10-20 21:14:28 +0200
commit9dd67b19e207edd17917296a5c7c185c86507fa8 (patch)
tree530c108579fff0de020af6a79c6aa9ab38b2d0d6
parentfa599e3ff4c41c471cd6db92fd924f95485942cd (diff)
revert unnecessary Sphinx config changes
-rwxr-xr-xdocs/conf.py20
1 files changed, 0 insertions, 20 deletions
diff --git a/docs/conf.py b/docs/conf.py
index be9aeaaf9..4249d41f7 100755
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -24,29 +24,9 @@ extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.intersphinx',
'sphinx.ext.todo',
- 'sphinx.ext.viewcode',
- 'sphinx.ext.napoleon',
'sphinx_autodoc_typehints',
]
-# Autodoc configuration
-autodoc_default_options = {
- 'members': True,
- 'undoc-members': True,
- 'show-inheritance': True,
-}
-
-# Napoleon configuration for Google/NumPy style docstrings
-napoleon_google_docstring = True
-napoleon_numpy_docstring = True
-napoleon_include_init_with_doc = False
-napoleon_include_private_with_doc = False
-
-# Intersphinx mapping for cross-references
-intersphinx_mapping = {
- 'python': ('https://docs.python.org/3', None),
-}
-
templates_path = ['_templates']
exclude_patterns = ['_build']