Skip to content

Commit 963e319

Browse files
authored
Merge pull request #813 from sdivyanshu90/fix_overflow
Fix content overflow in doc sidebar
2 parents 212f072 + b5ace9c commit 963e319

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
@@ -119,7 +119,7 @@ class MockNESTModule(mock.Mock):
119119

120120
# The theme to use for HTML and HTML Help pages. See the documentation for
121121
# a list of builtin themes.
122-
html_theme = 'nature' # 'agogo', 'haiku'
122+
html_theme = 'sphinxawesome_theme' # 'agogo', 'haiku'
123123

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

0 commit comments

Comments
 (0)