Read the Docs build information Build id: 1809420 Project: espressif-esp-rainmaker Version: latest Commit: ea54ebed6477e1ecbdb3bd8a32962b268018926a Date: 2023-10-27T11:43:18.466628Z State: finished Success: False [rtd-command-info] start-time: 2023-10-27T11:43:19.603953Z, end-time: 2023-10-27T11:43:20.923542Z, duration: 1, exit-code: 0 git clone --depth 1 git@github.com:espressif/esp-rainmaker.git . Cloning into '.'... Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. [rtd-command-info] start-time: 2023-10-27T11:43:20.985931Z, end-time: 2023-10-27T11:43:22.182972Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/master:refs/remotes/origin/master Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. [rtd-command-info] start-time: 2023-10-27T11:43:22.312042Z, end-time: 2023-10-27T11:43:22.383745Z, duration: 0, exit-code: 0 git checkout --force origin/master Note: switching to 'origin/master'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at ea54ebe Merge branch 'support/esp32c6' into 'master' [rtd-command-info] start-time: 2023-10-27T11:43:22.449304Z, end-time: 2023-10-27T11:43:22.516545Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2023-10-27T11:43:22.640352Z, end-time: 2023-10-27T11:43:22.731816Z, duration: 0, exit-code: 0 git submodule sync [rtd-command-info] start-time: 2023-10-27T11:43:22.794666Z, end-time: 2023-10-27T11:43:28.429073Z, duration: 5, exit-code: 0 git submodule update --init --force -- Submodule 'cli' (git@github.com:espressif/esp-rainmaker-cli.git) registered for path 'cli' Submodule 'components/esp-insights' (git@github.com:espressif/esp-insights.git) registered for path 'components/esp-insights' Submodule 'components/rmaker_common' (git@github.com:espressif/esp-rainmaker-common.git) registered for path 'components/rmaker_common' Cloning into '/home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/checkouts/latest/cli'... Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. Cloning into '/home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/checkouts/latest/components/esp-insights'... Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. Cloning into '/home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/checkouts/latest/components/rmaker_common'... Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. Submodule path 'cli': checked out 'b2f125cd46fd787652f380a405dcfee2225a23cc' Submodule path 'components/esp-insights': checked out 'cfdd71e99607506c53b3a900ce1b010c2fd0d514' Submodule path 'components/rmaker_common': checked out '76c9973e3a793a3096a747b811ee77da295ddd26' [rtd-command-info] start-time: 2023-10-27T11:43:28.486852Z, end-time: 2023-10-27T11:43:28.543179Z, duration: 0, exit-code: 0 cat .readthedocs.yml # .readthedocs.yml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required. version: 2 must be used with build.os. To specify Python version, have to use build.tools.python version: 2 build: os: "ubuntu-22.04" # RTD only supports ubuntu-22.04 and ubuntu-20.04. tools: python: "3.6" # keep it the same as used in build doc image, for easy debugging # Optionally build your docs in additional formats such as PDF and ePub formats: - htmlzip - pdf # Optionally set the requirements required to build your docs python: install: - requirements: docs/requirements.txt submodules: include: all [rtd-command-info] start-time: 2023-10-27T11:43:34.088723Z, end-time: 2023-10-27T11:43:34.165190Z, duration: 0, exit-code: 0 asdf global python 3.6.15 [rtd-command-info] start-time: 2023-10-27T11:43:34.698793Z, end-time: 2023-10-27T11:43:35.742066Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.6.15.final.0-64 in 674ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/envs/latest, clear=False, no_vcs_ignore=False, global=False) seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/docs/.local/share/virtualenv) added seed packages: pip==21.2.3, setuptools==57.4.0, wheel==0.37.0 activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator [rtd-command-info] start-time: 2023-10-27T11:43:35.801488Z, end-time: 2023-10-27T11:43:44.366948Z, duration: 8, exit-code: 0 python -m pip install --upgrade --no-cache-dir pip setuptools Requirement already satisfied: pip in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/envs/latest/lib/python3.6/site-packages (21.2.3) Collecting pip Downloading pip-21.3.1-py3-none-any.whl (1.7 MB) Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/envs/latest/lib/python3.6/site-packages (57.4.0) Collecting setuptools Downloading setuptools-59.6.0-py3-none-any.whl (952 kB) Installing collected packages: setuptools, pip Attempting uninstall: setuptools Found existing installation: setuptools 57.4.0 Uninstalling setuptools-57.4.0: Successfully uninstalled setuptools-57.4.0 Attempting uninstall: pip Found existing installation: pip 21.2.3 Uninstalling pip-21.2.3: Successfully uninstalled pip-21.2.3 Successfully installed pip-21.3.1 setuptools-59.6.0 [rtd-command-info] start-time: 2023-10-27T11:43:44.432763Z, end-time: 2023-10-27T11:43:52.274707Z, duration: 7, exit-code: 0 python -m pip install --upgrade --no-cache-dir sphinx readthedocs-sphinx-ext Collecting sphinx Downloading sphinx-5.3.0-py3-none-any.whl (3.2 MB) Collecting readthedocs-sphinx-ext Downloading readthedocs_sphinx_ext-2.2.3-py2.py3-none-any.whl (11 kB) Collecting sphinxcontrib-jsmath Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) Collecting alabaster<0.8,>=0.7 Downloading alabaster-0.7.13-py3-none-any.whl (13 kB) Collecting requests>=2.5.0 Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB) Collecting docutils<0.20,>=0.14 Downloading docutils-0.18.1-py2.py3-none-any.whl (570 kB) Collecting packaging>=21.0 Downloading packaging-21.3-py3-none-any.whl (40 kB) Collecting Pygments>=2.12 Downloading Pygments-2.14.0-py3-none-any.whl (1.1 MB) Collecting importlib-metadata>=4.8 Downloading importlib_metadata-4.8.3-py3-none-any.whl (17 kB) Collecting sphinxcontrib-qthelp Downloading sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl (90 kB) Collecting sphinxcontrib-applehelp Downloading sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl (121 kB) Collecting sphinxcontrib-serializinghtml>=1.1.5 Downloading sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl (94 kB) Collecting babel>=2.9 Downloading Babel-2.11.0-py3-none-any.whl (9.5 MB) Collecting imagesize>=1.3 Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) Collecting sphinxcontrib-htmlhelp>=2.0.0 Downloading sphinxcontrib_htmlhelp-2.0.0-py2.py3-none-any.whl (100 kB) Collecting Jinja2>=3.0 Downloading Jinja2-3.0.3-py3-none-any.whl (133 kB) Collecting sphinxcontrib-devhelp Downloading sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl (84 kB) Collecting snowballstemmer>=2.0 Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB) Collecting pytz>=2015.7 Downloading pytz-2023.3.post1-py2.py3-none-any.whl (502 kB) Collecting zipp>=0.5 Downloading zipp-3.6.0-py3-none-any.whl (5.3 kB) Collecting typing-extensions>=3.6.4 Downloading typing_extensions-4.1.1-py3-none-any.whl (26 kB) Collecting MarkupSafe>=2.0 Downloading MarkupSafe-2.0.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (30 kB) Collecting pyparsing!=3.0.5,>=2.0.2 Downloading pyparsing-3.1.1-py3-none-any.whl (103 kB) Collecting charset-normalizer~=2.0.0 Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB) Collecting urllib3<1.27,>=1.21.1 Downloading urllib3-1.26.18-py2.py3-none-any.whl (143 kB) Collecting idna<4,>=2.5 Downloading idna-3.4-py3-none-any.whl (61 kB) Collecting certifi>=2017.4.17 Downloading certifi-2023.7.22-py3-none-any.whl (158 kB) Installing collected packages: zipp, urllib3, typing-extensions, pytz, pyparsing, MarkupSafe, idna, charset-normalizer, certifi, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, snowballstemmer, requests, Pygments, packaging, Jinja2, importlib-metadata, imagesize, docutils, babel, alabaster, sphinx, readthedocs-sphinx-ext Successfully installed Jinja2-3.0.3 MarkupSafe-2.0.1 Pygments-2.14.0 alabaster-0.7.13 babel-2.11.0 certifi-2023.7.22 charset-normalizer-2.0.12 docutils-0.18.1 idna-3.4 imagesize-1.4.1 importlib-metadata-4.8.3 packaging-21.3 pyparsing-3.1.1 pytz-2023.3.post1 readthedocs-sphinx-ext-2.2.3 requests-2.27.1 snowballstemmer-2.2.0 sphinx-5.3.0 sphinxcontrib-applehelp-1.0.2 sphinxcontrib-devhelp-1.0.2 sphinxcontrib-htmlhelp-2.0.0 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.3 sphinxcontrib-serializinghtml-1.1.5 typing-extensions-4.1.1 urllib3-1.26.18 zipp-3.6.0 [rtd-command-info] start-time: 2023-10-27T11:43:52.357357Z, end-time: 2023-10-27T11:43:55.143879Z, duration: 2, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r docs/requirements.txt Collecting sphinx==2.3.1 Downloading Sphinx-2.3.1-py3-none-any.whl (2.7 MB) Collecting breathe==4.14.1 Downloading breathe-4.14.1-py3-none-any.whl (74 kB) Requirement already satisfied: snowballstemmer>=1.1 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/envs/latest/lib/python3.6/site-packages (from sphinx==2.3.1->-r docs/requirements.txt (line 4)) (2.2.0) Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/envs/latest/lib/python3.6/site-packages (from sphinx==2.3.1->-r docs/requirements.txt (line 4)) (59.6.0) Requirement already satisfied: docutils>=0.12 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/envs/latest/lib/python3.6/site-packages (from sphinx==2.3.1->-r docs/requirements.txt (line 4)) (0.18.1) Requirement already satisfied: babel!=2.0,>=1.3 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/envs/latest/lib/python3.6/site-packages (from sphinx==2.3.1->-r docs/requirements.txt (line 4)) (2.11.0) Requirement already satisfied: requests>=2.5.0 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/envs/latest/lib/python3.6/site-packages (from sphinx==2.3.1->-r docs/requirements.txt (line 4)) (2.27.1) Requirement already satisfied: alabaster<0.8,>=0.7 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/envs/latest/lib/python3.6/site-packages (from sphinx==2.3.1->-r docs/requirements.txt (line 4)) (0.7.13) Requirement already satisfied: sphinxcontrib-jsmath in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/envs/latest/lib/python3.6/site-packages (from sphinx==2.3.1->-r docs/requirements.txt (line 4)) (1.0.1) Requirement already satisfied: imagesize in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/envs/latest/lib/python3.6/site-packages (from sphinx==2.3.1->-r docs/requirements.txt (line 4)) (1.4.1) Requirement already satisfied: packaging in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/envs/latest/lib/python3.6/site-packages (from sphinx==2.3.1->-r docs/requirements.txt (line 4)) (21.3) Requirement already satisfied: sphinxcontrib-applehelp in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/envs/latest/lib/python3.6/site-packages (from sphinx==2.3.1->-r docs/requirements.txt (line 4)) (1.0.2) Requirement already satisfied: sphinxcontrib-qthelp in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/envs/latest/lib/python3.6/site-packages (from sphinx==2.3.1->-r docs/requirements.txt (line 4)) (1.0.3) Requirement already satisfied: Pygments>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/envs/latest/lib/python3.6/site-packages (from sphinx==2.3.1->-r docs/requirements.txt (line 4)) (2.14.0) Requirement already satisfied: Jinja2>=2.3 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/envs/latest/lib/python3.6/site-packages (from sphinx==2.3.1->-r docs/requirements.txt (line 4)) (3.0.3) Requirement already satisfied: sphinxcontrib-htmlhelp in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/envs/latest/lib/python3.6/site-packages (from sphinx==2.3.1->-r docs/requirements.txt (line 4)) (2.0.0) Requirement already satisfied: sphinxcontrib-devhelp in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/envs/latest/lib/python3.6/site-packages (from sphinx==2.3.1->-r docs/requirements.txt (line 4)) (1.0.2) Requirement already satisfied: sphinxcontrib-serializinghtml in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/envs/latest/lib/python3.6/site-packages (from sphinx==2.3.1->-r docs/requirements.txt (line 4)) (1.1.5) Collecting six>=1.9 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) Requirement already satisfied: pytz>=2015.7 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/envs/latest/lib/python3.6/site-packages (from babel!=2.0,>=1.3->sphinx==2.3.1->-r docs/requirements.txt (line 4)) (2023.3.post1) Requirement already satisfied: MarkupSafe>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/envs/latest/lib/python3.6/site-packages (from Jinja2>=2.3->sphinx==2.3.1->-r docs/requirements.txt (line 4)) (2.0.1) Requirement already satisfied: charset-normalizer~=2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/envs/latest/lib/python3.6/site-packages (from requests>=2.5.0->sphinx==2.3.1->-r docs/requirements.txt (line 4)) (2.0.12) Requirement already satisfied: certifi>=2017.4.17 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/envs/latest/lib/python3.6/site-packages (from requests>=2.5.0->sphinx==2.3.1->-r docs/requirements.txt (line 4)) (2023.7.22) Requirement already satisfied: idna<4,>=2.5 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/envs/latest/lib/python3.6/site-packages (from requests>=2.5.0->sphinx==2.3.1->-r docs/requirements.txt (line 4)) (3.4) Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/envs/latest/lib/python3.6/site-packages (from requests>=2.5.0->sphinx==2.3.1->-r docs/requirements.txt (line 4)) (1.26.18) Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/envs/latest/lib/python3.6/site-packages (from packaging->sphinx==2.3.1->-r docs/requirements.txt (line 4)) (3.1.1) Installing collected packages: sphinx, six, breathe Attempting uninstall: sphinx Found existing installation: sphinx 5.3.0 Uninstalling sphinx-5.3.0: Successfully uninstalled sphinx-5.3.0 Successfully installed breathe-4.14.1 six-1.16.0 sphinx-2.3.1 [rtd-command-info] start-time: 2023-10-27T11:43:55.669400Z, end-time: 2023-10-27T11:43:55.731334Z, duration: 0, exit-code: 0 cat docs/conf.py # Configuration file for the Sphinx documentation builder. # # This file only contains a selection of the most common options. For a full # list see the documentation: # https://www.sphinx-doc.org/en/master/usage/configuration.html # -- Path setup -------------------------------------------------------------- # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. # import os import sys sys.path.insert(0, os.path.abspath('.')) sys.path.append(os.path.abspath('../cli/')) autodoc_mock_imports = ["pathlib", "cryptography", "nvs_partition_gen", "oauth2client", "serial", "user_mapping", "rmaker_tools.rmaker_prov.esp_rainmaker_prov", "rmaker_tools.rmaker_prov.security", "rmaker_tools.rmaker_prov.prov", "rmaker_tools.rmaker_prov.prov_util", "rmaker_tools.rmaker_claim.claim"] # -- Project information ----------------------------------------------------- project = u'ESP RainMaker Programming Guide' copyright = u'2020, Espressif Systems (Shanghai) CO., LTD' author = 'Espressif' try: builddir = os.environ['BUILDDIR'] except KeyError: builddir = '_build' def call_with_python(cmd): # using sys.executable ensures that the scripts are called with the same Python interpreter if os.system('{} {}'.format(sys.executable, cmd)) != 0: raise RuntimeError('{} failed'.format(cmd)) # Call Doxygen to get XML files from the header files print("Calling Doxygen to generate latest XML files") if os.system("doxygen Doxyfile") != 0: raise RuntimeError('Doxygen call failed') # Generate 'api_name.inc' files using the XML files by Doxygen call_with_python('./gen-dxd.py') # -- General configuration --------------------------------------------------- # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. extensions = [ 'breathe', 'sphinx.ext.autodoc', 'link-roles' ] # Setup the breathe extension breathe_projects = { "ESP RainMaker": "./xml" } breathe_default_project = "ESP RainMaker" # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This pattern also affects html_static_path and html_extra_path. exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] # -- Options for HTML output ------------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # html_theme = 'sphinx_rtd_theme' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] html_logo = "_static/esp-rainmaker-logo.png" def setup(app): app.add_stylesheet('theme_overrides.css') ########################################################################### # auto-created readthedocs.org specific configuration # ########################################################################### # # The following code was added during an automated build on readthedocs.org # It is auto created and injected for every build. The result is based on the # conf.py.tmpl file found in the readthedocs.org codebase: # https://github.com/rtfd/readthedocs.org/blob/main/readthedocs/doc_builder/templates/doc_builder/conf.py.tmpl # # Note: this file shouldn't rely on extra dependencies. import importlib import sys import os.path # Borrowed from six. PY3 = sys.version_info[0] == 3 string_types = str if PY3 else basestring from sphinx import version_info # Get suffix for proper linking to GitHub # This is deprecated in Sphinx 1.3+, # as each page can have its own suffix if globals().get('source_suffix', False): if isinstance(source_suffix, string_types): SUFFIX = source_suffix elif isinstance(source_suffix, (list, tuple)): # Sphinx >= 1.3 supports list/tuple to define multiple suffixes SUFFIX = source_suffix[0] elif isinstance(source_suffix, dict): # Sphinx >= 1.8 supports a mapping dictionary for multiple suffixes SUFFIX = list(source_suffix.keys())[0] # make a ``list()`` for py2/py3 compatibility else: # default to .rst SUFFIX = '.rst' else: SUFFIX = '.rst' # Add RTD Static Path. Add to the end because it overwrites previous files. if not 'html_static_path' in globals(): html_static_path = [] if os.path.exists('_static'): html_static_path.append('_static') # Define this variable in case it's not defined by the user. # It defaults to `alabaster` which is the default from Sphinx. # https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_theme html_theme = globals().get('html_theme', 'alabaster') #Add project information to the template context. context = { 'html_theme': html_theme, 'current_version': "latest", 'version_slug': "latest", 'MEDIA_URL': "https://media.readthedocs.com/media/", 'STATIC_URL': "https://assets.readthedocs.com/", 'PRODUCTION_DOMAIN': "readthedocs.com", 'proxied_static_path': "/_/static/", 'versions': [ ("latest", "/en/latest/"), ], 'downloads': [ ("pdf", "//espressif-docs.readthedocs-hosted.com/_/downloads/esp-rainmaker/en/latest/pdf/"), ("html", "//espressif-docs.readthedocs-hosted.com/_/downloads/esp-rainmaker/en/latest/htmlzip/"), ], 'subprojects': [ ], 'slug': 'espressif-esp-rainmaker', 'name': u'esp-rainmaker', 'rtd_language': u'en', 'programming_language': u'c', 'canonical_url': '', 'analytics_code': 'None', 'single_version': False, 'conf_py_path': '/docs/', 'api_host': 'https://readthedocs.com', 'github_user': 'espressif', 'proxied_api_host': '/_', 'github_repo': 'esp-rainmaker', 'github_version': 'master', 'display_github': True, 'bitbucket_user': 'None', 'bitbucket_repo': 'None', 'bitbucket_version': 'master', 'display_bitbucket': False, 'gitlab_user': 'None', 'gitlab_repo': 'None', 'gitlab_version': 'master', 'display_gitlab': False, 'READTHEDOCS': True, 'using_theme': (html_theme == "default"), 'new_theme': (html_theme == "sphinx_rtd_theme"), 'source_suffix': SUFFIX, 'ad_free': False, 'docsearch_disabled': False, 'user_analytics_code': '', 'global_analytics_code': 'UA-17997319-2', 'commit': 'ea54ebed', } # For sphinx >=1.8 we can use html_baseurl to set the canonical URL. # https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_baseurl if version_info >= (1, 8): if not globals().get('html_baseurl'): html_baseurl = context['canonical_url'] context['canonical_url'] = None if 'html_context' in globals(): for key in context: if key not in html_context: html_context[key] = context[key] else: html_context = context # Add custom RTD extension if 'extensions' in globals(): # Insert at the beginning because it can interfere # with other extensions. # See https://github.com/rtfd/readthedocs.org/pull/4054 extensions.insert(0, "readthedocs_ext.readthedocs") else: extensions = ["readthedocs_ext.readthedocs"] # Add External version warning banner to the external version documentation if 'branch' == 'external': extensions.insert(1, "readthedocs_ext.external_version_warning") readthedocs_vcs_url = 'None' readthedocs_build_url = 'https://readthedocs.com/projects/espressif-esp-rainmaker/builds/1809420/' project_language = 'en' # User's Sphinx configurations language_user = globals().get('language', None) latex_engine_user = globals().get('latex_engine', None) latex_elements_user = globals().get('latex_elements', None) # Remove this once xindy gets installed in Docker image and XINDYOPS # env variable is supported # https://github.com/rtfd/readthedocs-docker-images/pull/98 latex_use_xindy = False chinese = any([ language_user in ('zh_CN', 'zh_TW'), project_language in ('zh_CN', 'zh_TW'), ]) japanese = any([ language_user == 'ja', project_language == 'ja', ]) if chinese: latex_engine = latex_engine_user or 'xelatex' latex_elements_rtd = { 'preamble': '\\usepackage[UTF8]{ctex}\n', } latex_elements = latex_elements_user or latex_elements_rtd elif japanese: latex_engine = latex_engine_user or 'platex' # Make sure our build directory is always excluded exclude_patterns = globals().get('exclude_patterns', []) exclude_patterns.extend(['_build']) [rtd-command-info] start-time: 2023-10-27T11:43:55.802909Z, end-time: 2023-10-27T11:43:56.377994Z, duration: 0, exit-code: 2 python -m sphinx -T -E -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html Running Sphinx v2.3.1 warning: ignoring unknown character '.' at line 25, file Doxyfile warning: ignoring unknown character '.' at line 25, file Doxyfile warning: ignoring unknown character '/' at line 25, file Doxyfile warning: ignoring unknown tag 'components' at line 25, file Doxyfile warning: ignoring unknown character '/' at line 25, file Doxyfile warning: ignoring unknown tag 'esp_rainmaker' at line 25, file Doxyfile warning: ignoring unknown character '/' at line 25, file Doxyfile warning: ignoring unknown tag 'include' at line 25, file Doxyfile warning: ignoring unknown character '/' at line 25, file Doxyfile warning: ignoring unknown tag 'esp_rmaker_core' at line 25, file Doxyfile warning: ignoring unknown character '.' at line 25, file Doxyfile warning: ignoring unknown tag 'h' at line 25, file Doxyfile warning: ignoring unknown character '.' at line 26, file Doxyfile warning: ignoring unknown character '.' at line 26, file Doxyfile warning: ignoring unknown character '/' at line 26, file Doxyfile warning: ignoring unknown tag 'components' at line 26, file Doxyfile warning: ignoring unknown character '/' at line 26, file Doxyfile warning: ignoring unknown tag 'esp_rainmaker' at line 26, file Doxyfile warning: ignoring unknown character '/' at line 26, file Doxyfile warning: ignoring unknown tag 'include' at line 26, file Doxyfile warning: ignoring unknown character '/' at line 26, file Doxyfile warning: ignoring unknown tag 'esp_rmaker_user_mapping' at line 26, file Doxyfile warning: ignoring unknown character '.' at line 26, file Doxyfile warning: ignoring unknown tag 'h' at line 26, file Doxyfile warning: ignoring unknown character '.' at line 27, file Doxyfile warning: ignoring unknown character '.' at line 27, file Doxyfile warning: ignoring unknown character '/' at line 27, file Doxyfile warning: ignoring unknown tag 'components' at line 27, file Doxyfile warning: ignoring unknown character '/' at line 27, file Doxyfile warning: ignoring unknown tag 'esp_rainmaker' at line 27, file Doxyfile warning: ignoring unknown character '/' at line 27, file Doxyfile warning: ignoring unknown tag 'include' at line 27, file Doxyfile warning: ignoring unknown character '/' at line 27, file Doxyfile warning: ignoring unknown tag 'esp_rmaker_schedule' at line 27, file Doxyfile warning: ignoring unknown character '.' at line 27, file Doxyfile warning: ignoring unknown tag 'h' at line 27, file Doxyfile warning: ignoring unknown character '.' at line 28, file Doxyfile warning: ignoring unknown character '.' at line 28, file Doxyfile warning: ignoring unknown character '/' at line 28, file Doxyfile warning: ignoring unknown tag 'components' at line 28, file Doxyfile warning: ignoring unknown character '/' at line 28, file Doxyfile warning: ignoring unknown tag 'esp_rainmaker' at line 28, file Doxyfile warning: ignoring unknown character '/' at line 28, file Doxyfile warning: ignoring unknown tag 'include' at line 28, file Doxyfile warning: ignoring unknown character '/' at line 28, file Doxyfile warning: ignoring unknown tag 'esp_rmaker_scenes' at line 28, file Doxyfile warning: ignoring unknown character '.' at line 28, file Doxyfile warning: ignoring unknown tag 'h' at line 28, file Doxyfile warning: ignoring unknown character '.' at line 30, file Doxyfile warning: ignoring unknown character '.' at line 30, file Doxyfile warning: ignoring unknown character '/' at line 30, file Doxyfile warning: ignoring unknown tag 'components' at line 30, file Doxyfile warning: ignoring unknown character '/' at line 30, file Doxyfile warning: ignoring unknown tag 'esp_rainmaker' at line 30, file Doxyfile warning: ignoring unknown character '/' at line 30, file Doxyfile warning: ignoring unknown tag 'include' at line 30, file Doxyfile warning: ignoring unknown character '/' at line 30, file Doxyfile warning: ignoring unknown tag 'esp_rmaker_standard_types' at line 30, file Doxyfile warning: ignoring unknown character '.' at line 30, file Doxyfile warning: ignoring unknown tag 'h' at line 30, file Doxyfile warning: ignoring unknown character '.' at line 31, file Doxyfile warning: ignoring unknown character '.' at line 31, file Doxyfile warning: ignoring unknown character '/' at line 31, file Doxyfile warning: ignoring unknown tag 'components' at line 31, file Doxyfile warning: ignoring unknown character '/' at line 31, file Doxyfile warning: ignoring unknown tag 'esp_rainmaker' at line 31, file Doxyfile warning: ignoring unknown character '/' at line 31, file Doxyfile warning: ignoring unknown tag 'include' at line 31, file Doxyfile warning: ignoring unknown character '/' at line 31, file Doxyfile warning: ignoring unknown tag 'esp_rmaker_standard_params' at line 31, file Doxyfile warning: ignoring unknown character '.' at line 31, file Doxyfile warning: ignoring unknown tag 'h' at line 31, file Doxyfile warning: ignoring unknown character '.' at line 32, file Doxyfile warning: ignoring unknown character '.' at line 32, file Doxyfile warning: ignoring unknown character '/' at line 32, file Doxyfile warning: ignoring unknown tag 'components' at line 32, file Doxyfile warning: ignoring unknown character '/' at line 32, file Doxyfile warning: ignoring unknown tag 'esp_rainmaker' at line 32, file Doxyfile warning: ignoring unknown character '/' at line 32, file Doxyfile warning: ignoring unknown tag 'include' at line 32, file Doxyfile warning: ignoring unknown character '/' at line 32, file Doxyfile warning: ignoring unknown tag 'esp_rmaker_standard_devices' at line 32, file Doxyfile warning: ignoring unknown character '.' at line 32, file Doxyfile warning: ignoring unknown tag 'h' at line 32, file Doxyfile warning: ignoring unknown character '.' at line 33, file Doxyfile warning: ignoring unknown character '.' at line 33, file Doxyfile warning: ignoring unknown character '/' at line 33, file Doxyfile warning: ignoring unknown tag 'components' at line 33, file Doxyfile warning: ignoring unknown character '/' at line 33, file Doxyfile warning: ignoring unknown tag 'esp_rainmaker' at line 33, file Doxyfile warning: ignoring unknown character '/' at line 33, file Doxyfile warning: ignoring unknown tag 'include' at line 33, file Doxyfile warning: ignoring unknown character '/' at line 33, file Doxyfile warning: ignoring unknown tag 'esp_rmaker_standard_services' at line 33, file Doxyfile warning: ignoring unknown character '.' at line 33, file Doxyfile warning: ignoring unknown tag 'h' at line 33, file Doxyfile warning: ignoring unknown character '.' at line 35, file Doxyfile warning: ignoring unknown character '.' at line 35, file Doxyfile warning: ignoring unknown character '/' at line 35, file Doxyfile warning: ignoring unknown tag 'components' at line 35, file Doxyfile warning: ignoring unknown character '/' at line 35, file Doxyfile warning: ignoring unknown tag 'esp_rainmaker' at line 35, file Doxyfile warning: ignoring unknown character '/' at line 35, file Doxyfile warning: ignoring unknown tag 'include' at line 35, file Doxyfile warning: ignoring unknown character '/' at line 35, file Doxyfile warning: ignoring unknown tag 'esp_rmaker_ota' at line 35, file Doxyfile warning: ignoring unknown character '.' at line 35, file Doxyfile warning: ignoring unknown tag 'h' at line 35, file Doxyfile warning: ignoring unknown character '.' at line 37, file Doxyfile warning: ignoring unknown character '.' at line 37, file Doxyfile warning: ignoring unknown character '/' at line 37, file Doxyfile warning: ignoring unknown tag 'components' at line 37, file Doxyfile warning: ignoring unknown character '/' at line 37, file Doxyfile warning: ignoring unknown tag 'esp_rainmaker' at line 37, file Doxyfile warning: ignoring unknown character '/' at line 37, file Doxyfile warning: ignoring unknown tag 'include' at line 37, file Doxyfile warning: ignoring unknown character '/' at line 37, file Doxyfile warning: ignoring unknown tag 'esp_rmaker_mqtt' at line 37, file Doxyfile warning: ignoring unknown character '.' at line 37, file Doxyfile warning: ignoring unknown tag 'h' at line 37, file Doxyfile warning: ignoring unknown character '.' at line 39, file Doxyfile warning: ignoring unknown character '.' at line 39, file Doxyfile warning: ignoring unknown character '/' at line 39, file Doxyfile warning: ignoring unknown tag 'components' at line 39, file Doxyfile warning: ignoring unknown character '/' at line 39, file Doxyfile warning: ignoring unknown tag 'esp_rainmaker' at line 39, file Doxyfile warning: ignoring unknown character '/' at line 39, file Doxyfile warning: ignoring unknown tag 'include' at line 39, file Doxyfile warning: ignoring unknown character '/' at line 39, file Doxyfile warning: ignoring unknown tag 'esp_rmaker_console' at line 39, file Doxyfile warning: ignoring unknown character '.' at line 39, file Doxyfile warning: ignoring unknown tag 'h' at line 39, file Doxyfile warning: ignoring unknown character '.' at line 41, file Doxyfile warning: ignoring unknown character '.' at line 41, file Doxyfile warning: ignoring unknown character '/' at line 41, file Doxyfile warning: ignoring unknown tag 'components' at line 41, file Doxyfile warning: ignoring unknown character '/' at line 41, file Doxyfile warning: ignoring unknown tag 'rmaker_common' at line 41, file Doxyfile warning: ignoring unknown character '/' at line 41, file Doxyfile warning: ignoring unknown tag 'include' at line 41, file Doxyfile warning: ignoring unknown character '/' at line 41, file Doxyfile warning: ignoring unknown tag 'esp_rmaker_common_events' at line 41, file Doxyfile warning: ignoring unknown character '.' at line 41, file Doxyfile warning: ignoring unknown tag 'h' at line 41, file Doxyfile warning: ignoring unknown character '.' at line 42, file Doxyfile warning: ignoring unknown character '.' at line 42, file Doxyfile warning: ignoring unknown character '/' at line 42, file Doxyfile warning: ignoring unknown tag 'components' at line 42, file Doxyfile warning: ignoring unknown character '/' at line 42, file Doxyfile warning: ignoring unknown tag 'rmaker_common' at line 42, file Doxyfile warning: ignoring unknown character '/' at line 42, file Doxyfile warning: ignoring unknown tag 'include' at line 42, file Doxyfile warning: ignoring unknown character '/' at line 42, file Doxyfile warning: ignoring unknown tag 'esp_rmaker_factory' at line 42, file Doxyfile warning: ignoring unknown character '.' at line 42, file Doxyfile warning: ignoring unknown tag 'h' at line 42, file Doxyfile warning: ignoring unknown character '.' at line 43, file Doxyfile warning: ignoring unknown character '.' at line 43, file Doxyfile warning: ignoring unknown character '/' at line 43, file Doxyfile warning: ignoring unknown tag 'components' at line 43, file Doxyfile warning: ignoring unknown character '/' at line 43, file Doxyfile warning: ignoring unknown tag 'rmaker_common' at line 43, file Doxyfile warning: ignoring unknown character '/' at line 43, file Doxyfile warning: ignoring unknown tag 'include' at line 43, file Doxyfile warning: ignoring unknown character '/' at line 43, file Doxyfile warning: ignoring unknown tag 'esp_rmaker_work_queue' at line 43, file Doxyfile warning: ignoring unknown character '.' at line 43, file Doxyfile warning: ignoring unknown tag 'h' at line 43, file Doxyfile warning: ignoring unknown character '.' at line 44, file Doxyfile warning: ignoring unknown character '.' at line 44, file Doxyfile warning: ignoring unknown character '/' at line 44, file Doxyfile warning: ignoring unknown tag 'components' at line 44, file Doxyfile warning: ignoring unknown character '/' at line 44, file Doxyfile warning: ignoring unknown tag 'rmaker_common' at line 44, file Doxyfile warning: ignoring unknown character '/' at line 44, file Doxyfile warning: ignoring unknown tag 'include' at line 44, file Doxyfile warning: ignoring unknown character '/' at line 44, file Doxyfile warning: ignoring unknown tag 'esp_rmaker_utils' at line 44, file Doxyfile warning: ignoring unknown character '.' at line 44, file Doxyfile warning: ignoring unknown tag 'h' at line 44, file Doxyfile warning: ignoring unknown character '.' at line 45, file Doxyfile warning: ignoring unknown character '.' at line 45, file Doxyfile warning: ignoring unknown character '/' at line 45, file Doxyfile warning: ignoring unknown tag 'components' at line 45, file Doxyfile warning: ignoring unknown character '/' at line 45, file Doxyfile warning: ignoring unknown tag 'rmaker_common' at line 45, file Doxyfile warning: ignoring unknown character '/' at line 45, file Doxyfile warning: ignoring unknown tag 'include' at line 45, file Doxyfile warning: ignoring unknown character '/' at line 45, file Doxyfile warning: ignoring unknown tag 'esp_rmaker_cmd_resp' at line 45, file Doxyfile warning: ignoring unknown character '.' at line 45, file Doxyfile warning: ignoring unknown tag 'h' at line 45, file Doxyfile warning: ignoring unknown character '.' at line 46, file Doxyfile warning: ignoring unknown character '.' at line 46, file Doxyfile warning: ignoring unknown character '/' at line 46, file Doxyfile warning: ignoring unknown tag 'components' at line 46, file Doxyfile warning: ignoring unknown character '/' at line 46, file Doxyfile warning: ignoring unknown tag 'rmaker_common' at line 46, file Doxyfile warning: ignoring unknown character '/' at line 46, file Doxyfile warning: ignoring unknown tag 'include' at line 46, file Doxyfile warning: ignoring unknown character '/' at line 46, file Doxyfile warning: ignoring unknown tag 'esp_rmaker_mqtt_glue' at line 46, file Doxyfile warning: ignoring unknown character '.' at line 46, file Doxyfile warning: ignoring unknown tag 'h' at line 46, file Doxyfile Getting Doxyfile's INPUT Generating 'api_name.inc' files with Doxygen directives Traceback (most recent call last): File "./gen-dxd.py", line 318, in generate_api_inc_files() File "./gen-dxd.py", line 276, in generate_api_inc_files rst_output = generate_directives(header_file_path) File "./gen-dxd.py", line 248, in generate_directives tree = ET.ElementTree(file=xml_file_path) File "/home/docs/.asdf/installs/python/3.6.15/lib/python3.6/xml/etree/ElementTree.py", line 557, in __init__ self.parse(file) File "/home/docs/.asdf/installs/python/3.6.15/lib/python3.6/xml/etree/ElementTree.py", line 586, in parse source = open(source, "rb") FileNotFoundError: [Errno 2] No such file or directory: 'xml/esp__rmaker__core_8h.xml' Traceback (most recent call last): File "/home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/envs/latest/lib/python3.6/site-packages/sphinx/config.py", line 368, in eval_config_file execfile_(filename, namespace) File "/home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/envs/latest/lib/python3.6/site-packages/sphinx/util/pycompat.py", line 81, in execfile_ exec(code, _globals) File "/home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/checkouts/latest/docs/conf.py", line 44, in call_with_python('./gen-dxd.py') File "/home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/checkouts/latest/docs/conf.py", line 35, in call_with_python raise RuntimeError('{} failed'.format(cmd)) RuntimeError: ./gen-dxd.py failed During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/envs/latest/lib/python3.6/site-packages/sphinx/cmd/build.py", line 275, in build_main args.tags, args.verbosity, args.jobs, args.keep_going) File "/home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/envs/latest/lib/python3.6/site-packages/sphinx/application.py", line 217, in __init__ self.config = Config.read(self.confdir, confoverrides or {}, self.tags) File "/home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/envs/latest/lib/python3.6/site-packages/sphinx/config.py", line 197, in read namespace = eval_config_file(filename, tags) File "/home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/envs/latest/lib/python3.6/site-packages/sphinx/config.py", line 378, in eval_config_file raise ConfigError(msg % traceback.format_exc()) sphinx.errors.ConfigError: There is a programmable error in your configuration file: Traceback (most recent call last): File "/home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/envs/latest/lib/python3.6/site-packages/sphinx/config.py", line 368, in eval_config_file execfile_(filename, namespace) File "/home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/envs/latest/lib/python3.6/site-packages/sphinx/util/pycompat.py", line 81, in execfile_ exec(code, _globals) File "/home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/checkouts/latest/docs/conf.py", line 44, in call_with_python('./gen-dxd.py') File "/home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/checkouts/latest/docs/conf.py", line 35, in call_with_python raise RuntimeError('{} failed'.format(cmd)) RuntimeError: ./gen-dxd.py failed Configuration error: There is a programmable error in your configuration file: Traceback (most recent call last): File "/home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/envs/latest/lib/python3.6/site-packages/sphinx/config.py", line 368, in eval_config_file execfile_(filename, namespace) File "/home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/envs/latest/lib/python3.6/site-packages/sphinx/util/pycompat.py", line 81, in execfile_ exec(code, _globals) File "/home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/checkouts/latest/docs/conf.py", line 44, in call_with_python('./gen-dxd.py') File "/home/docs/checkouts/readthedocs.org/user_builds/espressif-esp-rainmaker/checkouts/latest/docs/conf.py", line 35, in call_with_python raise RuntimeError('{} failed'.format(cmd)) RuntimeError: ./gen-dxd.py failed Calling Doxygen to generate latest XML files