Docs: Include REST API reference content from swagger.json (#14607)

This commit is contained in:
Don Naro
2023-11-11 13:33:41 +00:00
committed by GitHub
parent d8a28b3c06
commit 0057c8daf6
6 changed files with 18 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ import shlex
from datetime import datetime
from importlib import import_module
#sys.path.insert(0, os.path.abspath('./rst/rest_api/_swagger'))
sys.path.insert(0, os.path.abspath('./rst/rest_api/_swagger'))
project = u'Ansible AWX'
copyright = u'2023, Red Hat'
@@ -35,6 +35,7 @@ extensions = [
'sphinx.ext.coverage',
'sphinx.ext.ifconfig',
'sphinx_ansible_theme',
'swagger',
]
html_theme = 'sphinx_ansible_theme'