1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
From: Debian Python Modules Team
<[email protected]>
Date: Wed, 26 Aug 2020 15:37:21 0200
Subject: Disable_sphinx_doc_privacy_breaches
---
docs/conf.py | 4 --
1 file changed, 2 insertions( ), 2 deletions(-)
diff --git a/docs/conf.py b/docs/conf.py
index 02bba66..f5079ab 100644
--- a/docs/conf.py
b/docs/conf.py
@@ -125,8 125,8 @@ html_theme_options = {
"description": "ftp client/server for asyncio",
"github_user": "pohmelie",
"github_repo": "aioftp",
- "github_button": True,
- "github_banner": True,
"github_button": False,
"github_banner": False,
# 'travis_button': True,
"pre_bg": "#FFF6E5",
"note_bg": "#E5ECD1",
|