Skip to content

Commit 0adc5f8

Browse files
germa89Revathyvenugopal162
authored andcommitted
Bump version 0.4.1
1 parent 6610f9b commit 0adc5f8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
]
2626
dependencies = [
2727
"Sphinx>=4.0.0",
28-
"pydata-sphinx-theme==0.8.1",
28+
"pydata-sphinx-theme==0.9.0",
2929
"Jinja2>=3.1.2",
3030
]
3131

src/ansys_sphinx_theme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33
from pathlib import Path
44

5-
__version__ = "0.4.0"
5+
__version__ = "0.4.1"
66

77
# get location of this directory
88
_this_path = os.path.dirname(os.path.realpath(__file__))

src/ansys_sphinx_theme/theme.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pygments_style = friendly
44

55
[options]
66
github_url = https://github.com/ansys
7-
logo_link = https://www.ansys.com/
7+
logo.link = https://www.ansys.com/
88
show_breadcrumbs = True
99
show_icons = True
1010
hidden_icons =

0 commit comments

Comments
 (0)