From 061aa2d94e9bda9ae7ca6b020ba0fc05cee29044 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20Gr=C3=BCter?= Date: Sun, 19 Oct 2025 19:45:30 +0200 Subject: [PATCH] Explicitly set the place of ethical ads Reference: https://docs.readthedocs.com/platform/stable/advertising/ad-customization.html#controlling-the-placement-of-an-ad --- docs/conf.py | 2 +- docs/templates/ethical-ads.html | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 docs/templates/ethical-ads.html diff --git a/docs/conf.py b/docs/conf.py index 25d7b40..a32d735 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -66,7 +66,7 @@ "sidebar/scroll-start.html", "sidebar/navigation.html", "external-links.html", - "sidebar/ethical-ads.html", + "ethical-ads.html", "sidebar/scroll-end.html", "sidebar/variant-selector.html", ] diff --git a/docs/templates/ethical-ads.html b/docs/templates/ethical-ads.html new file mode 100644 index 0000000..1f87298 --- /dev/null +++ b/docs/templates/ethical-ads.html @@ -0,0 +1,3 @@ + \ No newline at end of file