Resolve warnings caused by the -W flag.
Change-Id: I0c771da88af487e3a6ddb55b01d524d5a274226d
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
<https://docs.npmjs.com/files/npmrc>`_.
:Required: This file MUST exist. An empty file is acceptable if a
-proxy is not available for the project.
+ proxy is not available for the project.
:type: Custom file
Create a "Custom file" with contents:
`pip project <https://pip.readthedocs.io/en/stable/user_guide/#configuration>`_.
:Required: This file MUST exist. An empty file is acceptable if a
-proxy is not available for the project.
+ proxy is not available for the project.
:type: Custom file
Create a "Custom file" with contents:
Job template code is in the `jjb/` directory but documentation is in the
`docs/jjb/` directory of this project.
-- :doc:`jjb/lf-ci-jobs`
-- :doc:`jjb/lf-macros`
-- :doc:`jjb/lf-maven-jobs`
-- :doc:`jjb/lf-node-jobs`
-- :doc:`jjb/lf-python-jobs`
-- :doc:`jjb/lf-rtd-jobs`
+.. toctree::
+ :maxdepth: 1
+
+ jjb/lf-ci-jobs
+ jjb/lf-macros
+ jjb/lf-maven-jobs
+ jjb/lf-node-jobs
+ jjb/lf-python-jobs
+ jjb/lf-rtd-jobs
Indices and tables
==================
.. note:: The first package listed in PIP_PACKAGES is used as the VENV name.
-.. _lf-provide-maven-settings
+.. _lf-provide-maven-settings:
lf-provide-maven-settings
-------------------------
[testenv:docs]
deps = -rrequirements.txt
commands =
- sphinx-build -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
+ sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
echo "Generated docs available in {toxinidir}/docs/_build/html"
whitelist_externals = echo