Skip to content

Commit 38e7e7b

Browse files
authored
Merge pull request #1050 from jupyterhub/yuvipanda-patch-1
Stop using deprecated add_stylesheet in sphinx
2 parents 520c7ad + 76f55c5 commit 38e7e7b

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
@@ -47,7 +47,7 @@
4747

4848

4949
def setup(app):
50-
app.add_stylesheet("custom.css") # may also be a URL
50+
app.add_css_file("custom.css") # may also be a URL
5151
app.add_config_value(
5252
"recommonmark_config", {"auto_toc_tree_section": "Contents"}, True
5353
)

0 commit comments

Comments
 (0)