diff options
author | Tibor Frank <tifrank@cisco.com> | 2022-09-22 14:26:02 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2022-09-22 14:26:02 +0200 |
commit | a542284c5fdc156c12f7e5f54d5340bc778cbe87 (patch) | |
tree | be96a329cf01cf9a7ace62e3c0f3f57c4162ba48 /requirements.txt | |
parent | f225435e848f1199138272912213d0142955cb36 (diff) |
PAL: Set Sphinx verson to 5.1.1 (latest)
- reslove dependencies
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Change-Id: I50ef20f86902f5870ec5609373aea14a98100983
Diffstat (limited to 'requirements.txt')
-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 |