Skip to content

Commit

Permalink
Update conf.py to adapt to new ansys-sphinx-theme (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
greschd authored Aug 18, 2024
1 parent 9ca44b8 commit 3391e46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from datetime import datetime
import os

from ansys_sphinx_theme import ansys_favicon, get_version_match, pyansys_logo_black
from ansys_sphinx_theme import ansys_favicon, get_version_match
import numpy as np
import pyvista
from pyvista.plotting.utilities.sphinx_gallery import DynamicScraper
Expand All @@ -28,7 +28,6 @@
release = version = __version__

# Select desired logo, theme, and declare the html title
html_logo = pyansys_logo_black
html_favicon = ansys_favicon
html_theme = "ansys_sphinx_theme"
html_short_title = html_title = "PyDPF Composites"
Expand All @@ -41,6 +40,7 @@
cname = os.environ.get("DOCUMENTATION_CNAME", "composites.dpf.docs.pyansys.com")

html_theme_options = {
"logo": "pyansys",
"github_url": "https://github.com/ansys/pydpf-composites",
"show_prev_next": False,
"show_breadcrumbs": True,
Expand Down

0 comments on commit 3391e46

Please sign in to comment.