Skip to content
Snippets Groups Projects
Commit a7f4c110 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Drop autodoc_typehints from sphinx config

parent 12b11ea8
No related branches found
No related tags found
No related merge requests found
Pipeline #166796 passed with warnings
......@@ -77,9 +77,6 @@ todo_include_todos = False
html_theme = "furo"
html_theme_options = {
}
intersphinx_mapping = {
"https://docs.python.org/3/": None,
"https://numpy.org/doc/stable/": None,
......@@ -94,4 +91,3 @@ intersphinx_mapping = {
}
autoclass_content = "class"
autodoc_typehints = "description"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment