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 9c1b223 commit 6cccca6Copy full SHA for 6cccca6
doc/source/conf.py
@@ -207,14 +207,18 @@
207
}
208
209
# -- Options for HTML output -------------------------------------------------
210
+html_short_title = html_title = "PyAEDT"
211
html_show_sourcelink = True
212
html_theme = "pyansys_sphinx_theme"
213
html_logo = pyansys_logo_black
214
215
html_theme_options = {
- "github_url": "https://github.com/pyansys/PyAEDT",
216
+ "github_url": "https://github.com/pyansys/pyaedt",
217
"show_prev_next": False,
- "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
+ ],
222
223
224
html_static_path = ["_static"]
0 commit comments