From 94d83ed8c0eb18f3545dedd9247345573a4de7a6 Mon Sep 17 00:00:00 2001 From: norareidy Date: Thu, 22 May 2025 17:03:29 -0400 Subject: [PATCH 1/2] DOCSP-50285: EOL v5.0 --- snooty.toml | 8 ++++++++ source/compatibility.txt | 3 +++ source/connect.txt | 3 +++ source/get-started.txt | 3 +++ source/get-started/connect-mongodb.txt | 3 +++ source/get-started/connection-string.txt | 3 +++ source/get-started/create-admin.txt | 3 +++ source/get-started/create-app.txt | 3 +++ source/get-started/create-deployment.txt | 3 +++ source/get-started/install.txt | 3 +++ source/get-started/next-steps.txt | 3 +++ source/get-started/query-data.txt | 3 +++ source/get-started/write-data.txt | 3 +++ source/index.txt | 3 +++ source/interact-data.txt | 3 +++ source/interact-data/crud.txt | 3 +++ source/interact-data/raw-queries.txt | 3 +++ source/interact-data/specify-a-query.txt | 3 +++ source/issues-and-help.txt | 3 +++ source/limitations-upcoming.txt | 3 +++ source/model-data.txt | 3 +++ source/model-data/indexes.txt | 3 +++ source/model-data/models.txt | 3 +++ 23 files changed, 74 insertions(+) diff --git a/snooty.toml b/snooty.toml index 718fee2..d4c62e0 100644 --- a/snooty.toml +++ b/snooty.toml @@ -1,5 +1,6 @@ name = "django" title = "Django MongoDB Backend" +eol = true intersphinx = [ "https://www.mongodb.com/docs/manual/objects.inv", "https://www.mongodb.com/docs/atlas/objects.inv", @@ -21,3 +22,10 @@ django-docs = "https://docs.djangoproject.com/en/{+django-version+}" framework = "Django" pymongo-version = "4.11" pymongo-docs = "https://www.mongodb.com/docs/languages/python/pymongo-driver/current" + +[[banners]] +targets = ["*"] +variant = "info" +value = """\ + This version of the documentation is archived and no longer supported. View the `current documentation `__ to learn how to `install supported versions of the {+django-odm+} `__.\ + """ \ No newline at end of file diff --git a/source/compatibility.txt b/source/compatibility.txt index fe6cf0f..7ad0508 100644 --- a/source/compatibility.txt +++ b/source/compatibility.txt @@ -1,3 +1,6 @@ +.. meta:: + :robots: noindex, nosnippet + .. _django-compatibility: ============= diff --git a/source/connect.txt b/source/connect.txt index 946e253..b6e5beb 100644 --- a/source/connect.txt +++ b/source/connect.txt @@ -1,3 +1,6 @@ +.. meta:: + :robots: noindex, nosnippet + .. _django-connection-configuration: ================================== diff --git a/source/get-started.txt b/source/get-started.txt index 3795196..c3ab763 100644 --- a/source/get-started.txt +++ b/source/get-started.txt @@ -1,3 +1,6 @@ +.. meta:: + :robots: noindex, nosnippet + .. _django-get-started: ======================================= diff --git a/source/get-started/connect-mongodb.txt b/source/get-started/connect-mongodb.txt index 84b23c1..e4ec6a3 100644 --- a/source/get-started/connect-mongodb.txt +++ b/source/get-started/connect-mongodb.txt @@ -1,3 +1,6 @@ +.. meta:: + :robots: noindex, nosnippet + .. _django-get-started-connect: ================================= diff --git a/source/get-started/connection-string.txt b/source/get-started/connection-string.txt index fc6dee5..282081e 100644 --- a/source/get-started/connection-string.txt +++ b/source/get-started/connection-string.txt @@ -1,3 +1,6 @@ +.. meta:: + :robots: noindex, nosnippet + .. _django-get-started-connection-string: ========================== diff --git a/source/get-started/create-admin.txt b/source/get-started/create-admin.txt index bcac068..68f8818 100644 --- a/source/get-started/create-admin.txt +++ b/source/get-started/create-admin.txt @@ -1,3 +1,6 @@ +.. meta:: + :robots: noindex, nosnippet + .. _django-get-started-create-admin: ==================== diff --git a/source/get-started/create-app.txt b/source/get-started/create-app.txt index f4ae2e5..9bf0d3e 100644 --- a/source/get-started/create-app.txt +++ b/source/get-started/create-app.txt @@ -1,3 +1,6 @@ +.. meta:: + :robots: noindex, nosnippet + .. _django-get-started-create-app: ===================== diff --git a/source/get-started/create-deployment.txt b/source/get-started/create-deployment.txt index 09cb2b3..d2440b1 100644 --- a/source/get-started/create-deployment.txt +++ b/source/get-started/create-deployment.txt @@ -1,3 +1,6 @@ +.. meta:: + :robots: noindex, nosnippet + .. _django-get-started-create-deployment: =========================== diff --git a/source/get-started/install.txt b/source/get-started/install.txt index 37132f5..20fd459 100644 --- a/source/get-started/install.txt +++ b/source/get-started/install.txt @@ -1,3 +1,6 @@ +.. meta:: + :robots: noindex, nosnippet + .. _django-get-started-download-and-install: ==================== diff --git a/source/get-started/next-steps.txt b/source/get-started/next-steps.txt index 7c8ed54..85621ec 100644 --- a/source/get-started/next-steps.txt +++ b/source/get-started/next-steps.txt @@ -1,3 +1,6 @@ +.. meta:: + :robots: noindex, nosnippet + .. _django-get-started-next-steps: ========== diff --git a/source/get-started/query-data.txt b/source/get-started/query-data.txt index 75110c3..92ed68d 100644 --- a/source/get-started/query-data.txt +++ b/source/get-started/query-data.txt @@ -1,3 +1,6 @@ +.. meta:: + :robots: noindex, nosnippet + .. _django-get-started-query: ================== diff --git a/source/get-started/write-data.txt b/source/get-started/write-data.txt index 91b314e..ac27ee1 100644 --- a/source/get-started/write-data.txt +++ b/source/get-started/write-data.txt @@ -1,3 +1,6 @@ +.. meta:: + :robots: noindex, nosnippet + .. _django-get-started-write: ===================== diff --git a/source/index.txt b/source/index.txt index df10007..47ad6cf 100644 --- a/source/index.txt +++ b/source/index.txt @@ -1,3 +1,6 @@ +.. meta:: + :robots: noindex, nosnippet + ====================== Django MongoDB Backend ====================== diff --git a/source/interact-data.txt b/source/interact-data.txt index c2bc78f..66fd8c3 100644 --- a/source/interact-data.txt +++ b/source/interact-data.txt @@ -1,3 +1,6 @@ +.. meta:: + :robots: noindex, nosnippet + .. _django-interact-data: ================== diff --git a/source/interact-data/crud.txt b/source/interact-data/crud.txt index f0d5c26..b007b88 100644 --- a/source/interact-data/crud.txt +++ b/source/interact-data/crud.txt @@ -1,3 +1,6 @@ +.. meta:: + :robots: noindex, nosnippet + .. _django-crud: ======================= diff --git a/source/interact-data/raw-queries.txt b/source/interact-data/raw-queries.txt index 7498340..96d5a12 100644 --- a/source/interact-data/raw-queries.txt +++ b/source/interact-data/raw-queries.txt @@ -1,3 +1,6 @@ +.. meta:: + :robots: noindex, nosnippet + .. _django-raw-queries: ============================ diff --git a/source/interact-data/specify-a-query.txt b/source/interact-data/specify-a-query.txt index aeb74e5..88de65a 100644 --- a/source/interact-data/specify-a-query.txt +++ b/source/interact-data/specify-a-query.txt @@ -1,3 +1,6 @@ +.. meta:: + :robots: noindex, nosnippet + .. _django-specify-query: =============== diff --git a/source/issues-and-help.txt b/source/issues-and-help.txt index 1bf548b..3e79e23 100644 --- a/source/issues-and-help.txt +++ b/source/issues-and-help.txt @@ -1,3 +1,6 @@ +.. meta:: + :robots: noindex, nosnippet + .. _django-issues-and-help: ============= diff --git a/source/limitations-upcoming.txt b/source/limitations-upcoming.txt index 1707f70..d4cccea 100644 --- a/source/limitations-upcoming.txt +++ b/source/limitations-upcoming.txt @@ -1,3 +1,6 @@ +.. meta:: + :robots: noindex, nosnippet + .. _django-limitations: ================================= diff --git a/source/model-data.txt b/source/model-data.txt index 0543585..b6e89fd 100644 --- a/source/model-data.txt +++ b/source/model-data.txt @@ -1,3 +1,6 @@ +.. meta:: + :robots: noindex, nosnippet + .. _django-model-data: =============== diff --git a/source/model-data/indexes.txt b/source/model-data/indexes.txt index d092f22..f7bec03 100644 --- a/source/model-data/indexes.txt +++ b/source/model-data/indexes.txt @@ -1,3 +1,6 @@ +.. meta:: + :robots: noindex, nosnippet + .. _django-indexes: ============== diff --git a/source/model-data/models.txt b/source/model-data/models.txt index 5c20703..5c17b37 100644 --- a/source/model-data/models.txt +++ b/source/model-data/models.txt @@ -1,3 +1,6 @@ +.. meta:: + :robots: noindex, nosnippet + .. _django-models: ============= From 05445cbba0562b2473d906d7fe08b5fe7b8ceaa9 Mon Sep 17 00:00:00 2001 From: norareidy Date: Thu, 22 May 2025 17:10:24 -0400 Subject: [PATCH 2/2] fix --- snooty.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snooty.toml b/snooty.toml index d4c62e0..120a6b3 100644 --- a/snooty.toml +++ b/snooty.toml @@ -27,5 +27,5 @@ pymongo-docs = "https://www.mongodb.com/docs/languages/python/pymongo-driver/cur targets = ["*"] variant = "info" value = """\ - This version of the documentation is archived and no longer supported. View the `current documentation `__ to learn how to `install supported versions of the {+django-odm+} `__.\ + This version of the documentation is archived and no longer supported. View the `current documentation `__ to learn how to `install supported versions of {+django-odm+} `__.\ """ \ No newline at end of file