diff --git a/snooty.toml b/snooty.toml index 718fee2..120a6b3 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 {+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: =============