Last active
December 6, 2022 04:18
-
-
Save lupyuen/c061ac688f430ef11a1c60e0b284a1fe to your computer and use it in GitHub Desktop.
Apache NuttX RTOS: Build Documentation Log. See https://lupyuen.github.io/articles/pr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
→ cd Documentation | |
→ pip3 install pipenv | |
Requirement already satisfied: pipenv in /usr/local/lib/python3.10/site-packages (2022.11.23) | |
Requirement already satisfied: virtualenv-clone>=0.2.5 in /usr/local/lib/python3.10/site-packages (from pipenv) (0.5.7) | |
Requirement already satisfied: certifi in /usr/local/lib/python3.10/site-packages (from pipenv) (2022.9.24) | |
Requirement already satisfied: virtualenv in /usr/local/lib/python3.10/site-packages (from pipenv) (20.16.7) | |
Requirement already satisfied: setuptools>=36.2.1 in /usr/local/lib/python3.10/site-packages (from pipenv) (63.4.3) | |
Requirement already satisfied: distlib<1,>=0.3.6 in /usr/local/lib/python3.10/site-packages (from virtualenv->pipenv) (0.3.6) | |
Requirement already satisfied: platformdirs<3,>=2.4 in /usr/local/lib/python3.10/site-packages (from virtualenv->pipenv) (2.5.4) | |
Requirement already satisfied: filelock<4,>=3.4.1 in /usr/local/lib/python3.10/site-packages (from virtualenv->pipenv) (3.8.0) | |
[notice] A new release of pip available: 22.2.2 -> 22.3.1 | |
[notice] To update, run: /usr/local/opt/python@3.10/bin/python3.10 -m pip install --upgrade pip | |
→ pipenv install | |
Installing dependencies from Pipfile.lock (968649)... | |
To activate this project's virtualenv, run pipenv shell. | |
Alternatively, run a command inside the virtualenv with pipenv run. | |
→ pipenv shell | |
Launching subshell in virtual environment... | |
. ~/.local/share/virtualenvs/Documentation-u6SHXyuN/bin/activate | |
→ . ~/.local/share/virtualenvs/Documentation-u6SHXyuN/bin/activate | |
(Documentation) | |
→ rm -r _build | |
→ make html | |
Removing everything under '_build'... | |
Running Sphinx v4.5.0 | |
making output directory... done | |
building [mo]: targets for 0 po files that are out of date | |
building [html]: targets for 173 source files that are out of date | |
updating environment: [new config] 173 added, 0 changed, 0 removed | |
reading sources... [ 53%] platforms/arm/imxrt/boards/imxrt1050-evk/index .. platforms/arm/rp2040/boards/raspberrypi-reading sources... [100%] reference/user/13_boardctl .. substitutions | |
waiting for workers... | |
nuttx/Documentation/platforms/xtensa/esp32s2/index.rst:3: WARNING: Duplicate explicit target name: "here". | |
nuttx/Documentation/platforms/xtensa/esp32s2/index.rst:3: WARNING: Duplicate explicit target name: "here". | |
nuttx/Documentation/platforms/xtensa/esp32s2/index.rst:3: WARNING: Duplicate explicit target name: "here". | |
nuttx/Documentation/reference/os/mutex.rst:24: ERROR: Unexpected indentation. | |
nuttx/Documentation/reference/os/mutex.rst:25: WARNING: Block quote ends without a blank line; unexpected unindent. | |
nuttx/Documentation/reference/os/mutex.rst:25: ERROR: Malformed table. | |
Bottom/header table border does not match top border. | |
================= ================ | |
nxmutex_unlock() | |
Priority inheritance | |
==================== | |
nuttx/Documentation/reference/user/07_signals.rst:179: WARNING: Duplicate C declaration, also defined at reference/user/structures:111. | |
Declaration is '.. c:struct:: sigaction'. | |
looking for now-outdated files... none found | |
pickling environment... done | |
checking consistency... nuttx/Documentation/reference/os/nat.rst: WARNING: document isn't included in any toctree | |
done | |
preparing documents... done | |
writing output... [ 58%] platforms/arm/nrf52/boards/nrf52832-sparkfun/index .. platforms/arm/s32k1xx/boards/ucans32kwriting output... [100%] reference/user/11_network .. substitutions | |
waiting for workers... | |
generating indices... genindex done | |
writing additional pages... search done | |
copying images... [ 74%] platforms/xtensa/esp32/boards/esp32-lyrat/esp32-lyrat-v4.3-electrical-block-diagram-with-wrcopying images... [100%] _static/images/menuconfig-debug.png | |
copying downloadable files... [100%] platforms/xtensa/esp32s2/boards/esp32s2-saola-1/tone.wav | |
copying static files... done | |
copying extra files... done | |
dumping search index in English (code: en)... done | |
dumping object inventory... done | |
build succeeded, 8 warnings. | |
The HTML pages are in _build/html. | |
(Documentation) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment