summaryrefslogtreecommitdiff
path: root/dev-python/pyhamcrest/files/sphinx-rtd.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pyhamcrest/files/sphinx-rtd.patch')
-rw-r--r--dev-python/pyhamcrest/files/sphinx-rtd.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/pyhamcrest/files/sphinx-rtd.patch b/dev-python/pyhamcrest/files/sphinx-rtd.patch
deleted file mode 100644
index 2974c98a56a3..000000000000
--- a/dev-python/pyhamcrest/files/sphinx-rtd.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/doc/conf.py b/doc/conf.py
-index fb5d79e..7d3571b 100644
---- a/doc/conf.py
-+++ b/doc/conf.py
-@@ -13,6 +13,7 @@
-
- import sys, os
- import six
-+import sphinx_rtd_theme
-
- # 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
-@@ -106,6 +107,7 @@ html_theme = 'sphinx_rtd_theme'
-
- # Add any paths that contain custom themes here, relative to this directory.
- #html_theme_path = []
-+html_theme_path = [ sphinx_rtd_theme.get_html_theme_path() ]
-
- # The name for this set of Sphinx documents. If None, it defaults to
- # "<project> v<release> documentation".