Skip to content

Commit

Permalink
Fixed docs/conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Oct 29, 2023
1 parent 02b61ce commit 407f31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

def setup(app):
app.add_stylesheet("main_stylesheet.css")
app.add_css_file("main_stylesheet.css")

extensions = ['breathe']
breathe_projects = { 'xtensor-blas': '../xml' }
Expand Down

0 comments on commit 407f31a

Please sign in to comment.