diff options
author | Guillaume Lambert <guillaume.lambert@orange.com> | 2021-02-02 12:20:11 +0100 |
---|---|---|
committer | Guillaume Lambert <guillaume.lambert@orange.com> | 2021-02-02 13:14:05 +0100 |
commit | a6727b341c055284b8a7fb9a28196b4475d36abf (patch) | |
tree | ee8f479322d1b1f311fba74b77278608fb9153fe /etc/requirements.txt | |
parent | 91a99bada18b1d636f35c939a16cb5fc78b71586 (diff) |
[DOC] Use sphinxcontrib-needs versions < 0.6.0
This latest version introduces a new services support functionality
- that cannot be easily disabled here
- and that requires additional configuration parameters to link GitHub issues.
We cannot provide these parameters since this project uses JIRA.
As a result, sphinx generates a warning.
https://sphinxcontrib-needs.readthedocs.io/en/service/services/index.html
Issue-ID: DOC-692
Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: I3bfa231467804729deacbe70f1180c06b3eec978
Diffstat (limited to 'etc/requirements.txt')
-rw-r--r-- | etc/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/requirements.txt b/etc/requirements.txt index b3188ddd3..c743bce21 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -6,7 +6,7 @@ setuptools six sphinx_rtd_theme>=0.4.3 sphinxcontrib-blockdiag -sphinxcontrib-needs>=0.2.3 +sphinxcontrib-needs<0.6.0 sphinxcontrib-nwdiag sphinxcontrib-seqdiag sphinxcontrib-swaggerdoc |