Skip to content

Commit 763f91b

Browse files
committed
Fix for building web site
1 parent 62a0fca commit 763f91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
#html_theme_options = {}
100100

101101
# Add any paths that contain custom themes here, relative to this directory.
102-
html_theme_path = ['../../site/src/_theme', '../../../src/_theme']
102+
html_theme_path = ['../../site/source/_theme', '../../../source/_theme']
103103

104104
# The name for this set of Sphinx documents. If None, it defaults to
105105
# "<project> v<release> documentation".

0 commit comments

Comments
 (0)