# Requirements to build the code documentation from the source code
# - last checked/updated: 2026-04-09 (c.f. HA 2026.4.1)

# libraries required to build with sphinx
# - pip list | grep -E 'sphinx'

# used for generating docs
# (Note: sphinx <10 for furo 2025.12.19 and sphinx_design 0.7.0)
    furo==2025.12.19
    markdown-it-py==4.0.0
    myst-parser==5.0.0
    Sphinx==9.1.0
    sphinxcontrib-mermaid==2.0.1
    sphinx-basic-ng==1.0.0b2
    sphinx_design==0.7.0
