Skip to content

Commit d65bf5c

Browse files
committed
fix: Update pages_root URL for documentation to point to the live site
1 parent 98c1db9 commit d65bf5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def move_dir(src, dst):
2323

2424
# to separate a single local build from all builds we have a flag, see conf.py
2525
os.environ["build_all_docs"] = str(True)
26-
os.environ["pages_root"] = "http://127.0.0.1:5500/docs/pages"
26+
os.environ["pages_root"] = "https://adf-python.github.io/adf-core-python/"
2727

2828
# manually the main branch build in the current supported languages
2929
build_doc("latest", "en", "main")

0 commit comments

Comments
 (0)