Skip to content

Commit cbb7530

Browse files
Add html_context for documentation path
Add html_context to specify documentation path Signed-off-by: PhilipPartsch <[email protected]>
1 parent 6dbf899 commit cbb7530

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

process/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,8 @@
3131
"sphinxcontrib.plantuml",
3232
"score_sphinx_bundle",
3333
]
34+
35+
html_context = {
36+
"doc_path": "docs",
37+
}
38+

0 commit comments

Comments
 (0)