Skip to content

Commit a2d39e8

Browse files
committed
add_stylesheet -> add_css_file
1 parent 77aa532 commit a2d39e8

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
@@ -16,7 +16,7 @@
1616
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
1717

1818
def setup(app):
19-
app.add_stylesheet("main_stylesheet.css")
19+
app.add_css_file("main_stylesheet.css")
2020

2121
extensions = ['breathe']
2222
breathe_projects = { 'xtensor-python': '../xml' }

0 commit comments

Comments
 (0)