Updated docs

This commit is contained in:
2025-03-11 21:26:13 +03:00
parent a48c6fc450
commit d4f89b3754
5 changed files with 13 additions and 3 deletions

View File

@@ -22,7 +22,8 @@ extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.viewcode',
'sphinx.ext.todo',
'sphinx.ext.coverage'
'sphinx.ext.coverage',
'sphinxcontrib.openapi'
]
templates_path = ['_templates']
@@ -35,5 +36,5 @@ add_module_names = False
# -- 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']

View File

@@ -17,3 +17,5 @@ documentation for details.
setup
focus
focus-compliance
open-api

5
docs/open-api.rst Normal file
View File

@@ -0,0 +1,5 @@
======================
Open API specification
======================
.. openapi:: focus.yml

View File

@@ -2,4 +2,6 @@ requests
python-dotenv
twine
wheel
sphinx
sphinx
sphinx-rtd-theme
sphinxcontrib-openapi