Revert "add_stylesheet is deprecated. Use add_css_file instead"

Since we still use older sphinx we need to live with the deprecation warnings until we can figure out a way to support old and new.

This reverts commit 84d9d363c9.
This commit is contained in:
Isaac Connor 2021-02-02 08:24:32 -05:00
parent 105eff7a21
commit b6c258c41f
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ import sys
import os
def setup(app):
app.add_css_file('zmstyle.css')
app.add_stylesheet('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