Skip to content

Commit

Permalink
Merge branch 'main' into fix/owner
Browse files Browse the repository at this point in the history
  • Loading branch information
klmcadams authored Sep 23, 2024
2 parents 83a9b21 + f8d4a94 commit 4a62abb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/changelog.d/234.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build(deps-dev): bump ansys-sphinx-theme[autoapi] from 1.0.8 to 1.0.11
1 change: 1 addition & 0 deletions doc/changelog.d/235.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build(deps-dev): bump sphinx-autodoc-typehints from 2.4.1 to 2.4.4
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ def run(self):
],
extras_require={
"doc": [
"ansys-sphinx-theme[autoapi]==1.0.8",
"ansys-sphinx-theme[autoapi]==1.0.11",
"numpydoc==1.8.0",
"sphinx==8.0.2",
"sphinx-autodoc-typehints==2.4.1",
"sphinx-autodoc-typehints==2.4.4",
"sphinx-copybutton==0.5.1",
],
"tests": [
Expand Down

0 comments on commit 4a62abb

Please sign in to comment.