Skip to content

Commit 1a08ad7

Browse files
lordmauveagjohnson
authored andcommitted
Add warning to use Python 2.7 in install docs (readthedocs#2866)
(closes readthedocs#2865)
1 parent 96042fd commit 1a08ad7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/install.rst

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ Installation
66
Here is a step by step plan on how to install Read the Docs.
77
It will get you to a point of having a local running instance.
88

9+
.. warning::
10+
11+
Read the Docs does not itself run under Python 3 (though it does support
12+
building documentation for Python 3 projects). Please ensure the subsequent
13+
steps are performed using Python 2.7.
14+
15+
916
First, obtain `Python 2.7`_ and virtualenv_ if you do not already have them. Using a
1017
virtual environment will make the installation easier, and will help to avoid
1118
clutter in your system-wide libraries. You will also need Git_ in order to

0 commit comments

Comments
 (0)