From ea42ff4e85391809ed406f7b06c5053afbce3888 Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Thu, 15 Jul 2021 13:19:40 -0400 Subject: [PATCH] Add missing patch --- no-rinotype.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 no-rinotype.patch diff --git a/no-rinotype.patch b/no-rinotype.patch new file mode 100644 index 0000000..baa3398 --- /dev/null +++ b/no-rinotype.patch @@ -0,0 +1,11 @@ +diff -up PyMuPDF-1.18.15/docs/conf.py.rino PyMuPDF-1.18.15/docs/conf.py +--- PyMuPDF-1.18.15/docs/conf.py.rino 2021-07-10 17:29:37.000000000 -0400 ++++ PyMuPDF-1.18.15/docs/conf.py 2021-07-12 19:46:59.478503805 -0400 +@@ -20,7 +20,6 @@ sys.path.insert(0, os.path.abspath(".")) + extensions = [ + "extensions.searchrepair", + "extensions.fulltoc", +- "rinoh.frontend.sphinx", + ] + # Add any paths that contain templates here, relative to this directory. + templates_path = ["_templates"]