blob: a3ecb4c652db043fadf00187ad01d6e24c2b2535 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# add_stylesheet() deprecated on Sphinx 4.0
# https://www.sphinx-doc.org/en/master/extdev/deprecated.html
--- doc/conf.py.orig 2018-10-15 08:43:14 UTC
+++ doc/conf.py
@@ -288,4 +288,4 @@ texinfo_documents = [
#texinfo_no_detailmenu = False
def setup(app):
- app.add_stylesheet('style.css')
+ app.add_css_file('style.css')
|