Skip to content

Commit

Permalink
conf.pyの更新(add_stylesheet→add_css_file)
Browse files Browse the repository at this point in the history
  • Loading branch information
MioTashiro committed Jul 1, 2021
1 parent 8707300 commit da29ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"""
# CSSの追加
def setup(app):
app.add_stylesheet("my.css")
app.add_css_file("my.css")


admonitionlabels["note"] = u"notice"
Expand Down

0 comments on commit da29ef3

Please sign in to comment.