diff options
author | Tibor Frank <tifrank@cisco.com> | 2021-04-14 13:17:29 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2021-04-14 13:17:29 +0200 |
commit | f70df02d586490633b925358041c4dfafd99a118 (patch) | |
tree | 5a65e08d9688e5491fa14cc6c830049ee608c63e | |
parent | 37f7b3ead9eabc8c8d195ae168565c6f12eb8197 (diff) |
PAL: Update Sphinx to the latest versions
Change-Id: Id42b7e63f5bef7c99d9c1cd564e1e749ed3d2542
Signed-off-by: Tibor Frank <tifrank@cisco.com>
-rw-r--r-- | resources/tools/presentation/requirements.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/tools/presentation/requirements.txt b/resources/tools/presentation/requirements.txt index 8e3d170978..b96c4ab166 100644 --- a/resources/tools/presentation/requirements.txt +++ b/resources/tools/presentation/requirements.txt @@ -1,6 +1,6 @@ -Sphinx==2.2.1 -sphinx-rtd-theme==0.4.0 -sphinxcontrib-programoutput==0.15 +Sphinx==3.5.4 +sphinx-rtd-theme==0.5.2 +sphinxcontrib-programoutput==0.17 robotframework==3.1.2 PyYAML==5.1 numpy==1.17.3 |