diff --git a/doc/source/conf.py b/doc/source/conf.py index b93413d4..1093643f 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -1,7 +1,6 @@ """Sphinx documentation configuration file.""" from datetime import datetime -from ansys_sphinx_theme import ansys_logo_black from sphinx_gallery.sorting import FileNameSortKey # -- Project information ----------------------------------------------------- @@ -124,6 +123,7 @@ html_theme = "ansys_sphinx_theme" html_logo = ansys_logo_black html_theme_options = { + "logo": "ansys", "github_url": "https://github.com/ansys/api-eigen-example", "show_prev_next": False, "show_breadcrumbs": True, diff --git a/requirements/requirements_build.txt b/requirements/requirements_build.txt index ef274b1a..ac55dccb 100644 --- a/requirements/requirements_build.txt +++ b/requirements/requirements_build.txt @@ -1,14 +1,14 @@ setuptools>=41.0.0 wheel>=0.33.0 -pybind11[global]==2.13.1 +pybind11[global]==2.13.4 demo_eigen_wrapper==0.0.1 Click>=7.0 Flask==3.0.3 numpy>=1.21.5 requests>=2.22.0 protobuf==5.26.1 -grpcio==1.65.4 -grpcio-tools==1.65.4 +grpcio==1.65.5 +grpcio-tools==1.65.5 pytest==8.3.2 pytest-cov==5.0.0 pytest-grpc==0.8.0 diff --git a/requirements/requirements_docs.txt b/requirements/requirements_docs.txt index c9347250..37ae983a 100644 --- a/requirements/requirements_docs.txt +++ b/requirements/requirements_docs.txt @@ -1,17 +1,17 @@ Sphinx==8.0.2 jupyter_sphinx==0.5.3 -numpydoc==1.7.0 -ansys_sphinx_theme==0.16.6 +numpydoc==1.8.0 +ansys_sphinx_theme==1.0.5 pypandoc==1.13 pytest-sphinx==0.6.3 sphinx-autobuild==2024.4.16 sphinx-autodoc-typehints==2.2.3 sphinx-copybutton==0.5.2 -sphinx-gallery==0.17.0 +sphinx-gallery==0.17.1 sphinx-notfound-page==1.0.4 sphinxcontrib-websupport==2.0.0 sphinxemoji==0.3.1 pandas==2.2.2 pandoc>=2.1 -matplotlib==3.9.1 +matplotlib==3.9.2 breathe>=4.33.1 diff --git a/requirements/requirements_eigen_wrapper.txt b/requirements/requirements_eigen_wrapper.txt index 8c62928b..eea84dc8 100644 --- a/requirements/requirements_eigen_wrapper.txt +++ b/requirements/requirements_eigen_wrapper.txt @@ -1,4 +1,4 @@ setuptools>=41.0.0 wheel>=0.33.0 numpy>=1.21.5 -pybind11[global]==2.13.1 +pybind11[global]==2.13.4