Skip to content

Commit 0226108

Browse files
committed
Fix warning
Signed-off-by: martinRenou <[email protected]>
1 parent 92c0dd9 commit 0226108

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
@@ -9,7 +9,7 @@
99

1010

1111
def setup(app):
12-
app.add_stylesheet("main_stylesheet.css")
12+
app.add_css_file("main_stylesheet.css")
1313

1414
master_doc = 'index'
1515
source_suffix = '.rst'

0 commit comments

Comments
 (0)