From 1d2559aa60fad9899c96a175341120dfde512963 Mon Sep 17 00:00:00 2001 From: Daniel Ruf <827205+DanielRuf@users.noreply.github.com> Date: Tue, 19 Sep 2023 12:51:37 +0200 Subject: [PATCH 1/3] Mention that snippets can not define multiple types or areas (#779) --- reference/content-types/single_snippet_selection.rst | 2 ++ reference/content-types/snippet_selection.rst | 2 ++ 2 files changed, 4 insertions(+) diff --git a/reference/content-types/single_snippet_selection.rst b/reference/content-types/single_snippet_selection.rst index 491f2da7..54e5221e 100644 --- a/reference/content-types/single_snippet_selection.rst +++ b/reference/content-types/single_snippet_selection.rst @@ -6,6 +6,8 @@ Description Allows to select a single snippet. Snippets are reusable pieces of content that can be included on multiple pages. +Currently this content type does not support multiple areas and types. + Parameters ---------- diff --git a/reference/content-types/snippet_selection.rst b/reference/content-types/snippet_selection.rst index f0e65061..29210ebf 100644 --- a/reference/content-types/snippet_selection.rst +++ b/reference/content-types/snippet_selection.rst @@ -7,6 +7,8 @@ Description Allows to select an arbitrary number of snippets. Snippets are reusable pieces of content that can be included on multiple pages. The assigned snippets will be saved as an array of references. +Currently this content type does not support multiple areas and types. + Parameters ---------- From c8132129e683276b340b1bd6b07c768200b33d7d Mon Sep 17 00:00:00 2001 From: martinlagler Date: Tue, 13 Feb 2024 09:57:01 +0100 Subject: [PATCH 2/3] Update nominatim location example (#781) --- bundles/location.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/location.rst b/bundles/location.rst index df2acaf0..cb267d38 100644 --- a/bundles/location.rst +++ b/bundles/location.rst @@ -14,7 +14,7 @@ Configuration geolocators: nominatim: api_key: '' - endpoint: 'http://open.mapquestapi.com/nominatim/v1/search.php' + endpoint: 'https://nominatim.openstreetmap.org/search' google: api_key: '' From 902868d8f25263e99a5beef6fab2212d267e8562 Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Thu, 4 Apr 2024 13:22:48 +0200 Subject: [PATCH 3/3] Fix building via readthedocs (#794) --- .readthedocs.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..ac57d362 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,9 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.12" + +sphinx: + configuration: conf.py