From dcd35b7afb5b4ac001b56da1eda3a0ab6893778e Mon Sep 17 00:00:00 2001 From: George Melikov Date: Fri, 29 May 2020 15:54:13 +0300 Subject: [PATCH] Set absolute paths in 404 page Signed-off-by: George Melikov --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 99fcd55..edfc238 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -218,4 +218,4 @@ issues_commit_uri = "https://github.com/openzfs/zfs/commit/{commit}" # Get absolute paths in 404 notfound_no_urls_prefix = True -notfound_url_prefix = '/openzfs-docs' \ No newline at end of file +notfound_url_prefix = '/openzfs-docs'