Add missing patch

This commit is contained in:
Scott Talbert 2021-07-15 13:19:40 -04:00
parent 243a9689d0
commit ea42ff4e85

11
no-rinotype.patch Normal file
View File

@ -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"]