Skip to content

Commit 2d5d3d2

Browse files
authored
Fix/page404 format (#982)
* fixing domain * testing ../ * to rerun the workflow
1 parent 05f062c commit 2d5d3d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@
102102

103103
# notfound.extension
104104
notfound_template = "404.rst"
105-
notfound_urls_prefix = "/mapdldocs.pyansys.com/"
105+
notfound_urls_prefix = "/../"
106+
106107

107108
# static path
108109
html_static_path = ["_static"]

0 commit comments

Comments
 (0)