Skip to content

Commit e2fea1f

Browse files
authored
Add link to logo (#110)
* Add link to logo * Fixed style
1 parent ce9d076 commit e2fea1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/source/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@
114114
html_logo = os.path.join("_static", "pyansys-logo-black-cropped.png")
115115
html_theme_options = {
116116
"github_url": "https://github.com/pyansys/DPF-Core",
117+
"show_prev_next": False,
118+
"logo_link": "https://dpfdocs.pyansys.com/" # navigate to the main page
117119
}
118120

119121

0 commit comments

Comments
 (0)