-r requirements-sys.txt
# these are doc-only requirements
# we actually need to install all requirements during docs build because of OpenAPI generation
# (see 'docs/source/conf.py')
-r requirements.txt
jinja2
sphinx>=7,<8
sphinx-argparse!=0.5.0
sphinx-autoapi>=1.7.0
sphinx-paramlinks>=0.4.1
# adds redoc OpenAPI directly served on readthedocs
sphinxcontrib-redoc>=1.6.0
sphinx_autodoc_typehints[type_comment]>=1.19
sphinx_rtd_theme>=1.3.0
