Skip to content

Commit 03dc03f

Browse files
authored
Merge branch 'master' into issues5101
2 parents f6b51c5 + 2954e92 commit 03dc03f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/custom_domains.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ FAQ <https://support.cloudflare.com/hc/en-us/articles/115000310832-Certification
6060
Some older setups configured a CNAME record pointing to ``readthedocs.org``
6161
or another variation. While these continue to resolve,
6262
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
6464
by saving the domain in the project admin (:guilabel:`Domains` >
6565
:guilabel:`Edit Domain`).
6666

readthedocs/doc_builder/python_environments.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def install_core_requirements(self):
303303
self.project.get_feature_value(
304304
Feature.USE_SPHINX_LATEST,
305305
positive='sphinx<2',
306-
negative='sphinx<1.8',
306+
negative='sphinx<2',
307307
),
308308
'sphinx-rtd-theme<0.5',
309309
'readthedocs-sphinx-ext<0.6',

requirements/pip.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Base packages
22
pip==19.0.3
33
appdirs==1.4.3
4-
virtualenv==16.4.1
4+
virtualenv==16.4.3
55

66
django==1.11.20 # pyup: <1.12
77
django-tastypie==0.14.2
88
django-guardian==1.5.0
99
django-extensions==2.1.6
1010

11-
djangorestframework==3.9.1
11+
djangorestframework==3.9.2
1212

1313
# For intersphinx during builds
1414
Sphinx==1.8.4
@@ -40,7 +40,7 @@ redis==2.10.6 # pyup: ignore
4040
# when ALWAYS_EAGER = True
4141
celery==4.1.1 # pyup: ignore
4242

43-
django-allauth==0.38.0
43+
django-allauth==0.39.1
4444

4545
# GitPython 2.1.11 makes TestGitBackend.test_git_tags to fail because
4646
# of an UnicodeError

0 commit comments

Comments
 (0)