We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698562e commit 86ec633Copy full SHA for 86ec633
readthedocs/settings/base.py
@@ -43,7 +43,7 @@ class CommunityBaseSettings(Settings):
43
PUBLIC_API_URL = 'https://{}'.format(PRODUCTION_DOMAIN)
44
# Some endpoints from the API can be proxied on other domain
45
# or use the same domain where the docs are being served
46
- # (omit the host of that's the case).
+ # (omit the host if that's the case).
47
RTD_PROXIED_API_URL = PUBLIC_API_URL
48
EXTERNAL_VERSION_URL = None # for pull request builds
49
0 commit comments