8000 Fixed the jQuery not loaded issue on RTD page · xtensor-stack/xtensor-python@88734bd · GitHub
[go: up one dir, main page]

Skip to content

Commit 88734bd

Browse files
committed
Fixed the jQuery not loaded issue on RTD page
1 parent a2d39e8 commit 88734bd

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

21-
extensions = ['breathe']
21+
extensions = ['breathe', 'sphinx_rtd_theme']
2222
breathe_projects = { 'xtensor-python': '../xml' }
2323
templates_path = ['_templates']
2424
html_static_path = ['_static']

0 commit comments

Comments
 (0)
0