From cf9fb4e94b24eae77f86761b99515c1c4b7c5145 Mon Sep 17 00:00:00 2001 From: Filip Aleksic <faleksic@gitlab.com> Date: Mon, 15 Jan 2024 13:41:24 +0000 Subject: [PATCH] Update mkdocs version --- requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index c18b9e9..72cf234 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -# Documentation static site generator & deployment tool -mkdocs>=1.1.2 - -# Add your custom theme if not inside a theme_dir -# (https://github.com/mkdocs/mkdocs/wiki/MkDocs-Themes) -# mkdocs-material>=5.4.0 +# Documentation static site generator & deployment tool +mkdocs>=1.5.3 + +# Add your custom theme if not inside a theme_dir +# (https://github.com/mkdocs/mkdocs/wiki/MkDocs-Themes) +# mkdocs-material>=5.4.0 -- GitLab