summaryrefslogtreecommitdiff
path: root/biology/py-orange3-single-cell/files/patch-doc_conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'biology/py-orange3-single-cell/files/patch-doc_conf.py')
-rw-r--r--biology/py-orange3-single-cell/files/patch-doc_conf.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/biology/py-orange3-single-cell/files/patch-doc_conf.py b/biology/py-orange3-single-cell/files/patch-doc_conf.py
new file mode 100644
index 000000000000..a3ecb4c652db
--- /dev/null
+++ b/biology/py-orange3-single-cell/files/patch-doc_conf.py
@@ -0,0 +1,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')