Skip to content

Commit

Permalink
fix: using latest ansys-sphinx-theme enhancements + removing unus…
Browse files Browse the repository at this point in the history
…ed logo
  • Loading branch information
clatapie committed Sep 4, 2024
1 parent 7dd59b2 commit 6f76d11
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Binary file removed doc/source/_static/pyansys-logo-dark_mode.png
Binary file not shown.
5 changes: 1 addition & 4 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@
pyansys_light_mode_logo = str(
os.path.join(SOURCE_PATH, "_static", "pyansys-logo-light_mode.png")
)
pyansys_dark_mode_logo = str(
os.path.join(SOURCE_PATH, "_static", "pyansys-logo-dark_mode.png")
)

# -- General configuration ---------------------------------------------------
extensions = [
Expand Down Expand Up @@ -277,8 +274,8 @@
# -- Options for HTML output -------------------------------------------------
html_short_title = html_title = "PyMAPDL"
html_theme = "ansys_sphinx_theme"
html_logo = pyansys_dark_mode_logo
html_theme_options = {
"logo": "pyansys",
"analytics": {"google_analytics_id": "G-JQJKPV6ZVB"},
"github_url": f"https://github.com/{USERNAME}/{REPOSITORY_NAME}",
"show_prev_next": False,
Expand Down

0 comments on commit 6f76d11

Please sign in to comment.