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

Commit 3c1cde2

Browse files
committed
Use URL for docker-compose instance when building locally
I'm using `LOCAL_READTHEDOCS` env variable to build it and develop locally while using the same set of docs comming from this repo. Now, I'm pointing `tooltip_api_host` to our new docker-compose configuration.
1 parent 425ef4f commit 3c1cde2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
hoverxref_tooltip_api_host = 'https://readthedocs.org'
5959
if os.environ.get('LOCAL_READTHEDOCS') == 'True':
6060
# Building on a local Read the Docs instance
61-
hoverxref_tooltip_api_host = 'http://dev.readthedocs.io:8000'
61+
hoverxref_tooltip_api_host = 'http://community.dev.readthedocs.io'
6262

6363
hoverxref_tooltip_maxwidth = 650
6464
hoverxref_auto_ref = True

0 commit comments

Comments
 (0)