File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 33from datetime import datetime
44import os
55
6- from ansys_sphinx_theme import (
7- ansys_favicon ,
8- convert_version_to_pymeilisearch ,
9- get_version_match ,
10- pyansys_logo_black ,
11- )
6+ from ansys_sphinx_theme import ansys_favicon , convert_version_to_pymeilisearch , get_version_match
127from sphinx .builders .latex import LaTeXBuilder
138
149from pyansys import __version__ as pyansys_version
2520# get the PyAnsys version
2621release = version = pyansys_version
2722
28- # use the default pyansys logo
29- html_logo = pyansys_logo_black
3023html_theme = "ansys_sphinx_theme"
3124html_short_title = html_title = "PyAnsys"
3225
4740}
4841
4942html_theme_options = {
43+ "logo" : "pyansys" ,
5044 "github_url" : "https://github.com/ansys/pyansys" ,
5145 "show_prev_next" : False ,
5246 "show_breadcrumbs" : True ,
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ dependencies = [
5050 " ansys-seascape==0.2.0" ,
5151 " ansys-sherlock-core==0.6.0" ,
5252 " ansys-simai-core==0.2.2" ,
53- " ansys-sound-core==0.1.2 " ,
53+ " ansys-sound-core==0.1.3 " ,
5454 " ansys-systemcoupling-core==0.6.0" ,
5555 " ansys-turbogrid-core==0.4.1" ,
5656 " ansys-workbench-core==0.4.0" ,
@@ -94,7 +94,7 @@ all = [
9494]
9595doc = [
9696 " Sphinx==8.0.2" ,
97- " ansys-sphinx-theme==0.16.6 " ,
97+ " ansys-sphinx-theme==1.0.0 " ,
9898 " sphinx-copybutton==0.5.2" ,
9999 " sphinx-design==0.6.1" ,
100100 " sphinxcontrib-mermaid==0.9.2" ,
You can’t perform that action at this time.
0 commit comments