Skip to content

Commit abb5817

Browse files
committed
Fix build warning of using deprecated API
1 parent 2757a5d commit abb5817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Book/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
# Add static stylesheets
4141
def setup(app):
42-
app.add_stylesheet('style.css')
42+
app.add_css_file('style.css')
4343

4444
# The suffix of source filenames.
4545
source_suffix = '.rst'

0 commit comments

Comments
 (0)