feat: add requirements.docs.txt

This commit is contained in:
Fu Hanxi
2022-07-26 15:58:50 +08:00
parent 8132f8b5e1
commit 742663dd9b
3 changed files with 10 additions and 1 deletions
-1
View File
@@ -1 +0,0 @@
esp-docs~=1.1.0
+6
View File
@@ -18,6 +18,12 @@
"description": "Packages for CI with pytest",
"optional": true,
"requirement_path": "tools/requirements/requirements.pytest.txt"
},
{
"name": "docs",
"description": "Packages for building ESP-IDF documentation",
"optional": true,
"requirement_path": "tools/requirements/requirements.docs.txt"
}
]
}
+4
View File
@@ -0,0 +1,4 @@
# Python package requirements for building the documentation of ESP-IDF.
# This feature can be enabled by running "install.{sh,bat,ps1,fish} --enable-docs"
esp-docs