Browse Source

Fix deprecation error

Jason Grout 4 years ago
parent
commit
6a84be8c34
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/source/conf.py

+ 1 - 1
docs/source/conf.py

@@ -278,5 +278,5 @@ def setup(app):
         'enable_auto_doc_ref': False,
     }, True)
     app.add_transform(AutoStructify)
-    app.add_stylesheet('custom.css')  # may also be an URL
+    app.add_css_file('custom.css')  # may also be an URL
     build_api_docs(app.outdir)