Skip to content

Commit cb818ca

Browse files
committed
conf.py: update deprecated stylesheet API; 'add_stylesheet()' renamed to 'add_css_file()'
1 parent 61bab8e commit cb818ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,4 +357,4 @@
357357
"register": ('https://circuitpython.readthedocs.io/projects/register/en/latest/', None)}
358358

359359
def setup(app):
360-
app.add_stylesheet("customstyle.css")
360+
app.add_css_file("customstyle.css")

0 commit comments

Comments
 (0)