Skip to content

Commit

Permalink
build: bump ansys-sphinx-theme from 0.16.6 to 1.0.2 in /requirements (#…
Browse files Browse the repository at this point in the history
…538)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Roberto Pastor Muela <[email protected]>
  • Loading branch information
dependabot[bot] and RobPasMue authored Aug 9, 2024
1 parent c20d632 commit 737adaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import jinja2
import yaml
from ansys_sphinx_theme import ansys_favicon, get_version_match, pyansys_logo_black
from ansys_sphinx_theme import ansys_favicon, get_version_match
from tabulate import tabulate as Table

# Constants used for generating documentation
Expand Down Expand Up @@ -41,8 +41,6 @@
"main" if __version__.endswith("dev0") else f"v{get_version_match(__version__)}"
)

# Use the default pyansys logo
html_logo = pyansys_logo_black
html_theme = "ansys_sphinx_theme"
html_favicon = ansys_favicon
html_short_title = html_title = project # necessary for proper breadcrumb title
Expand All @@ -56,6 +54,7 @@

# Specify the location of your GitHub repo
html_theme_options = {
"logo": "pyansys",
"github_url": "https://github.com/ansys/actions",
"use_edit_page_button": True,
"additional_breadcrumbs": [
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_doc.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ansys-sphinx-theme==0.16.6
ansys-sphinx-theme==1.0.2
pyyaml==6.0.2
Sphinx==7.4.7
sphinx-copybutton==0.5.2
Expand Down

0 comments on commit 737adaf

Please sign in to comment.