File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ FAQ <https://support.cloudflare.com/hc/en-us/articles/115000310832-Certification
60
60
Some older setups configured a CNAME record pointing to ``readthedocs.org ``
61
61
or another variation. While these continue to resolve,
62
62
they do not yet allow us to acquire SSL certificates for those domains.
63
- Point the CNAME to ``readthedocs.io `` and re-request a certificate
63
+ Point the CNAME to ``readthedocs.io ``, with no subdomain, and re-request a certificate
64
64
by saving the domain in the project admin (:guilabel: `Domains ` >
65
65
:guilabel: `Edit Domain `).
66
66
Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ def install_core_requirements(self):
303
303
self .project .get_feature_value (
304
304
Feature .USE_SPHINX_LATEST ,
305
305
positive = 'sphinx<2' ,
306
- negative = 'sphinx<1.8 ' ,
306
+ negative = 'sphinx<2 ' ,
307
307
),
308
308
'sphinx-rtd-theme<0.5' ,
309
309
'readthedocs-sphinx-ext<0.6' ,
Original file line number Diff line number Diff line change 1
1
# Base packages
2
2
pip==19.0.3
3
3
appdirs==1.4.3
4
- virtualenv==16.4.1
4
+ virtualenv==16.4.3
5
5
6
6
django==1.11.20 # pyup: <1.12
7
7
django-tastypie==0.14.2
8
8
django-guardian==1.5.0
9
9
django-extensions==2.1.6
10
10
11
- djangorestframework==3.9.1
11
+ djangorestframework==3.9.2
12
12
13
13
# For intersphinx during builds
14
14
Sphinx==1.8.4
@@ -40,7 +40,7 @@ redis==2.10.6 # pyup: ignore
40
40
# when ALWAYS_EAGER = True
41
41
celery==4.1.1 # pyup: ignore
42
42
43
- django-allauth==0.38.0
43
+ django-allauth==0.39.1
44
44
45
45
# GitPython 2.1.11 makes TestGitBackend.test_git_tags to fail because
46
46
# of an UnicodeError
You can’t perform that action at this time.
0 commit comments