add_stylesheet is deprecated. Use add_css_file instead
This commit is contained in:
parent
5ee423be7c
commit
84d9d363c9
|
@ -16,7 +16,7 @@ import sys
|
|||
import os
|
||||
|
||||
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,
|
||||
# add these directories to sys.path here. If the directory is relative to the
|
||||
|
|
Loading…
Reference in New Issue