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
|
From: Michael Fladischer <FladischerMichael@fladi.at>
Date: Thu, 25 Jul 2019 11:21:30 +0200
Subject: Disable privacy breaches in HTML documentation.
---
docs/_static/custom.css | 2 --
docs/conf.py | 2 +-
2 files changed, 1 insertion(+), 3 deletions(-)
--- a/docs/_static/custom.css
+++ b/docs/_static/custom.css
@@ -1,5 +1,3 @@
-@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Mono|Annie Use Your Telescope');
-
a {
color: #027bab;
}
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -128,7 +128,7 @@
"description": "Flexible test automation",
"github_user": "wntrblm",
"github_repo": "nox",
- "github_banner": True,
+ "github_banner": False,
"github_button": False,
"travis_button": False,
"codecov_button": False,
|