File: remove-sphinx-github-iframe.patch

package info (click to toggle)
python-clickhouse-driver 0.2.5-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,516 kB
  • sloc: python: 10,950; pascal: 42; makefile: 29; sh: 3
file content (15 lines) | stat: -rw-r--r-- 452 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Federico Ceratto <federico@debian.org>
Description: remove Sign In button from main HTML page
Forwarded: not-needed

--- a/docs/conf.py
+++ b/docs/conf.py
@@ -103,8 +103,6 @@
 html_static_path = ['_static']
 html_theme_options = {
     "description": "Python driver for ClickHouse",
-    "github_user": "mymarilyn",
-    "github_repo": "clickhouse-driver",
     "fixed_sidebar": True,
     "sidebar_width": '300px',
     "page_width": '1000px'