Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: bump ansys-sphinx-theme from 0.16.6 to 1.0.2 in /requirements #538

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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