From 6d6c85649c12388f86d3913df5e8f6e55e4db60a Mon Sep 17 00:00:00 2001 From: Javier Villar Date: Mon, 2 Jan 2023 14:12:41 +0100 Subject: [PATCH 1/3] Fix readthedocs sphinx open source documentation --- .readthedocs.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000000..3a4ff0a935 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,4 @@ +version: 2 + +submodules: + exclude: all From a98c59f0bd0831b6f4904180fb4817387600e69b Mon Sep 17 00:00:00 2001 From: Javier Villar Date: Mon, 2 Jan 2023 14:26:56 +0100 Subject: [PATCH 2/3] Dummy commit --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 56a91659b8..467adcec09 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,7 @@ Development ----------- ### NOTICES -- None yet +- None yet ### Features * Display notifications about the new CARTO platform release [16352](https://github.com/CartoDB/cartodb/pull/16352) From 6b9010ef254aed5700eda51f7e79602a771bfe31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20Calzado?= Date: Tue, 3 Jan 2023 11:35:28 +0100 Subject: [PATCH 3/3] Change popup style --- doc/manual/source/_static/deprecation_popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/source/_static/deprecation_popup.js b/doc/manual/source/_static/deprecation_popup.js index 650fbfb777..5b1cc3b471 100644 --- a/doc/manual/source/_static/deprecation_popup.js +++ b/doc/manual/source/_static/deprecation_popup.js @@ -1,7 +1,7 @@ function ready() { var div = document.createElement("div"); div.style.position = 'absolute', - div.style.bottom = '0' + div.style.bottom = '40px' div.style.left = '0' div.style.right = '0' div.style.with = '100%'