add_stylesheet is deprecated. Use add_css_file instead

This commit is contained in:
Isaac Connor 2021-01-25 13:24:20 -05:00
parent 5186ae2433
commit effeea2b59
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ import sys
import os import os
def setup(app): def setup(app):
app.add_stylesheet('zmstyle.css') app.add_css_file('zmstyle.css')
# If extensions (or modules to document with autodoc) are in another directory, # If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the # add these directories to sys.path here. If the directory is relative to the