From 391800890a3273232c2f5c692ca7a16cf2aed841 Mon Sep 17 00:00:00 2001 From: pradyum Date: Thu, 10 Oct 2024 00:57:13 +0000 Subject: [PATCH 1/2] CSS layout not working properly issue. Made changes to packages version. Signed-off-by: pradyum --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index a09f86ad9..69b1419fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ -breathe==4.28.0 -docutils==0.14 +breathe==4.35.0 +docutils==0.15 jinja2==3.0.3 myst-parser==1.0.0 sphinx_copybutton==0.5.2 sphinx_rtd_theme sphinx-autobuild -sphinx==3.5.0 +sphinx==5.3.0 sphinxcontrib-plantuml From 2cdeeb7783dd16e188ca75df38332240063ad920 Mon Sep 17 00:00:00 2001 From: pradyum Date: Thu, 10 Oct 2024 01:30:28 +0000 Subject: [PATCH 2/2] Changed to sphinx-rtd-theme==2.0.0 Signed-off-by: pradyum --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 69b1419fa..c5ddc8488 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ docutils==0.15 jinja2==3.0.3 myst-parser==1.0.0 sphinx_copybutton==0.5.2 -sphinx_rtd_theme +sphinx_rtd_theme==2.0.0 sphinx-autobuild sphinx==5.3.0 sphinxcontrib-plantuml