Skip to content

Commit

Permalink
Removed the target build for esp-docs v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrominatel committed May 3, 2022
1 parent 1380226 commit 3e9c211
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
# GitHub CI installs pip3 and setuptools outside the path.
# Update the path to include them and run.
PATH=/home/runner/.local/bin:$PATH pip3 install --user -r ./docs/requirements.txt
cd ./docs && PATH=/home/runner/.local/bin:$PATH build-docs -l en -t esp32
cd ./docs && PATH=/home/runner/.local/bin:$PATH build-docs -l en
5 changes: 0 additions & 5 deletions docs/conf_common.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from esp_docs.conf_docs import * # noqa: F403,F401

languages = ["en"]
idf_targets = ["esp32"]

# link roles config
github_repo = "espressif/arduino-esp32"
Expand All @@ -23,10 +22,6 @@
"index.rst",
]

conditional_include_dict = {
"esp32": ESP32_DOCS,
}

# Extra options required by sphinx_idf_theme
project_slug = "arduino-esp32"

Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
#
# matplotlib is currently required only by the script generate_chart.py
jinja2==3.0.2
sphinx-copybutton==0.3.0
sphinx-copybutton==0.5.0
sphinx-tabs==3.2.0
esp-docs==0.2.1
esp-docs==1.0.2

0 comments on commit 3e9c211

Please sign in to comment.