debian: Add patch to remove sphinx theme options on bionic

This commit is contained in:
Christoph Berg 2020-07-13 17:16:34 +02:00
parent 2100690402
commit c8ceb1cf8f
2 changed files with 15 additions and 0 deletions

14
debian/patches/bionic-theme-options vendored Normal file
View File

@ -0,0 +1,14 @@
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -92,11 +92,6 @@ html_theme = 'sphinx_rtd_theme'
#
# html_theme_options = {}
html_theme_options = {
- 'github_user': 'dimitri',
- 'github_repo': 'pgloader',
- 'description': 'your migration companion',
- 'travis_button': True,
- 'show_related': True,
#'sidebar_collapse': False,
}

1
debian/patches/series vendored Normal file
View File

@ -0,0 +1 @@
#bionic-theme-options