Skip to content

Commit f906a4c

Browse files
authored
Warning about using sqlite 3.26.0 for development (#5681)
Warning about using sqlite 3.26.0 for development
2 parents 587e1f3 + 719cea9 commit f906a4c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/install.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ since it will help you to avoid clutter in your system-wide libraries.
1717

1818
.. warning::
1919

20-
Currently the recommended version of python is Python 3.6.7. Which uses a
21-
lower version of sqlite3. The next version of Python can be used when the
22-
project starts using the latest Django version.
20+
Currently Read the Docs is using ``Django 1.11.x`` and this version of Django
21+
has a `bug`_ which breaks database migrations if you are using ``sqlite 3.26.0 or Newer``.
22+
So, we recommend using ``sqlite < 3.26.0`` to run Read the Docs properly on your machine.
2323

2424
Additionally Read the Docs depends on:
2525

@@ -67,7 +67,7 @@ you need these libraries.
6767
.. tab:: CentOS/RHEL 7
6868

6969
Install::
70-
70+
7171
sudo yum install python-devel python-pip libxml2-devel libxslt-devel
7272

7373
.. tab:: Other OS
@@ -84,6 +84,7 @@ you need these libraries.
8484
.. _Homebrew: http://brew.sh/
8585
.. _Elasticsearch: https://www.elastic.co/products/elasticsearch
8686
.. _Redis: https://redis.io/
87+
.. _bug: https://code.djangoproject.com/ticket/29182
8788

8889

8990
Get and run Read the Docs

0 commit comments

Comments
 (0)