소스 검색

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