From 41f580f4886ab71f7b9292cb37cc6983c06a8b29 Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Fri, 26 Jan 2024 21:54:21 +0100 Subject: [PATCH] remove email subscription form historically it still points to Cachix and not to a community-owned instance. at the moment there is no regular community newsletter, which would certainly include updates about documentation. we can add it back once such a thing exists. --- source/_templates/about.html | 2 +- source/_templates/subscribe.html | 17 ----------------- source/conf.py | 1 - 3 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 source/_templates/subscribe.html diff --git a/source/_templates/about.html b/source/_templates/about.html index cb51017..4e33367 100644 --- a/source/_templates/about.html +++ b/source/_templates/about.html @@ -5,6 +5,6 @@ - +

Official documentation for getting things done with Nix.

diff --git a/source/_templates/subscribe.html b/source/_templates/subscribe.html deleted file mode 100644 index f4f75d9..0000000 --- a/source/_templates/subscribe.html +++ /dev/null @@ -1,17 +0,0 @@ - - -

Email notifications

-
-

An occasional email about new tutorials, no spam.

- -
- - -
- -
diff --git a/source/conf.py b/source/conf.py index 3a2f787..89a6c33 100644 --- a/source/conf.py +++ b/source/conf.py @@ -200,7 +200,6 @@ html_sidebars = { "about.html", "search-field.html", "sbt-sidebar-nav.html", - "subscribe.html", ], }