We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 419d6df + 8e68dca commit d36a2a1Copy full SHA for d36a2a1
docs/conf.py
@@ -56,6 +56,11 @@
56
if os.environ.get('READTHEDOCS') == 'True':
57
# Building on Read the Docs
58
hoverxref_api_host = 'https://readthedocs.org'
59
+
60
+ if os.environ.get('PROXIED_API_ENDPOINT') == 'True':
61
+ # Use the proxied API endpoint
62
+ hoverxref_api_host = '/_'
63
64
if os.environ.get('LOCAL_READTHEDOCS') == 'True':
65
# Building on a local Read the Docs instance
66
hoverxref_api_host = 'http://community.dev.readthedocs.io'
0 commit comments