Skip to content

Commit 6cccca6

Browse files
authored
Add breadcrumbs to documentation (#945)
* add breadcrumbs * fix html title
1 parent 9c1b223 commit 6cccca6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

doc/source/conf.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,14 +207,18 @@
207207
}
208208

209209
# -- Options for HTML output -------------------------------------------------
210+
html_short_title = html_title = "PyAEDT"
210211
html_show_sourcelink = True
211212
html_theme = "pyansys_sphinx_theme"
212213
html_logo = pyansys_logo_black
213214

214215
html_theme_options = {
215-
"github_url": "https://github.com/pyansys/PyAEDT",
216+
"github_url": "https://github.com/pyansys/pyaedt",
216217
"show_prev_next": False,
217-
"logo_link": "https://aedtdocs.pyansys.com/", # navigate to the main page
218+
"show_breadcrumbs": True,
219+
"additional_breadcrumbs": [
220+
("PyAnsys", "https://docs.pyansys.com/"),
221+
],
218222
}
219223

220224
html_static_path = ["_static"]

0 commit comments

Comments
 (0)