File tree 3 files changed +3
-8
lines changed
3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 35
35
# GitHub CI installs pip3 and setuptools outside the path.
36
36
# Update the path to include them and run.
37
37
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
Original file line number Diff line number Diff line change 1
1
from esp_docs .conf_docs import * # noqa: F403,F401
2
2
3
3
languages = ["en" ]
4
- idf_targets = ["esp32" ]
5
4
6
5
# link roles config
7
6
github_repo = "espressif/arduino-esp32"
23
22
"index.rst" ,
24
23
]
25
24
26
- conditional_include_dict = {
27
- "esp32" : ESP32_DOCS ,
28
- }
29
-
30
25
# Extra options required by sphinx_idf_theme
31
26
project_slug = "arduino-esp32"
32
27
Original file line number Diff line number Diff line change 3
3
#
4
4
# matplotlib is currently required only by the script generate_chart.py
5
5
jinja2 == 3.0.2
6
- sphinx-copybutton == 0.3 .0
6
+ sphinx-copybutton == 0.5 .0
7
7
sphinx-tabs == 3.2.0
8
- esp-docs == 0.2.1
8
+ esp-docs == 1. 0.2
You can’t perform that action at this time.
0 commit comments