File: Disable_GitHub_links_in_doc.patch

package info (click to toggle)
python-cassandra-driver 3.24.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,840 kB
  • sloc: python: 50,759; ansic: 771; makefile: 132
file content (26 lines) | stat: -rw-r--r-- 752 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From: Adam Cecile <acecile@le-vert.net>
Date: Thu, 4 Feb 2021 22:02:00 -0300
Subject: Disable_GitHub_links_in_doc

Author: Adam Cecile <acecile@le-vert.net>
---
 docs/themes/custom/theme.conf | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/themes/custom/theme.conf b/docs/themes/custom/theme.conf
index b0fbb69..e9aef4d 100644
--- a/docs/themes/custom/theme.conf
+++ b/docs/themes/custom/theme.conf
@@ -5,7 +5,7 @@ pygments_style = friendly
 
 [options]
 description = Python driver for Cassandra
-github_user = datastax
-github_repo = python-driver
-github_button = true
-github_type = star
\ No newline at end of file
+#github_user = datastax
+#github_repo = python-driver
+#github_button = true
+#github_type = star