Skip to content

Commit

Permalink
Merge pull request #181 from ansys/update_conf
Browse files Browse the repository at this point in the history
Update conf
  • Loading branch information
Samuelopez-ansys authored Oct 27, 2023
2 parents 98ef177 + 36b670c commit c2ff274
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"icon": "fa fa-comment fa-fw",
},
],
"collapse_navigation": True,
"navigation_with_keys": False,
}

# Sphinx extensions
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
"twine==4.0.2",
"pyaedt",
"importlib-metadata >=4.0",
"PySide6-Essentials==6.5.3",
"PySide6-Essentials==6.6.0",
"pyqtgraph",
"pyvistaqt",
"qdarkstyle",
Expand All @@ -39,12 +39,12 @@ dependencies = [

[project.optional-dependencies]
tests = [
"pytest==7.4.2",
"pytest==7.4.3",
"pytest-cov==4.1.0",
]
doc = [
"numpydoc==1.6.0",
"ansys-sphinx-theme==0.12.3",
"ansys-sphinx-theme==0.12.4",
"recommonmark==0.7.1",
"sphinx==7.2.6",
"sphinx-copybutton==0.5.2",
Expand Down

0 comments on commit c2ff274

Please sign in to comment.