Upgrade sphinx deprecations

This commit is contained in:
cytopia 2021-05-18 14:46:07 +02:00
parent 5a4574edb8
commit 8ffd65a905
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -163,7 +163,7 @@ html_static_path = ['_static']
def setup(app):
'''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.