Skip to content

Commit 700ae7d

Browse files
committed
pathing issues
1 parent 4fe9a63 commit 700ae7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_extensions/pwa_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def get_files_to_cache(outDir: str, config: Dict[str, Any]):
5959

6060
# enables RTD multilanguage support
6161
if os.getenv("READTHEDOCS"):
62-
url = parse_result.netloc + os.getenv("READTHEDOCS_LANGUAGE") + "/" + os.getenv("READTHEDOCS_VERSION") + "/"
62+
url = parse_result.netloc + "/" + os.getenv("READTHEDOCS_LANGUAGE") + "/" + os.getenv("READTHEDOCS_VERSION") + "/"
6363

6464
if config["html_baseurl"] is None and not os.getenv("CI"):
6565
logger.warning(

0 commit comments

Comments
 (0)