diff options
author | Tibor Frank <tifrank@cisco.com> | 2022-09-22 14:26:02 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2022-09-22 12:29:12 +0000 |
commit | d62e8ffddcaa864c7f361c5917fa7e41c06b441b (patch) | |
tree | 9218d72a27bab40d023a3eda834438fbe533187e | |
parent | 2b540368cb695fc5113ec1ffd788212d85d8f2ef (diff) |
PAL: Set Sphinx verson to 5.1.1 (latest)
- reslove dependencies
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Change-Id: I50ef20f86902f5870ec5609373aea14a98100983
(cherry picked from commit a542284c5fdc156c12f7e5f54d5340bc778cbe87)
-rw-r--r-- | requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index 4f80632cd4..6c34c9ab8f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,8 +42,8 @@ hdrhistogram==0.9.2 pandas==1.4.2 plotly==4.1.1 PTable==0.9.2 -Sphinx==3.5.4 -sphinx-rtd-theme==0.5.2 +Sphinx==5.1.1 +sphinx-rtd-theme==1.0.0 sphinxcontrib-applehelp==1.0.2 sphinxcontrib-devhelp==1.0.2 sphinxcontrib-htmlhelp==2.0.0 |