After we tag v0.1.0 we will start requiring reno notes moving forward
for patches in this repo.
Change-Id: I0f4aa54c3523197db14f9b9fec46ffe5230c3060
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
---
project: lf-common-packer
project_cfg: lfdocs
+
+extensions:
+ - reno.sphinxext
+ - sphinx.ext.autodoc
+ - sphinx.ext.doctest
+ - sphinx.ext.intersphinx
+ - sphinx.ext.todo
+ - sphinx.ext.coverage
+ - sphinx.ext.viewcode
.. toctree::
:maxdepth: 1
+ release-notes
requirements
install
usage
--- /dev/null
+.. release-notes:: Release Notes
lfdocs-conf
+reno~=2.11.2
[testenv:docs-linkcheck]
deps = -rrequirements.txt
commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck
+
+[testenv:reno]
+deps = -rdocs/requirements.txt
+commands = reno {posargs:--help}