Skip to content

Commit

Permalink
disable autodoc_typehints
Browse files Browse the repository at this point in the history
Signed-off-by: Christian López Barrón <[email protected]>
  • Loading branch information
chrizzFTD committed Dec 8, 2024
1 parent aa51d52 commit 917d463
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,23 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.doctest',
'sphinx.ext.intersphinx',
'sphinx.ext.inheritance_diagram',
'sphinx.ext.todo',
'sphinx.ext.coverage',
'sphinx.ext.viewcode',
'sphinx.ext.graphviz',
"myst_parser",
'sphinx_copybutton',
'sphinx_toggleprompt',
'sphinx_togglebutton',
'sphinx_inline_tabs',
'hoverxref.extension',
'sphinx.ext.autosectionlabel',
'sphinx_autodoc_typehints']
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.doctest',
'sphinx.ext.intersphinx',
'sphinx.ext.inheritance_diagram',
'sphinx.ext.todo',
'sphinx.ext.coverage',
'sphinx.ext.viewcode',
'sphinx.ext.graphviz',
"myst_parser",
'sphinx_copybutton',
'sphinx_toggleprompt',
'sphinx_togglebutton',
'sphinx_inline_tabs',
'hoverxref.extension',
'sphinx.ext.autosectionlabel',
]

# Offset to play well with copybutton
toggleprompt_offset_right = 35
Expand Down

0 comments on commit 917d463

Please sign in to comment.