File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11from esp_docs .conf_docs import * # noqa: F403,F401
22
33languages = ["en" ]
4- idf_targets = ["esp32" ]
54
65# link roles config
76github_repo = "espressif/arduino-esp32"
2322 "index.rst" ,
2423]
2524
26- conditional_include_dict = {
27- "esp32" : ESP32_DOCS ,
28- }
29-
3025# Extra options required by sphinx_idf_theme
3126project_slug = "arduino-esp32"
3227
Original file line number Diff line number Diff line change 33#
44# matplotlib is currently required only by the script generate_chart.py
55jinja2 == 3.0.2
6- sphinx-copybutton == 0.3 .0
6+ sphinx-copybutton == 0.5 .0
77sphinx-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