We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8106c8e commit 8accfb4Copy full SHA for 8accfb4
readthedocs/settings/base.py
@@ -41,6 +41,9 @@ class CommunityBaseSettings(Settings):
41
PUBLIC_DOMAIN_USES_HTTPS = False
42
USE_SUBDOMAIN = False
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).
47
RTD_PROXIED_API_URL = PUBLIC_API_URL
48
EXTERNAL_VERSION_URL = None # for pull request builds
49
0 commit comments