docs: bump up esp_docs to 2.1

It will pull sphinx>=6.2.0 which is compatible with python 13
and the imghdr dependency can be removed
This commit is contained in:
Jaroslav Safka
2025-09-12 09:10:44 +02:00
parent 40f103cd38
commit bb8cd9bc71

View File

@@ -60,9 +60,8 @@
]
hsm = ["python-pkcs11"]
docs = [
"esp-docs~=1.10",
"esp-docs~=2.1",
"sphinx-tabs",
"standard-imghdr; python_version >= '3.13'"
]
[tool.setuptools]