Add the Sphinx notfound page extension (#15669)

* add sphinx notfound extension
* add notfound conf
* upgrade requirements
* use double backticks
* add urls prefix
This commit is contained in:
Don Naro
2024-12-03 10:26:06 +00:00
committed by GitHub
parent c64b5eb462
commit cdb294c5c7
4 changed files with 35 additions and 32 deletions

View File

@@ -2,6 +2,7 @@
sphinx # Tooling to build HTML from RST source.
sphinx-ansible-theme # Ansible community theme for Sphinx doc builds.
sphinx-notfound-page # Sphinx extension for custom 404 page.
docutils # Tooling for RST processing and the swagger extension.
Jinja2 # Requires investiation. Possibly inherited from previous repo with a custom theme.
Jinja2 # Requires investigation. Possibly inherited from previous repo with a custom theme.
PyYaml # Requires investigation. Possibly used as tooling for swagger API reference content.