mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-20 05:17:53 +00:00
Upgrade sphinx deprecations
This commit is contained in:
parent
5a4574edb8
commit
8ffd65a905
@ -163,7 +163,7 @@ html_static_path = ['_static']
|
|||||||
|
|
||||||
def setup(app):
|
def setup(app):
|
||||||
'''Include custom css file'''
|
'''Include custom css file'''
|
||||||
app.add_stylesheet('css/devilbox.css')
|
app.add_css_file('css/devilbox.css')
|
||||||
|
|
||||||
|
|
||||||
# If true, “Created using Sphinx” is shown in the HTML footer. Default is True.
|
# If true, “Created using Sphinx” is shown in the HTML footer. Default is True.
|
||||||
|
Loading…
Reference in New Issue
Block a user