Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Sep 3, 2024
1 parent 5f32822 commit 30767dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

extensions = [
'sphinx.ext.autodoc',
'sphinx_autodoc_typehints',
# 'sphinx_autodoc_typehints',
'sphinx.ext.napoleon',
'sphinx.ext.viewcode'
]
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ sphinx = "^8.0.2"
sphinx-autodoc-typehints = "^2.2.3"

[project.optional-dependencies]
documentation = ["sphinx-autodoc-typehints>=2.3.0", "sphinx_rtd_theme", "mock"]
# documentation = ["sphinx-autodoc-typehints>=2.3.0", "sphinx_rtd_theme", "mock"]
documentation = ["sphinx-autodoc-typehints"]

[tool.pytest.ini_options]
testpaths = ["tests"]
Expand Down

0 comments on commit 30767dd

Please sign in to comment.