Skip to content

Commit

Permalink
Fix docs?
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterKraus committed Mar 31, 2024
1 parent 3de7fc8 commit 46236c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 2 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
# "sphinx.ext.coverage",
"sphinx.ext.napoleon",
"sphinx.ext.intersphinx",
"sphinx.ext.autosummary",
"sphinx_autodoc_typehints",
# "sphinx.ext.autosummary",
# "sphinx_autodoc_typehints",
"sphinx_rtd_theme",
"sphinxcontrib.autodoc_pydantic",
"sphinxcontrib.mermaid",
Expand Down Expand Up @@ -80,7 +80,6 @@
autodoc_member_order = "bysource"
autodoc_pydantic_model_show_field_summary = False
autodoc_pydantic_model_member_order = "bysource"

autodoc_pydantic_model_show_field_summary = False
autodoc_pydantic_model_member_order = "bysource"
intersphinx_mapping = {
Expand Down
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ testing = ["pytest"]
docs = [
"sphinx ~= 7.2",
"sphinx-rtd-theme ~= 1.3.0",
"sphinx-autodoc-typehints",
"autodoc-pydantic ~= 2.0.0",
"sphinxcontrib-mermaid ~= 0.9.2",
"autodoc-pydantic ~= 2.1.0",
]

[project.scripts]
Expand Down

0 comments on commit 46236c8

Please sign in to comment.