Read the Docs build information Build id: 639255 Project: microej-docs Version: latest Commit: ddf1c89120e86f153f4138c14220343b05a64d7d Date: 2021-05-24T06:40:23.740227Z State: finished Success: False [rtd-command-info] start-time: 2021-05-24T07:43:53.171120Z, end-time: 2021-05-24T08:46:40.949454Z, duration: 3767, exit-code: 137 python -m sphinx -T -E -W --keep-going -b html -d _build/doctrees -D language=en . _build/html Running Sphinx v2.2.1 Command killed due to excessive memory consumption [rtd-command-info] start-time: 2021-05-24T08:43:14.399729Z, end-time: 2021-05-24T08:43:18.599048Z, duration: 4, exit-code: 0 git clone --no-single-branch --depth 50 git@github.com:MicroEJ/docs.git . Cloning into '.'... Warning: Permanently added 'github.com,192.30.255.113' (RSA) to the list of known hosts. [rtd-command-info] start-time: 2021-05-24T08:43:18.734718Z, end-time: 2021-05-24T08:43:19.137893Z, duration: 0, exit-code: 0 git checkout --force origin/master Note: checking out '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 performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b HEAD is now at ddf1c89 Merge pull request #255 from MicroEJ/feature/M0078DDG-415_soar-clinit-cycle [rtd-command-info] start-time: 2021-05-24T08:43:19.259212Z, end-time: 2021-05-24T08:43:19.327468Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2021-05-24T08:43:20.483993Z, end-time: 2021-05-24T08:43:24.513507Z, duration: 4, exit-code: 0 python3.7 -mvirtualenv Using base prefix '/home/docs/.pyenv/versions/3.7.9' New python executable in /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/bin/python3.7 Also creating executable in /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/bin/python Installing setuptools, pip, wheel... done. [rtd-command-info] start-time: 2021-05-24T08:43:24.773847Z, end-time: 2021-05-24T08:43:25.851134Z, duration: 1, 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/microej-docs/envs/latest/lib/python3.7/site-packages (21.1.2) Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.7/site-packages (57.0.0) [rtd-command-info] start-time: 2021-05-24T08:43:26.009573Z, end-time: 2021-05-24T08:43:34.049509Z, duration: 8, exit-code: 0 python -m pip install --upgrade --no-cache-dir mock==1.0.1 pillow==5.4.1 alabaster>=0.7,<0.8,!=0.7.5 commonmark==0.8.1 recommonmark==0.5.0 sphinx<2 sphinx-rtd-theme<0.5 readthedocs-sphinx-ext<2.2 Collecting mock==1.0.1 Downloading mock-1.0.1.zip (861 kB) Collecting pillow==5.4.1 Downloading Pillow-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (2.0 MB) Collecting alabaster!=0.7.5,<0.8,>=0.7 Downloading alabaster-0.7.12-py2.py3-none-any.whl (14 kB) Collecting commonmark==0.8.1 Downloading commonmark-0.8.1-py2.py3-none-any.whl (47 kB) Collecting recommonmark==0.5.0 Downloading recommonmark-0.5.0-py2.py3-none-any.whl (9.8 kB) Collecting sphinx<2 Downloading Sphinx-1.8.5-py2.py3-none-any.whl (3.1 MB) Collecting sphinx-rtd-theme<0.5 Downloading sphinx_rtd_theme-0.4.3-py2.py3-none-any.whl (6.4 MB) Collecting readthedocs-sphinx-ext<2.2 Downloading readthedocs_sphinx_ext-2.1.4-py2.py3-none-any.whl (29 kB) Collecting future Downloading future-0.18.2.tar.gz (829 kB) Collecting docutils>=0.11 Downloading docutils-0.17.1-py2.py3-none-any.whl (575 kB) Collecting Jinja2>=2.3 Downloading Jinja2-3.0.1-py3-none-any.whl (133 kB) Collecting requests>=2.0.0 Downloading requests-2.25.1-py2.py3-none-any.whl (61 kB) Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.7/site-packages (from sphinx<2) (57.0.0) Collecting snowballstemmer>=1.1 Downloading snowballstemmer-2.1.0-py2.py3-none-any.whl (93 kB) Collecting Pygments>=2.0 Downloading Pygments-2.9.0-py3-none-any.whl (1.0 MB) Collecting imagesize Downloading imagesize-1.2.0-py2.py3-none-any.whl (4.8 kB) Collecting babel!=2.0,>=1.3 Downloading Babel-2.9.1-py2.py3-none-any.whl (8.8 MB) Collecting sphinxcontrib-websupport Downloading sphinxcontrib_websupport-1.2.4-py2.py3-none-any.whl (39 kB) Collecting six>=1.5 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) Collecting packaging Downloading packaging-20.9-py2.py3-none-any.whl (40 kB) Collecting pytz>=2015.7 Downloading pytz-2021.1-py2.py3-none-any.whl (510 kB) Collecting MarkupSafe>=2.0 Downloading MarkupSafe-2.0.1-cp37-cp37m-manylinux2010_x86_64.whl (31 kB) Collecting idna<3,>=2.5 Downloading idna-2.10-py2.py3-none-any.whl (58 kB) Collecting chardet<5,>=3.0.2 Downloading chardet-4.0.0-py2.py3-none-any.whl (178 kB) Collecting urllib3<1.27,>=1.21.1 Downloading urllib3-1.26.4-py2.py3-none-any.whl (153 kB) Collecting certifi>=2017.4.17 Downloading certifi-2020.12.5-py2.py3-none-any.whl (147 kB) Collecting pyparsing>=2.0.2 Downloading pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) Collecting sphinxcontrib-serializinghtml Downloading sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl (94 kB) Building wheels for collected packages: mock, future Building wheel for mock (setup.py): started Building wheel for mock (setup.py): finished with status 'done' Created wheel for mock: filename=mock-1.0.1-py3-none-any.whl size=23772 sha256=9fa384556459c7bb2efee3cfc6de435c81f4c84f7d4ac5687bf42f8eadc4fae0 Stored in directory: /tmp/pip-ephem-wheel-cache-uyg7_oxk/wheels/7a/94/b1/0fdc5339a5bd487a5cc15421ec200d9ba3e2aa7190e4a727f1 Building wheel for future (setup.py): started Building wheel for future (setup.py): finished with status 'done' Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491070 sha256=917272ac52b15529e7d3667ad0afc0296ee84fba756335caf28202f7f37e3f71 Stored in directory: /tmp/pip-ephem-wheel-cache-uyg7_oxk/wheels/56/b0/fe/4410d17b32f1f0c3cf54cdfb2bc04d7b4b8f4ae377e2229ba0 Successfully built mock future Installing collected packages: urllib3, sphinxcontrib-serializinghtml, pytz, pyparsing, MarkupSafe, idna, chardet, certifi, sphinxcontrib-websupport, snowballstemmer, six, requests, Pygments, packaging, Jinja2, imagesize, future, docutils, babel, alabaster, sphinx, commonmark, sphinx-rtd-theme, recommonmark, readthedocs-sphinx-ext, pillow, mock Successfully installed Jinja2-3.0.1 MarkupSafe-2.0.1 Pygments-2.9.0 alabaster-0.7.12 babel-2.9.1 certifi-2020.12.5 chardet-4.0.0 commonmark-0.8.1 docutils-0.17.1 future-0.18.2 idna-2.10 imagesize-1.2.0 mock-1.0.1 packaging-20.9 pillow-5.4.1 pyparsing-2.4.7 pytz-2021.1 readthedocs-sphinx-ext-2.1.4 recommonmark-0.5.0 requests-2.25.1 six-1.16.0 snowballstemmer-2.1.0 sphinx-1.8.5 sphinx-rtd-theme-0.4.3 sphinxcontrib-serializinghtml-1.1.5 sphinxcontrib-websupport-1.2.4 urllib3-1.26.4 [rtd-command-info] start-time: 2021-05-24T08:43:34.153468Z, end-time: 2021-05-24T08:43:36.352307Z, duration: 2, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r requirements.txt Collecting Sphinx==2.2.1 Downloading Sphinx-2.2.1-py3-none-any.whl (3.3 MB) Requirement already satisfied: sphinx_rtd_theme==0.4.3 in /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.7/site-packages (from -r requirements.txt (line 2)) (0.4.3) Collecting sphinx-copybutton==0.3.1 Downloading sphinx_copybutton-0.3.1-py3-none-any.whl (10 kB) Collecting sphinxcontrib-devhelp Downloading sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl (84 kB) Collecting sphinxcontrib-htmlhelp Downloading sphinxcontrib_htmlhelp-2.0.0-py2.py3-none-any.whl (100 kB) Requirement already satisfied: Pygments>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.7/site-packages (from Sphinx==2.2.1->-r requirements.txt (line 1)) (2.9.0) Requirement already satisfied: alabaster<0.8,>=0.7 in /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.7/site-packages (from Sphinx==2.2.1->-r requirements.txt (line 1)) (0.7.12) Collecting sphinxcontrib-applehelp Downloading sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl (121 kB) Collecting sphinxcontrib-qthelp Downloading sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl (90 kB) Requirement already satisfied: imagesize in /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.7/site-packages (from Sphinx==2.2.1->-r requirements.txt (line 1)) (1.2.0) Requirement already satisfied: Jinja2>=2.3 in /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.7/site-packages (from Sphinx==2.2.1->-r requirements.txt (line 1)) (3.0.1) Collecting sphinxcontrib-jsmath Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) Requirement already satisfied: snowballstemmer>=1.1 in /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.7/site-packages (from Sphinx==2.2.1->-r requirements.txt (line 1)) (2.1.0) Requirement already satisfied: docutils>=0.12 in /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.7/site-packages (from Sphinx==2.2.1->-r requirements.txt (line 1)) (0.17.1) Requirement already satisfied: babel!=2.0,>=1.3 in /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.7/site-packages (from Sphinx==2.2.1->-r requirements.txt (line 1)) (2.9.1) Requirement already satisfied: packaging in /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.7/site-packages (from Sphinx==2.2.1->-r requirements.txt (line 1)) (20.9) Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.7/site-packages (from Sphinx==2.2.1->-r requirements.txt (line 1)) (57.0.0) Requirement already satisfied: requests>=2.5.0 in /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.7/site-packages (from Sphinx==2.2.1->-r requirements.txt (line 1)) (2.25.1) Requirement already satisfied: sphinxcontrib-serializinghtml in /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.7/site-packages (from Sphinx==2.2.1->-r requirements.txt (line 1)) (1.1.5) Requirement already satisfied: pytz>=2015.7 in /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.7/site-packages (from babel!=2.0,>=1.3->Sphinx==2.2.1->-r requirements.txt (line 1)) (2021.1) Requirement already satisfied: MarkupSafe>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.7/site-packages (from Jinja2>=2.3->Sphinx==2.2.1->-r requirements.txt (line 1)) (2.0.1) Requirement already satisfied: chardet<5,>=3.0.2 in /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.7/site-packages (from requests>=2.5.0->Sphinx==2.2.1->-r requirements.txt (line 1)) (4.0.0) Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.7/site-packages (from requests>=2.5.0->Sphinx==2.2.1->-r requirements.txt (line 1)) (1.26.4) Requirement already satisfied: idna<3,>=2.5 in /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.7/site-packages (from requests>=2.5.0->Sphinx==2.2.1->-r requirements.txt (line 1)) (2.10) Requirement already satisfied: certifi>=2017.4.17 in /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.7/site-packages (from requests>=2.5.0->Sphinx==2.2.1->-r requirements.txt (line 1)) (2020.12.5) Requirement already satisfied: pyparsing>=2.0.2 in /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.7/site-packages (from packaging->Sphinx==2.2.1->-r requirements.txt (line 1)) (2.4.7) Installing collected packages: sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, Sphinx, sphinx-copybutton Attempting uninstall: Sphinx Found existing installation: Sphinx 1.8.5 Uninstalling Sphinx-1.8.5: Successfully uninstalled Sphinx-1.8.5 Successfully installed Sphinx-2.2.1 sphinx-copybutton-0.3.1 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 [rtd-command-info] start-time: 2021-05-24T08:43:47.083148Z, end-time: 2021-05-24T08:43:47.172941Z, duration: 0, exit-code: 0 cat conf.py # Copyright 2008-2020, MicroEJ Corp. Content in this space is free for read and redistribute. Except if otherwise stated, modification is subject to MicroEJ Corp prior approval. # MicroEJ is a trademark of MicroEJ Corp. All other trademarks and copyrights are the property of their respective owners. import os import sys sys.path.insert(0, os.path.dirname(__file__)) import microej project = 'MicroEJ Documentation' copyright = '2008-2021, MicroEJ Corp. Content in this space is free for read and redistribute. Except if otherwise stated, modification is subject to MicroEJ Corp prior approval. MicroEJ is a trademark of MicroEJ Corp. All other trademarks and copyrights are the property of their respective owners.' author = 'MicroEJ' release = '1.0' # This isn't executed on normal builds, but can be used to build multiple doc # sets from this common source. See the ``microej.py`` extension for more # information. if microej.can_build_independent_docs(): project_name = microej.get_project_name() if project_name: project = project_name extensions = [ 'microej', 'sphinx.ext.graphviz', 'sphinx_copybutton', ] templates_path = ['_templates'] html_theme_path = ['_themes'] master_doc = 'index' # Generic options exclude_patterns = [ '_build', '_tools', 'README.rst', 'section*.rst', '**/section*.rst', ] # HTML theme options html_theme = 'microej' html_logo = '_themes/microej/static/logo-microej-white.png' html_favicon = '_themes/microej/static/favicon-16x16.png' html_theme_options = { 'logo_only': True, 'collapse_navigation': False, } html_show_sphinx = False # remove headers permalinks html_add_permalinks = '' # This is required because the version of the Read the Docs Sphinx theme the # microej theme was forked from does not support the HTML5 writer used by # default by Sphinx 2+ html4_writer = True # The default Sphinx HTML title includes the release number and some other # unwanted bits. html_title = project # LaTeX customizations latex_elements = { 'preamble': r'\usepackage{microej}', 'figure_align': 'H', 'extraclassoptions': 'oneside', #'sphinxsetup': 'inlineliteralwraps=true, verbatimwithframe=true', } latex_additional_files = ['microej.sty'] latex_logo = '_themes/microej/static/mascot.pdf' # This is defined in the theme, but the LaTeX builder does not honor the theme # setting for pygments. This is the same style class used by the HTML builder. pygments_style = 'microej.MicroEJStyle' # ignoring Github links with anchors at linkcheck # linkcheck_ignore = [r'https?:\/\/github\.com\/.+#.+'] # trigger linkcheck on build import subprocess if os.getenv("READTHEDOCS") == "True": print("RUNNING LINKCHECK") linkcheck_output = subprocess.check_output(["make", "linkcheck"], env={"PATH": os.environ["PATH"]},) print(linkcheck_output.decode(errors="ignore")) ########################################################################### # 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/master/readthedocs/doc_builder/templates/doc_builder/conf.py.tmpl # # Note: this file should't rely on extra depencies. 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') # Add RTD Theme only if they aren't overriding it already using_rtd_theme = ( ( 'html_theme' in globals() and html_theme in ['default'] and # Allow people to bail with a hack of having an html_style 'html_style' not in globals() ) or 'html_theme' not in globals() ) if using_rtd_theme: theme = importlib.import_module('sphinx_rtd_theme') html_theme = 'sphinx_rtd_theme' html_style = None html_theme_options = {} if 'html_theme_path' in globals(): html_theme_path.append(theme.get_html_theme_path()) else: html_theme_path = [theme.get_html_theme_path()] if globals().get('websupport2_base_url', False): websupport2_base_url = 'https://readthedocs.com/websupport' websupport2_static_url = 'https://assets.readthedocs.com/' #Add project information to the template context. context = { 'using_theme': using_rtd_theme, '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", 'versions': [ ("20210521", "/en/20210521/"), ("20201009", "/en/20201009/"), ("latest", "/en/latest/"), ("rollback-pqt-to-previous-title", "/en/rollback-pqt-to-previous-title/"), ("revert-139-feature-m0078ddg-355_improve_mmm_doc", "/en/revert-139-feature-m0078ddg-355_improve_mmm_doc/"), ("rename_to_api_dd", "/en/rename_to_api_dd/"), ("release-m0228j-105_microjs-0.4.0", "/en/release-m0228j-105_microjs-0.4.0/"), ("reduce_pqt_schematics_again", "/en/reduce_pqt_schematics_again/"), ("offlinerepo_missing_configuration", "/en/offlinerepo_missing_configuration/"), ("mock-installation-typo-fix", "/en/mock-installation-typo-fix/"), ("mock-clarify-install-procedure", "/en/mock-clarify-install-procedure/"), ("m0078ddg-26-fix_limitation_chapter", "/en/m0078ddg-26-fix_limitation_chapter/"), ("javascript-0.9.0", "/en/javascript-0.9.0/"), ("javascript-0.8.0", "/en/javascript-0.8.0/"), ("javascript-0.6.0", "/en/javascript-0.6.0/"), ("javascript-0.5.0", "/en/javascript-0.5.0/"), ("javascript-0.4.0", "/en/javascript-0.4.0/"), ("javascript-0.1.0", "/en/javascript-0.1.0/"), ("gjadi-serial-to-socket-add-label", "/en/gjadi-serial-to-socket-add-label/"), ("gjadi-request_activation_key_anchor", "/en/gjadi-request_activation_key_anchor/"), ("gjadi-platform-fs-add-label", "/en/gjadi-platform-fs-add-label/"), ("gjadi-platform-editor", "/en/gjadi-platform-editor/"), ("gjadi-platform-concept-add-label", "/en/gjadi-platform-concept-add-label/"), ("gjadi-mock-unsatisfiedlinkerror", "/en/gjadi-mock-unsatisfiedlinkerror/"), ("gjadi-mej-patch-1", "/en/gjadi-mej-patch-1/"), ("gjadi-fix-mmm-link", "/en/gjadi-fix-mmm-link/"), ("fix_rename_artifacts_to_modules", "/en/fix_rename_artifacts_to_modules/"), ("fix_platformoverview_ordered_list", "/en/fix_platformoverview_ordered_list/"), ("fixmmmoption", "/en/fixmmmoption/"), ("fix-mmm-code-block", "/en/fix-mmm-code-block/"), ("fix-link", "/en/fix-link/"), ("fix-build-warnings", "/en/fix-build-warnings/"), ("feature-warn_sys_props_only_for_standalone_apps", "/en/feature-warn_sys_props_only_for_standalone_apps/"), ("feature-tuto_fix_sdk_version", "/en/feature-tuto_fix_sdk_version/"), ("feature-remove-limitations", "/en/feature-remove-limitations/"), ("feature-menu_issue", "/en/feature-menu_issue/"), ("feature-m0228j-91_cli-release-0.1.0", "/en/feature-m0228j-91_cli-release-0.1.0/"), ("feature-m0228j-87_change_js_main_folder", "/en/feature-m0228j-87_change_js_main_folder/"), ("feature-m0228j-74_clean-doc", "/en/feature-m0228j-74_clean-doc/"), ("feature-m0228j-65_switch_limitations", "/en/feature-m0228j-65_switch_limitations/"), ("feature-m0228j-43_microjs", "/en/feature-m0228j-43_microjs/"), ("feature-m0228j-41_microjs_testsuite", "/en/feature-m0228j-41_microjs_testsuite/"), ("feature-m0228j-302_troubleshooting", "/en/feature-m0228j-302_troubleshooting/"), ("feature-m0228j-233_check-tests-failures", "/en/feature-m0228j-233_check-tests-failures/"), ("feature-m0228j-225_check-tests-function", "/en/feature-m0228j-225_check-tests-function/"), ("feature-m0228j-216_check-tests-global", "/en/feature-m0228j-216_check-tests-global/"), ("feature-m0228j-211_js_test_suite_files", "/en/feature-m0228j-211_js_test_suite_files/"), ("feature-m0228j-20", "/en/feature-m0228j-20/"), ("feature-m0228j-174_string_prototype", "/en/feature-m0228j-174_string_prototype/"), ("feature-m0228j-171_check-tests-on-object", "/en/feature-m0228j-171_check-tests-on-object/"), ("feature-m0228j-168_json_stringify", "/en/feature-m0228j-168_json_stringify/"), ("feature-m0228j-156_check-array-tests", "/en/feature-m0228j-156_check-array-tests/"), ("feature-m0228j-149_microjs_check_errors", "/en/feature-m0228j-149_microjs_check_errors/"), ("feature-m0228j-148_exclude-number-tostring", "/en/feature-m0228j-148_exclude-number-tostring/"), ("feature-m0228j-140_add-limitations", "/en/feature-m0228j-140_add-limitations/"), ("feature-m0228j-136_microjs_use_strict", "/en/feature-m0228j-136_microjs_use_strict/"), ("feature-m0228j-116_delete-and-instanceof-operators", "/en/feature-m0228j-116_delete-and-instanceof-operators/"), ("feature-m0137w-498_sdk-overview", "/en/feature-m0137w-498_sdk-overview/"), ("feature-m0127cc-641_review_tutorialplatformfromscratch", "/en/feature-m0127cc-641_review_tutorialplatformfromscratch/"), ("feature-m0127cc-628_move_license_usage_tutorial", "/en/feature-m0127cc-628_move_license_usage_tutorial/"), ("feature-m0127cc-628_add_dongle_picture", "/en/feature-m0127cc-628_add_dongle_picture/"), ("feature-m0127cc-611_xml_article", "/en/feature-m0127cc-611_xml_article/"), ("feature-m0127cc-611_json_article", "/en/feature-m0127cc-611_json_article/"), ("feature-m0127cc-611_github_article", "/en/feature-m0127cc-611_github_article/"), ("feature-m0127cc-611_data_formats_tutorial", "/en/feature-m0127cc-611_data_formats_tutorial/"), ("feature-m0127cc-568_tutorialbuildmicroejfirmware", "/en/feature-m0127cc-568_tutorialbuildmicroejfirmware/"), ("feature-m0092mejaui-2278_ui_kf2", "/en/feature-m0092mejaui-2278_ui_kf2/"), ("feature-m0092mejaui-2278_ui_kf", "/en/feature-m0092mejaui-2278_ui_kf/"), ("feature-m0092mejaui-2259_release_notes", "/en/feature-m0092mejaui-2259_release_notes/"), ("feature-m0090ide-3582_adoptopenjdk-install", "/en/feature-m0090ide-3582_adoptopenjdk-install/"), ("feature-m0090ide-3565_mmm-cli_add_supported_os", "/en/feature-m0090ide-3565_mmm-cli_add_supported_os/"), ("feature-m0090ide-3546_mmm-cli_friviere_review", "/en/feature-m0090ide-3546_mmm-cli_friviere_review/"), ("feature-m0090ide-3546_mmm-cli", "/en/feature-m0090ide-3546_mmm-cli/"), ("feature-m0090ide-3476_cli-init-command", "/en/feature-m0090ide-3476_cli-init-command/"), ("feature-m0081meja-1365_timer_clinit_kf", "/en/feature-m0081meja-1365_timer_clinit_kf/"), ("feature-m0081meja-1158_heap_usage", "/en/feature-m0081meja-1158_heap_usage/"), ("feature-m0081meja-1048_add_notify_hooks_in_mock_snippet", "/en/feature-m0081meja-1048_add_notify_hooks_in_mock_snippet/"), ("feature-m0078ddg-415_soar-clinit-cycle", "/en/feature-m0078ddg-415_soar-clinit-cycle/"), ("feature-m0078ddg-410_remove-microej-labels", "/en/feature-m0078ddg-410_remove-microej-labels/"), ("feature-m0078ddg-409_refactor_move_platform_architecture_packs", "/en/feature-m0078ddg-409_refactor_move_platform_architecture_packs/"), ("feature-m0078ddg-406_migrate_sdk_release_notes", "/en/feature-m0078ddg-406_migrate_sdk_release_notes/"), ("feature-m0078ddg-402_linkcheck_build", "/en/feature-m0078ddg-402_linkcheck_build/"), ("feature-m0078ddg-402_fix_wrong_reference", "/en/feature-m0078ddg-402_fix_wrong_reference/"), ("feature-m0078ddg-402_fix_links", "/en/feature-m0078ddg-402_fix_links/"), ("feature-m0078ddg-401_watchdog_fl_public_doc", "/en/feature-m0078ddg-401_watchdog_fl_public_doc/"), ("feature-m0078ddg-400_ci-bundle-tuto", "/en/feature-m0078ddg-400_ci-bundle-tuto/"), ("feature-m0078ddg-398_migration_architecture_changelog", "/en/feature-m0078ddg-398_migration_architecture_changelog/"), ("feature-m0078ddg-384_add_troubleshooting_restart_with_admin_privileges", "/en/feature-m0078ddg-384_add_troubleshooting_restart_with_admin_privileges/"), ("feature-m0078ddg-383_add_allow_unsigned_software", "/en/feature-m0078ddg-383_add_allow_unsigned_software/"), ("feature-m0078ddg-382_small_theme_fixes", "/en/feature-m0078ddg-382_small_theme_fixes/"), ("feature-m0078ddg-380_rename_graphics_engine", "/en/feature-m0078ddg-380_rename_graphics_engine/"), ("feature-m0078ddg-379_test_and_review_ci_tuto", "/en/feature-m0078ddg-379_test_and_review_ci_tuto/"), ("feature-m0078ddg-378_replace_diagrams", "/en/feature-m0078ddg-378_replace_diagrams/"), ("feature-m0078ddg-375_fix_mixup_stacktracereader", "/en/feature-m0078ddg-375_fix_mixup_stacktracereader/"), ("feature-m0078ddg-374_add_abstraction_layer_to_glossary", "/en/feature-m0078ddg-374_add_abstraction_layer_to_glossary/"), ("feature-m0078ddg-370_ui_tools", "/en/feature-m0078ddg-370_ui_tools/"), ("feature-m0078ddg-368_warnings-are-errors", "/en/feature-m0078ddg-368_warnings-are-errors/"), ("feature-m0078ddg-361_add_about_page", "/en/feature-m0078ddg-361_add_about_page/"), ("feature-m0078ddg-360_add_videos", "/en/feature-m0078ddg-360_add_videos/"), ("feature-m0078ddg-355_improve_mmm_doc", "/en/feature-m0078ddg-355_improve_mmm_doc/"), ("feature-m0078ddg-354_protobuf_tutorial", "/en/feature-m0078ddg-354_protobuf_tutorial/"), ("feature-m0078ddg-353_cbor_tutorial_section", "/en/feature-m0078ddg-353_cbor_tutorial_section/"), ("feature-m0078ddg-352_document_platform_step3", "/en/feature-m0078ddg-352_document_platform_step3/"), ("feature-m0078ddg-348_data_formats_tutorial", "/en/feature-m0078ddg-348_data_formats_tutorial/"), ("feature-m0078ddg-342_move_target_folder", "/en/feature-m0078ddg-342_move_target_folder/"), ("feature-m0078ddg-341_add-nls-chapter", "/en/feature-m0078ddg-341_add-nls-chapter/"), ("feature-m0078ddg-333_sync_how_to_get_platforms_section", "/en/feature-m0078ddg-333_sync_how_to_get_platforms_section/"), ("feature-m0078ddg-331_footprint", "/en/feature-m0078ddg-331_footprint/"), ("feature-m0078ddg-331_coding_rules", "/en/feature-m0078ddg-331_coding_rules/"), ("feature-m0078ddg-330_scale_platformdevguide_images", "/en/feature-m0078ddg-330_scale_platformdevguide_images/"), ("feature-m0078ddg-308_tutorial_debug_ui_freeze", "/en/feature-m0078ddg-308_tutorial_debug_ui_freeze/"), ("feature-m0078ddg-282_mwt_merge", "/en/feature-m0078ddg-282_mwt_merge/"), ("feature-m0078ddg-282_mwt", "/en/feature-m0078ddg-282_mwt/"), ("feature-m0078ddg-281_systemview_backup_friviere", "/en/feature-m0078ddg-281_systemview_backup_friviere/"), ("feature-m0078ddg-281_systemview", "/en/feature-m0078ddg-281_systemview/"), ("feature-m0078ddg-278_toolbox_margin", "/en/feature-m0078ddg-278_toolbox_margin/"), ("feature-m0078ddg-277_ui3", "/en/feature-m0078ddg-277_ui3/"), ("feature-m0078ddg-270_fix_typo", "/en/feature-m0078ddg-270_fix_typo/"), ("feature-m0078ddg-270_add_tutorial_log_trace_in_application", "/en/feature-m0078ddg-270_add_tutorial_log_trace_in_application/"), ("feature-m0078ddg-266_ej_api_trace", "/en/feature-m0078ddg-266_ej_api_trace/"), ("feature-m0078ddg-264", "/en/feature-m0078ddg-264/"), ("feature-m0078ddg-23_update_error_code", "/en/feature-m0078ddg-23_update_error_code/"), ("feature-m0078ddg-172_document_null_analysis_enhance_nonnullbydefault", "/en/feature-m0078ddg-172_document_null_analysis_enhance_nonnullbydefault/"), ("feature-m0078ddg-172_document_null_analysis", "/en/feature-m0078ddg-172_document_null_analysis/"), ("feature-m0074fs-193_various_spaces_fixes_and_guilabels", "/en/feature-m0074fs-193_various_spaces_fixes_and_guilabels/"), ("feature-m0074fs-193_fs_config", "/en/feature-m0074fs-193_fs_config/"), ("feature-m0018pqt-288_core_ui_test_suite_versioning", "/en/feature-m0018pqt-288_core_ui_test_suite_versioning/"), ("feature-m0018pqt-277_overview_pqt_friviere_review", "/en/feature-m0018pqt-277_overview_pqt_friviere_review/"), ("feature-m0018pqt-277_overview_pqt", "/en/feature-m0018pqt-277_overview_pqt/"), ("feature-m0018pqt-274_build_scripts_tutorial_friviere_review", "/en/feature-m0018pqt-274_build_scripts_tutorial_friviere_review/"), ("feature-m0018pqt-274_build_scripts_tutorial", "/en/feature-m0018pqt-274_build_scripts_tutorial/"), ("feature-m0018pqt-259_doc_application_file", "/en/feature-m0018pqt-259_doc_application_file/"), ("feature-m0018pqt-259_augment_run_script_specification_with_executable_as_parameter", "/en/feature-m0018pqt-259_augment_run_script_specification_with_executable_as_parameter/"), ("feature-m0018pqt-253_microej_pack_naming_convention", "/en/feature-m0018pqt-253_microej_pack_naming_convention/"), ("feature-m0018pqt-250_tuto_fullpackaging_convertion_friviere_review", "/en/feature-m0018pqt-250_tuto_fullpackaging_convertion_friviere_review/"), ("feature-m0018pqt-250_tuto_fullpackaging_convertion", "/en/feature-m0018pqt-250_tuto_fullpackaging_convertion/"), ("feature-m0018pqt-248_document_run_bat", "/en/feature-m0018pqt-248_document_run_bat/"), ("feature-m0018pqt-236-update-tuto-from-scratch", "/en/feature-m0018pqt-236-update-tuto-from-scratch/"), ("feature-m0018pqt-234_pca_dep_private_conf", "/en/feature-m0018pqt-234_pca_dep_private_conf/"), ("feature-m0018pqt-214_get_target.platform.dir_from_platform_in_workspace", "/en/feature-m0018pqt-214_get_target.platform.dir_from_platform_in_workspace/"), ("feature-m0018pqt-144_run_test_suite", "/en/feature-m0018pqt-144_run_test_suite/"), ("feature-m0018pqt-144_rework_testsuite_engine_doc", "/en/feature-m0018pqt-144_rework_testsuite_engine_doc/"), ("feature-m0018pqt-144_fix_broken_build_after_merge", "/en/feature-m0018pqt-144_fix_broken_build_after_merge/"), ("feature-m0018pqt-144_document_test_suite_report", "/en/feature-m0018pqt-144_document_test_suite_report/"), ("feature-m0018pqt-144_doc_microej_licenses_folder_for_pca", "/en/feature-m0018pqt-144_doc_microej_licenses_folder_for_pca/"), ("feature-m0018pqt-144_add_platform_qualification_page", "/en/feature-m0018pqt-144_add_platform_qualification_page/"), ("feature-license_review", "/en/feature-license_review/"), ("feature-js-limitation-doc", "/en/feature-js-limitation-doc/"), ("feature-j0190uil-1190_desktopanimator", "/en/feature-j0190uil-1190_desktopanimator/"), ("feature-j0190uil-1144_partial_buffer", "/en/feature-j0190uil-1144_partial_buffer/"), ("feature-header_fix", "/en/feature-header_fix/"), ("feature-fix_testsuite_duplicated_title", "/en/feature-fix_testsuite_duplicated_title/"), ("feature-enhance_java_api_keyword_search", "/en/feature-enhance_java_api_keyword_search/"), ("feature-add_issue_dongle_not_compatible", "/en/feature-add_issue_dongle_not_compatible/"), ("document_build_module", "/en/document_build_module/"), ("bugfix-m0090ide-3495_remove_default_conf", "/en/bugfix-m0090ide-3495_remove_default_conf/"), ("bugfix-m0078ddg-372_ui2_snippets", "/en/bugfix-m0078ddg-372_ui2_snippets/"), ("bugfix-m0078ddg-290_add_mock_in_summary_table_fix_bullet_list", "/en/bugfix-m0078ddg-290_add_mock_in_summary_table_fix_bullet_list/"), ("bugfix-m0018pqt-144_pull_up_testsuite_report_section_level", "/en/bugfix-m0018pqt-144_pull_up_testsuite_report_section_level/"), ("bugfix-m0018pqt-144_fix_remaining_legacy_ddg_launch_options", "/en/bugfix-m0018pqt-144_fix_remaining_legacy_ddg_launch_options/"), ], 'downloads': [ ("pdf", "//docs.microej.com/_/downloads/en/latest/pdf/"), ], 'subprojects': [ ], 'slug': 'microej-docs', 'name': u'Docs', 'rtd_language': u'en', 'programming_language': u'words', 'canonical_url': 'https://docs.microej.com/en/latest/', 'analytics_code': 'None', 'single_version': False, 'conf_py_path': '/', 'api_host': 'https://readthedocs.com', 'github_user': 'MicroEJ', 'proxied_api_host': '/_', 'github_repo': 'docs', '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': 'ddf1c891', } # 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(): html_context.update(context) 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/microej-docs/builds/639255/' 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: 2021-05-24T08:43:47.286226Z, end-time: 2021-05-24T09:16:04.719812Z, duration: 1937, exit-code: 2 python -m sphinx -T -E -W --keep-going -b html -d _build/doctrees -D language=en . _build/html Running Sphinx v2.2.1 /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.7/site-packages/sphinx/util/nodes.py:151: FutureWarning: The iterable returned by Node.traverse() will become an iterator instead of a list in Docutils > 0.16. for classifier in reversed(node.parent.traverse(nodes.classifier)): WARNING: Missing searchtools: /home/docs/checkouts/readthedocs.org/user_builds/microej-docs/checkouts/latest/_build/linkcheck/_static/searchtools.js make: *** [linkcheck] Error 1 RUNNING LINKCHECK Traceback (most recent call last): File "/home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.7/site-packages/sphinx/config.py", line 361, in eval_config_file execfile_(filename, namespace) File "/home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.7/site-packages/sphinx/util/pycompat.py", line 81, in execfile_ exec(code, _globals) File "/home/docs/checkouts/readthedocs.org/user_builds/microej-docs/checkouts/latest/conf.py", line 87, in linkcheck_output = subprocess.check_output(["make", "linkcheck"], env={"PATH": os.environ["PATH"]},) File "/home/docs/.pyenv/versions/3.7.9/lib/python3.7/subprocess.py", line 411, in check_output **kwargs).stdout File "/home/docs/.pyenv/versions/3.7.9/lib/python3.7/subprocess.py", line 512, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['make', 'linkcheck']' returned non-zero exit status 2. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.7/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/microej-docs/envs/latest/lib/python3.7/site-packages/sphinx/application.py", line 210, in __init__ self.config = Config.read(self.confdir, confoverrides or {}, self.tags) File "/home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.7/site-packages/sphinx/config.py", line 196, in read namespace = eval_config_file(filename, tags) File "/home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.7/site-packages/sphinx/config.py", line 371, 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/microej-docs/envs/latest/lib/python3.7/site-packages/sphinx/config.py", line 361, in eval_config_file execfile_(filename, namespace) File "/home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.7/site-packages/sphinx/util/pycompat.py", line 81, in execfile_ exec(code, _globals) File "/home/docs/checkouts/readthedocs.org/user_builds/microej-docs/checkouts/latest/conf.py", line 87, in linkcheck_output = subprocess.check_output(["make", "linkcheck"], env={"PATH": os.environ["PATH"]},) File "/home/docs/.pyenv/versions/3.7.9/lib/python3.7/subprocess.py", line 411, in check_output **kwargs).stdout File "/home/docs/.pyenv/versions/3.7.9/lib/python3.7/subprocess.py", line 512, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['make', 'linkcheck']' returned non-zero exit status 2. Configuration error: There is a programmable error in your configuration file: Traceback (most recent call last): File "/home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.7/site-packages/sphinx/config.py", line 361, in eval_config_file execfile_(filename, namespace) File "/home/docs/checkouts/readthedocs.org/user_builds/microej-docs/envs/latest/lib/python3.7/site-packages/sphinx/util/pycompat.py", line 81, in execfile_ exec(code, _globals) File "/home/docs/checkouts/readthedocs.org/user_builds/microej-docs/checkouts/latest/conf.py", line 87, in linkcheck_output = subprocess.check_output(["make", "linkcheck"], env={"PATH": os.environ["PATH"]},) File "/home/docs/.pyenv/versions/3.7.9/lib/python3.7/subprocess.py", line 411, in check_output **kwargs).stdout File "/home/docs/.pyenv/versions/3.7.9/lib/python3.7/subprocess.py", line 512, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['make', 'linkcheck']' returned non-zero exit status 2.