Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@
from datetime import datetime
import os

from ansys_sphinx_theme import (
ansys_favicon,
convert_version_to_pymeilisearch,
get_version_match,
pyansys_logo_black,
)
from ansys_sphinx_theme import ansys_favicon, convert_version_to_pymeilisearch, get_version_match
from sphinx.builders.latex import LaTeXBuilder

from pyansys import __version__ as pyansys_version
Expand All @@ -25,8 +20,6 @@
# get the PyAnsys version
release = version = pyansys_version

# use the default pyansys logo
html_logo = pyansys_logo_black
html_theme = "ansys_sphinx_theme"
html_short_title = html_title = "PyAnsys"

Expand All @@ -47,6 +40,7 @@
}

html_theme_options = {
"logo": "pyansys",
"github_url": "https://github.com/ansys/pyansys",
"show_prev_next": False,
"show_breadcrumbs": True,
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies = [
"ansys-seascape==0.2.0",
"ansys-sherlock-core==0.6.0",
"ansys-simai-core==0.2.2",
"ansys-sound-core==0.1.2",
"ansys-sound-core==0.1.3",
"ansys-systemcoupling-core==0.6.0",
"ansys-turbogrid-core==0.4.1",
"ansys-workbench-core==0.4.0",
Expand Down Expand Up @@ -94,7 +94,7 @@ all = [
]
doc = [
"Sphinx==8.0.2",
"ansys-sphinx-theme==0.16.6",
"ansys-sphinx-theme==1.0.0",
"sphinx-copybutton==0.5.2",
"sphinx-design==0.6.1",
"sphinxcontrib-mermaid==0.9.2",
Expand Down