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', 'swagger',
] ]
notfound_urls_prefix = "/en/latest/" notfound_urls_prefix = "/projects/awx/en/latest/"
notfound_template = "404.rst" notfound_template = "404.rst"
html_theme = 'sphinx_ansible_theme' html_theme = 'sphinx_ansible_theme'

View File

@@ -10,7 +10,10 @@ The page you are looking for is not in the current AWX documentation.
:alt: Cowsay 404 :alt: Cowsay 404
You can find different versions of the AWX documentation by opening the Read the Docs fly out menu at the bottom right. You can find different versions of the AWX documentation by opening the Read the Docs fly out menu at the bottom right.
Here is a link to the `AWX 24.6.1 <https://ansible.readthedocs.io/projects/awx/en/24.6.1/>`_ documentation. For your convenience, here are some links:
* `AWX latest <https://ansible.readthedocs.io/projects/awx/en/latest/>`_ documentation, includes release notes and known issues, contributor's guide, and API reference.
* `AWX 24.6.1 <https://ansible.readthedocs.io/projects/awx/en/24.6.1/>`_ documentation, includes release notes, contributor's guide, AWX quickstart, user guide, API reference, and administrator guide.
If you have more questions or still can't find the docs you're looking for, join the `Ansible Forum <https://forum.ansible.com>`_. If you have more questions or still can't find the docs you're looking for, join the `Ansible Forum <https://forum.ansible.com>`_.
Here are some useful links for AWX users: Here are some useful links for AWX users: