diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/webtest/files | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-python/webtest/files')
| -rw-r--r-- | dev-python/webtest/files/webtest-2.0.33-no-pylons-theme.patch | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/dev-python/webtest/files/webtest-2.0.33-no-pylons-theme.patch b/dev-python/webtest/files/webtest-2.0.33-no-pylons-theme.patch deleted file mode 100644 index 3fe4fe3770e2..000000000000 --- a/dev-python/webtest/files/webtest-2.0.33-no-pylons-theme.patch +++ /dev/null @@ -1,51 +0,0 @@ -diff --git a/docs/conf.py b/docs/conf.py -index 96746bf..2445d35 100644 ---- a/docs/conf.py -+++ b/docs/conf.py -@@ -13,7 +13,7 @@ - - import sys, os - import datetime --import pylons_sphinx_themes -+#import pylons_sphinx_themes - - # 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 -@@ -102,11 +102,11 @@ pygments_style = 'sphinx' - - # The theme to use for HTML and HTML Help pages. See the documentation for - # a list of builtin themes. --html_theme = 'pylons' --html_theme_path = pylons_sphinx_themes.get_html_themes_path() --html_theme_options = dict( -- github_url='https://github.com/Pylons/webtest', -- ) -+#html_theme = 'pylons' -+#html_theme_path = pylons_sphinx_themes.get_html_themes_path() -+#html_theme_options = dict( -+# github_url='https://github.com/Pylons/webtest', -+# ) - # Theme options are theme-specific and customize the look and feel of a theme - # further. For a list of options available for each theme, see the - # documentation. -@@ -180,13 +180,13 @@ smartquotes = False - htmlhelp_basename = 'WebTestdoc' - - # Control display of sidebars --html_sidebars = { '**': [ -- 'localtoc.html', -- 'ethicalads.html', -- 'relations.html', -- 'sourcelink.html', -- 'searchbox.html', --] } -+#html_sidebars = { '**': [ -+# 'localtoc.html', -+# 'ethicalads.html', -+# 'relations.html', -+# 'sourcelink.html', -+# 'searchbox.html', -+#] } - - # -- Options for LaTeX output -------------------------------------------------- - |
