From 21fd9a9ed6faf24e1befc1240a0cf91a609349c4 Mon Sep 17 00:00:00 2001 From: "Danilo G. Baio" Date: Tue, 14 Dec 2021 13:29:03 +0900 Subject: textproc/py-sphinx: Update to 4.3.1 ChangeLog: https://github.com/sphinx-doc/sphinx/blob/v4.3.1/CHANGES PR: 257116 Approved by: python (dbaio) --- deskutils/py-paperless/files/patch-docs_conf.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 deskutils/py-paperless/files/patch-docs_conf.py (limited to 'deskutils/py-paperless/files/patch-docs_conf.py') diff --git a/deskutils/py-paperless/files/patch-docs_conf.py b/deskutils/py-paperless/files/patch-docs_conf.py new file mode 100644 index 000000000000..4e490b5921a3 --- /dev/null +++ b/deskutils/py-paperless/files/patch-docs_conf.py @@ -0,0 +1,13 @@ +# add_stylesheet() deprecated on Sphinx 4.0 +# https://www.sphinx-doc.org/en/master/extdev/deprecated.html +--- docs/conf.py.orig 2019-01-27 13:48:05 UTC ++++ docs/conf.py +@@ -21,7 +21,7 @@ exec(open("../src/paperless/version.py").read()) + + # Believe it or not, this is the officially sanctioned way to add custom CSS. + def setup(app): +- app.add_stylesheet("custom.css") ++ app.add_css_file("custom.css") + + # If extensions (or modules to document with autodoc) are in another directory, + # add these directories to sys.path here. If the directory is relative to the -- cgit v1.2.3