mirror of
https://github.com/ansible/awx.git
synced 2026-02-02 01:58:09 -03:30
Docs: Include REST API reference content from swagger.json (#14607)
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user