Skip to content

Commit 54cba59

Browse files
authored
Merge pull request #226 from yuvipanda/sphinx
2 parents 03d82f3 + 9f1dd87 commit 54cba59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66

77
def setup(app):
8-
app.add_stylesheet("custom.css")
9-
app.add_javascript("link_gen/link.js")
8+
app.add_css_file("custom.css")
9+
app.add_js_file("link_gen/link.js")
1010

1111

1212
# -- General configuration ------------------------------------------------

0 commit comments

Comments
 (0)