Skip to content

Commit 3303ffd

Browse files
committed
Fixed jQuery not loaded on RTD page issue
1 parent 2a01402 commit 3303ffd

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
@@ -20,7 +20,7 @@ def setup(app):
2020
app.add_css_file("main_stylesheet.css")
2121

2222

23-
extensions = ['breathe']
23+
extensions = ['breathe', 'sphinx_rtd_theme']
2424
breathe_projects = { 'xtl': '../xml' }
2525
templates_path = ['_templates']
2626
html_static_path = ['_static']

0 commit comments

Comments
 (0)