add_stylesheet is deprecated. Use add_css_file instead
This commit is contained in:
parent
5186ae2433
commit
effeea2b59
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue