Blame SOURCES/html_theme_path.patch

e4c486
diff -ru pip-10.0.1/docs/conf.py pip-10.0.1_patched/docs/conf.py
e4c486
--- pip-10.0.1/docs/html/conf.py	2018-04-14 13:17:31.000000000 +0200
e4c486
+++ pip-10.0.1_patched/docs/html/conf.py	2018-07-23 15:23:31.053267611 +0200
e4c486
@@ -134,6 +134,7 @@
e4c486
 # The theme to use for HTML and HTML Help pages.  Major themes that come with
e4c486
 # Sphinx are currently 'default' and 'sphinxdoc'.
e4c486
 html_theme = "pypa_theme"
e4c486
+html_theme_path = ["pypa", "python-docs-theme"]
e4c486
 
e4c486
 # Theme options are theme-specific and customize the look and feel of a theme
e4c486
 # further.  For a list of options available for each theme, see the