Skip to content

Commit

Permalink
maint: conf.py (#2869)
Browse files Browse the repository at this point in the history
* maint: `conf.py`

* maint: removing `check_switcher`
  • Loading branch information
clatapie authored Mar 13, 2024
1 parent cd0ab68 commit e1cce10
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
import os
import warnings

from ansys_sphinx_theme import ansys_favicon, get_version_match, pyansys_logo_white
from ansys_sphinx_theme import (
ansys_favicon,
get_version_match,
pyansys_logo_black,
pyansys_logo_white,
)
import numpy as np
import pyvista
from sphinx.application import Sphinx
Expand Down Expand Up @@ -45,7 +50,7 @@

# -- Project information -----------------------------------------------------

project = "ansys.mapdl.core"
project = "ansys-mapdl-core"
copyright = f"(c) {datetime.now().year} ANSYS, Inc. All rights reserved"
author = "ANSYS Inc."

Expand Down Expand Up @@ -83,7 +88,6 @@
"sphinx.ext.graphviz",
"sphinx_reredirects",
"ansys_sphinx_theme.extension.linkcode",
"sphinx_design",
]

# Intersphinx mapping
Expand Down Expand Up @@ -259,7 +263,7 @@
# -- Options for HTML output -------------------------------------------------
html_short_title = html_title = "PyMAPDL"
html_theme = "ansys_sphinx_theme"
html_logo = "./_static/pyansys-logo-black-cropped.png" # pyansys_logo_black
html_logo = pyansys_logo_black
html_theme_options = {
"analytics": {"google_analytics_id": "G-JQJKPV6ZVB"},
"github_url": f"https://github.com/{USERNAME}/{REPOSITORY_NAME}",
Expand Down

0 comments on commit e1cce10

Please sign in to comment.