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.
1 parent 98c1db9 commit d65bf5cCopy full SHA for d65bf5c
docs/build.py
@@ -23,7 +23,7 @@ def move_dir(src, dst):
23
24
# to separate a single local build from all builds we have a flag, see conf.py
25
os.environ["build_all_docs"] = str(True)
26
-os.environ["pages_root"] = "http://127.0.0.1:5500/docs/pages"
+os.environ["pages_root"] = "https://adf-python.github.io/adf-core-python/"
27
28
# manually the main branch build in the current supported languages
29
build_doc("latest", "en", "main")
0 commit comments