diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-12-09 10:13:42 +0100 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-12-09 10:13:42 +0100 |
commit | ec07bca720e5e2156be085e89f1ce8521a602eaf (patch) | |
tree | 851fb4de36e2875902eb2d182484e8ef27490876 /docs/requirements-docs.txt | |
parent | 208c952967efcd791eb0ffc5432c92284bc5c881 (diff) |
[COMMON] Add doc linting
Add 3 automated doc linting (sphinx building, linkchecking and doc8) in
order to have an error free documentations
Fix also issues found by these linters in order to start without errors.
Issue-ID: OOM-2648
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I318718c956020412a120ba3caeb9e21d35a99833
Diffstat (limited to 'docs/requirements-docs.txt')
-rw-r--r-- | docs/requirements-docs.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index b3188ddd38..e14c784ee4 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -8,6 +8,7 @@ sphinx_rtd_theme>=0.4.3 sphinxcontrib-blockdiag sphinxcontrib-needs>=0.2.3 sphinxcontrib-nwdiag +sphinxcontrib-redoc sphinxcontrib-seqdiag sphinxcontrib-swaggerdoc sphinxcontrib-plantuml |