We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8adfb4 commit 2d28826Copy full SHA for 2d28826
docs/install.rst
@@ -20,7 +20,7 @@ Additionally Read the Docs depends on:
20
* `Elasticsearch`_ (only if you want full support for searching inside the site)
21
22
* Follow :doc:`/development/search` documentation for more instruction.
23
-`
+
24
.. note::
25
26
If you plan to import Python 2 projects to your RTD,
readthedocs/projects/models.py
@@ -5,6 +5,7 @@
5
import fnmatch
6
import logging
7
import os
8
+from urllib.parse import urlparse
9
10
from django.conf import settings
11
from django.contrib.auth.models import User
0 commit comments