Skip to content

Commit fc6c3fb

Browse files
committed
Fixed jQuery not loaded in RTD page
1 parent eefd19c commit fc6c3fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
def setup(app):
1818
app.add_css_file("main_stylesheet.css")
1919

20-
extensions = ['breathe']
20+
extensions = ['breathe', 'sphinx_rtd_theme']
2121
breathe_projects = { 'xsimd': '../xml' }
2222
templates_path = ['_templates']
2323
html_static_path = ['_static']

0 commit comments

Comments
 (0)