Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit b4cd1f7

Browse files
committed
DOCS: missing context
1 parent 0134e59 commit b4cd1f7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/source/conf.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121
# specify the location of your github repo
2222
cname = os.getenv("DOCUMENTATION_CNAME", default="nocname.com")
2323
switcher_version = get_version_match(__version__)
24+
html_context = {
25+
"github_user": "pyansys",
26+
"github_repo": "ansys-tools-path",
27+
"github_version": "main",
28+
"doc_path": "doc/source",
29+
}
2430
html_theme_options = {
2531
"switcher": {
2632
"json_url": f"https://{cname}/versions.json",

0 commit comments

Comments
 (0)