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 0efc4a9 commit 13100cb
Show file tree
Hide file tree
Showing 2 changed files with 2 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_rtd_theme',
# 'sphinx_rtd_theme',
# 'sphinx_autodoc_typehints',
'sphinx.ext.napoleon',
'sphinx.ext.viewcode'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sphinx = "^8.0.2"
sphinx-autodoc-typehints = "^2.2.3"

[project.optional-dependencies]
documentation = ["sphinx-autodoc-typehints", "sphinx_rtd_theme"]
documentation = ["sphinx-autodoc-typehints"]

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

0 comments on commit 13100cb

Please sign in to comment.