summaryrefslogtreecommitdiff
path: root/dev-python/pastedeploy/files/pastedeploy-2.1.1-change-sphinx-theme.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-11-22 19:06:54 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-11-22 19:06:54 +0000
commit664924d8659185e3b43f99ee8a0b88177efb93dc (patch)
treeaed90b6643b91860a6e68a4a6ef39b5747ed3b31 /dev-python/pastedeploy/files/pastedeploy-2.1.1-change-sphinx-theme.patch
parent5d0c50eb490582cf1277e150ee5bb63a90b85aa6 (diff)
gentoo auto-resync : 22:11:2022 - 19:06:54
Diffstat (limited to 'dev-python/pastedeploy/files/pastedeploy-2.1.1-change-sphinx-theme.patch')
-rw-r--r--dev-python/pastedeploy/files/pastedeploy-2.1.1-change-sphinx-theme.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/pastedeploy/files/pastedeploy-2.1.1-change-sphinx-theme.patch b/dev-python/pastedeploy/files/pastedeploy-2.1.1-change-sphinx-theme.patch
deleted file mode 100644
index d204fc135c62..000000000000
--- a/dev-python/pastedeploy/files/pastedeploy-2.1.1-change-sphinx-theme.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- a/docs/conf.py
-+++ b/docs/conf.py
-@@ -13,7 +13,6 @@
-
- import datetime
- import pkg_resources
--import pylons_sphinx_themes
-
- # If your extensions are in another directory, add it here.
- #sys.path.append('some/directory')
-@@ -83,8 +82,7 @@ pygments_style = 'sphinx'
- # Options for HTML output
- # -----------------------
-
--html_theme = 'pylons'
--html_theme_path = pylons_sphinx_themes.get_html_themes_path()
-+html_theme = 'sphinx_rtd_theme'
- html_theme_options = dict(
- canonical_url='https://docs.pylonsproject.org/projects/pastedeploy/en/latest/'
- )
---- a/setup.py
-+++ b/setup.py
-@@ -8,7 +8,6 @@ readme = open(readme_path).read()
-
- docs_extras = [
- "Sphinx >= 1.7.5", # Read The Docs minimum version
-- "pylons-sphinx-themes",
- ]
-
- setup(