From 28f6ad1e3e93c3749bc3ae4127a372aeedb7b1e5 Mon Sep 17 00:00:00 2001 From: rebortg Date: Sun, 17 Nov 2024 21:47:12 +0100 Subject: readthedocs 404 test --- docs/__404.rst | 12 ++++++++++++ docs/conf.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 docs/__404.rst (limited to 'docs') diff --git a/docs/__404.rst b/docs/__404.rst new file mode 100644 index 00000000..2ae79f2e --- /dev/null +++ b/docs/__404.rst @@ -0,0 +1,12 @@ +:orphan: + +Page Not Found +============== + +Sorry, We could not find a page. +Try using the search box or go to the release homepage: + + * `1.2.x (crux) `_ + * `1.3.x (equuleus) `_ + * `1.4.x (sagitta) `_ + * `rolling release (circinus) `_ diff --git a/docs/conf.py b/docs/conf.py index f05832fe..37d289eb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -44,7 +44,7 @@ extensions = ['sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.ifconfig', 'sphinx.ext.graphviz', - 'notfound.extension', + #'notfound.extension', 'autosectionlabel', 'myst_parser', 'sphinx_design', -- cgit v1.2.3