Skip to content

Commit 5228854

Browse files
committed
docs: Fix RTD build configuration.
ReadTheDocs needs the root directory in its search path so it finds topindex.html.
1 parent d1b42d7 commit 5228854

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@
114114
except:
115115
html_theme = 'default'
116116
html_theme_path = ['.']
117+
else:
118+
html_theme_path = ['.']
117119

118120
# Theme options are theme-specific and customize the look and feel of a theme
119121
# further. For a list of options available for each theme, see the

0 commit comments

Comments
 (0)