diff --git a/doc/conf.py b/doc/conf.py index 20ea09a38a35c8194eef26e0195aad6b13264648..2c1a769af15fca227c237ecaf839f71e547b96cf 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -50,9 +50,6 @@ pygments_style = "sphinx" html_theme = "furo" -html_theme_options = {} - - # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = { "https://docs.python.org/3": None, @@ -63,4 +60,3 @@ intersphinx_mapping = { } autoclass_content = "class" -autodoc_typehints = "description"