Updated docs
This commit is contained in:
@@ -22,7 +22,8 @@ extensions = [
|
|||||||
'sphinx.ext.autodoc',
|
'sphinx.ext.autodoc',
|
||||||
'sphinx.ext.viewcode',
|
'sphinx.ext.viewcode',
|
||||||
'sphinx.ext.todo',
|
'sphinx.ext.todo',
|
||||||
'sphinx.ext.coverage'
|
'sphinx.ext.coverage',
|
||||||
|
'sphinxcontrib.openapi'
|
||||||
]
|
]
|
||||||
|
|
||||||
templates_path = ['_templates']
|
templates_path = ['_templates']
|
||||||
@@ -35,5 +36,5 @@ add_module_names = False
|
|||||||
# -- Options for HTML output -------------------------------------------------
|
# -- Options for HTML output -------------------------------------------------
|
||||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
|
||||||
|
|
||||||
html_theme = 'alabaster'
|
html_theme = 'sphinx_rtd_theme'
|
||||||
html_static_path = ['_static']
|
html_static_path = ['_static']
|
||||||
|
|||||||
@@ -17,3 +17,5 @@ documentation for details.
|
|||||||
|
|
||||||
setup
|
setup
|
||||||
focus
|
focus
|
||||||
|
focus-compliance
|
||||||
|
open-api
|
||||||
|
|||||||
5
docs/open-api.rst
Normal file
5
docs/open-api.rst
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
======================
|
||||||
|
Open API specification
|
||||||
|
======================
|
||||||
|
|
||||||
|
.. openapi:: focus.yml
|
||||||
@@ -3,3 +3,5 @@ python-dotenv
|
|||||||
twine
|
twine
|
||||||
wheel
|
wheel
|
||||||
sphinx
|
sphinx
|
||||||
|
sphinx-rtd-theme
|
||||||
|
sphinxcontrib-openapi
|
||||||
Reference in New Issue
Block a user