Skip to content

Commit 3e9c211

Browse files
committed
Removed the target build for esp-docs v1.0.2
1 parent 1380226 commit 3e9c211

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

Diff for: .github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
# GitHub CI installs pip3 and setuptools outside the path.
3636
# Update the path to include them and run.
3737
PATH=/home/runner/.local/bin:$PATH pip3 install --user -r ./docs/requirements.txt
38-
cd ./docs && PATH=/home/runner/.local/bin:$PATH build-docs -l en -t esp32
38+
cd ./docs && PATH=/home/runner/.local/bin:$PATH build-docs -l en

Diff for: docs/conf_common.py

-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from esp_docs.conf_docs import * # noqa: F403,F401
22

33
languages = ["en"]
4-
idf_targets = ["esp32"]
54

65
# link roles config
76
github_repo = "espressif/arduino-esp32"
@@ -23,10 +22,6 @@
2322
"index.rst",
2423
]
2524

26-
conditional_include_dict = {
27-
"esp32": ESP32_DOCS,
28-
}
29-
3025
# Extra options required by sphinx_idf_theme
3126
project_slug = "arduino-esp32"
3227

Diff for: docs/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
#
44
# matplotlib is currently required only by the script generate_chart.py
55
jinja2==3.0.2
6-
sphinx-copybutton==0.3.0
6+
sphinx-copybutton==0.5.0
77
sphinx-tabs==3.2.0
8-
esp-docs==0.2.1
8+
esp-docs==1.0.2

0 commit comments

Comments
 (0)