- cd build_examples
- ${IDF_PATH}/make/build_examples.sh
+build_docs:
+ stage: build
+ image: espressif/esp32-ci-env
+ tags:
+ - build_docs
+ script:
+ - cd docs
+ - make html
+ artifacts:
+ paths:
+ - docs/_build/html
+ expire_in: 6 mos
+
+
test_nvs_on_host:
stage: test
image: espressif/esp32-ci-env
-Build and Falsh with Eclipse IDE
+Build and Flash with Eclipse IDE
********************************
Installing Eclipse IDE
.. caution::
- This DRAF version of documentation developed within `ESP-IDF 1.0 Release plan <http://esp32.com/viewtopic.php?f=10&p=1708>`_.
- It is scheduled for merging with `espressif/esp-idf <https://github.com/espressif/esp-idf>`_ repository at the release date.
- Before merging it may be incomplete, or not fully in sync with espressif/esp-idf.
- Please mind your step!
+ Until ESP-IDF release 1.0, this documentation is a draft. It is incomplete and may have mistakes. Please mind your step!
Contents:
-breathe
\ No newline at end of file
+# This is a list of python packages used to generate documentation. This file is used with pip:
+# pip install requirements.txt
+#
+sphinx
+sphinx-rtd-theme
+breathe