We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6610f9b commit 0adc5f8Copy full SHA for 0adc5f8
pyproject.toml
@@ -25,7 +25,7 @@ classifiers = [
25
]
26
dependencies = [
27
"Sphinx>=4.0.0",
28
- "pydata-sphinx-theme==0.8.1",
+ "pydata-sphinx-theme==0.9.0",
29
"Jinja2>=3.1.2",
30
31
src/ansys_sphinx_theme/__init__.py
@@ -2,7 +2,7 @@
2
import os
3
from pathlib import Path
4
5
-__version__ = "0.4.0"
+__version__ = "0.4.1"
6
7
# get location of this directory
8
_this_path = os.path.dirname(os.path.realpath(__file__))
src/ansys_sphinx_theme/theme.conf
@@ -4,7 +4,7 @@ pygments_style = friendly
[options]
github_url = https://github.com/ansys
-logo_link = https://www.ansys.com/
+logo.link = https://www.ansys.com/
show_breadcrumbs = True
9
show_icons = True
10
hidden_icons =
0 commit comments