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 27 28 29 30 31 32 33
|
Description: Avoid privacy breach in sphinx doc
Author: Filip Pytloun <filip@pytloun.cz>
Last-Update: 2021-09-17
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -184,10 +184,10 @@
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
-html_theme_options = {
- 'github_user': 'pimutils',
- 'github_repo': 'khal',
-}
+#html_theme_options = {
+# 'github_user': 'pimutils',
+# 'github_repo': 'khal',
+#}
# Add any paths that contain custom themes here, relative to this directory.
#html_theme_path = []
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -4,8 +4,6 @@
*Khal* is a standards based CLI (console) calendar program, able to synchronize
with CalDAV_ servers through vdirsyncer_.
-.. image:: http://lostpackets.de/images/khal.png
-
Features
--------
(or rather: limitations)
|