use subproject url prefix (#15681)

* use subproject url prefix

* add version details
This commit is contained in:
Don Naro
2024-12-03 12:01:28 +00:00
committed by GitHub
parent cdb294c5c7
commit 3ceca1b4c7
2 changed files with 5 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ extensions = [
'swagger',
]
notfound_urls_prefix = "/en/latest/"
notfound_urls_prefix = "/projects/awx/en/latest/"
notfound_template = "404.rst"
html_theme = 'sphinx_ansible_theme'