From 575a28cfe3f658120158bc7b478d6b8f04ee4b6f Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Tue, 13 Aug 2024 08:32:14 +0200 Subject: [PATCH] docs: cleanup conf.py --- doc/source/conf.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 952c1b9..a1f93ba 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -8,7 +8,6 @@ ansys_logo_white_cropped, get_version_match, latex, - pyansys_logo_black, watermark, ) from sphinx.builders.latex import LaTeXBuilder @@ -24,8 +23,7 @@ release = version = __version__ cname = os.getenv("DOCUMENTATION_CNAME", default="nocname.com") -# use the default pyansys logo -html_logo = pyansys_logo_black +# use the default theme html_theme = "ansys_sphinx_theme" html_favicon = ansys_favicon html_short_title = html_title = "ansys-seascape"