File tree 1 file changed +5
-4
lines changed 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ since it will help you to avoid clutter in your system-wide libraries.
17
17
18
18
.. warning ::
19
19
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 .
23
23
24
24
Additionally Read the Docs depends on:
25
25
@@ -67,7 +67,7 @@ you need these libraries.
67
67
.. tab :: CentOS/RHEL 7
68
68
69
69
Install::
70
-
70
+
71
71
sudo yum install python-devel python-pip libxml2-devel libxslt-devel
72
72
73
73
.. tab :: Other OS
@@ -84,6 +84,7 @@ you need these libraries.
84
84
.. _Homebrew : http://brew.sh/
85
85
.. _Elasticsearch : https://www.elastic.co/products/elasticsearch
86
86
.. _Redis : https://redis.io/
87
+ .. _bug : https://code.djangoproject.com/ticket/29182
87
88
88
89
89
90
Get and run Read the Docs
You can’t perform that action at this time.
0 commit comments