Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 62f8550

Browse files
authored
Merge pull request #77 from stsewd/use-new-setting
Use new footer_api_host setting
2 parents 5ffb107 + fad5636 commit 62f8550

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readthedocs_ext/_static/readthedocs-data.js_t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ var READTHEDOCS_DATA = {
1010
docroot: {{ conf_py_path|default('')|tojson }},
1111
source_suffix: {{ source_suffix|default('')|tojson }},
1212
api_host: {{ api_host|default('')|tojson }},
13+
proxied_api_host: {{ proxied_api_host|default('')|tojson }},
1314
commit: {{ commit|default('')|tojson }},
1415
ad_free: {% if ad_free %}true{% else %}false{% endif %},
1516

0 commit comments

Comments
 (0)