diff options
author | rebortg <github@ghlr.de> | 2024-11-17 21:47:12 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2024-11-17 21:47:12 +0100 |
commit | 28f6ad1e3e93c3749bc3ae4127a372aeedb7b1e5 (patch) | |
tree | 9f2ad7a9a367e74a4590a87b2419898f9456c6d6 /docs | |
parent | db7d02729deee39b794ab8e9ec3ca8f97cb0683d (diff) | |
download | vyos-documentation-28f6ad1e3e93c3749bc3ae4127a372aeedb7b1e5.tar.gz vyos-documentation-28f6ad1e3e93c3749bc3ae4127a372aeedb7b1e5.zip |
readthedocs 404 test
Diffstat (limited to 'docs')
-rw-r--r-- | docs/__404.rst | 12 | ||||
-rw-r--r-- | docs/conf.py | 2 |
2 files changed, 13 insertions, 1 deletions
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) <https://docs.vyos.io/en/crux/>`_ + * `1.3.x (equuleus) <https://docs.vyos.io/en/equuleus/>`_ + * `1.4.x (sagitta) <https://docs.vyos.io/en/sagitta/>`_ + * `rolling release (circinus) <https://docs.vyos.io/en/latest/>`_ 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', |