Skip to content

Commit d2bc67b

Browse files
authored
DOCSP-50285: EOL v5.0 (#36)
* DOCSP-50285: EOL v5.0 * fix
1 parent acd2e5a commit d2bc67b

23 files changed

+74
-0
lines changed

snooty.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name = "django"
22
title = "Django MongoDB Backend"
3+
eol = true
34

45
intersphinx = [ "https://www.mongodb.com/docs/manual/objects.inv",
56
"https://www.mongodb.com/docs/atlas/objects.inv",
@@ -21,3 +22,10 @@ django-docs = "https://docs.djangoproject.com/en/{+django-version+}"
2122
framework = "Django"
2223
pymongo-version = "4.11"
2324
pymongo-docs = "https://www.mongodb.com/docs/languages/python/pymongo-driver/current"
25+
26+
[[banners]]
27+
targets = ["*"]
28+
variant = "info"
29+
value = """\
30+
This version of the documentation is archived and no longer supported. View the `current documentation <https://www.mongodb.com/docs/languages/python/django-mongodb/current/>`__ to learn how to `install supported versions of {+django-odm+} <https://www.mongodb.com/docs/languages/python/django-mongodb/current/get-started/install/>`__.\
31+
"""

source/compatibility.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _django-compatibility:
25

36
=============

source/connect.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _django-connection-configuration:
25

36
==================================

source/get-started.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _django-get-started:
25

36
=======================================

source/get-started/connect-mongodb.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _django-get-started-connect:
25

36
=================================

source/get-started/connection-string.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _django-get-started-connection-string:
25

36
==========================

source/get-started/create-admin.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _django-get-started-create-admin:
25

36
====================

source/get-started/create-app.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _django-get-started-create-app:
25

36
=====================

source/get-started/create-deployment.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _django-get-started-create-deployment:
25

36
===========================

source/get-started/install.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _django-get-started-download-and-install:
25

36
====================

0 commit comments

Comments
 (0)