summaryrefslogtreecommitdiff
path: root/www/py-werkzeug
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-04-27 11:06:47 +0000
committerwiz <wiz@pkgsrc.org>2019-04-27 11:06:47 +0000
commit9107ab3cfe6d3783494b39050a93217c734a596a (patch)
tree40c1c246129a2252293601e1a7a963d4a35d990f /www/py-werkzeug
parent273783fc7ee342d816908edbb4e428d1acc5dcc6 (diff)
downloadpkgsrc-9107ab3cfe6d3783494b39050a93217c734a596a.tar.gz
py-werkzeug: remove obsolete patch (not in distinfo after update)
Diffstat (limited to 'www/py-werkzeug')
-rw-r--r--www/py-werkzeug/patches/patch-docs_conf.py26
1 files changed, 0 insertions, 26 deletions
diff --git a/www/py-werkzeug/patches/patch-docs_conf.py b/www/py-werkzeug/patches/patch-docs_conf.py
deleted file mode 100644
index a46a7798426..00000000000
--- a/www/py-werkzeug/patches/patch-docs_conf.py
+++ /dev/null
@@ -1,26 +0,0 @@
-$NetBSD: patch-docs_conf.py,v 1.1 2017/05/31 08:24:38 adam Exp $
-
-Skip missing Werkzeug theme.
-
---- docs/conf.py.orig 2017-05-31 07:56:02.000000000 +0000
-+++ docs/conf.py
-@@ -95,7 +95,7 @@ add_function_parentheses = True
- #show_authors = False
-
- # The name of the Pygments (syntax highlighting) style to use.
--pygments_style = 'werkzeug_theme_support.WerkzeugStyle'
-+#pygments_style = 'werkzeug_theme_support.WerkzeugStyle'
-
- # doctest setup code
- doctest_global_setup = '''\
-@@ -106,8 +106,8 @@ from werkzeug import *
- # Options for HTML output
- # -----------------------
-
--html_theme = 'werkzeug'
--html_theme_path = ['_themes']
-+#html_theme = 'werkzeug'
-+#html_theme_path = ['_themes']
-
- # The name for this set of Sphinx documents. If None, it defaults to
- # "<project> v<release> documentation".