Преглед изворни кода

Use add_css_file instead of add_stylesheet as requested by Sphinx

Stan Janssen пре 4 година
родитељ
комит
078bfbeb4c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docs/conf.py

+ 1 - 1
docs/conf.py

@@ -63,4 +63,4 @@ html_static_path = ['_static']
 
 
 def setup(app):
-    app.add_stylesheet('css/custom.css')  # may also be an URL
+    app.add_css_file('css/custom.css')  # may also be an URL