From c73c54f69aeb13bb0454c1ae5cd8291da835bbeb Mon Sep 17 00:00:00 2001 From: songtianlun Date: Thu, 24 Apr 2025 10:13:04 +0800 Subject: [PATCH] chore: update requirements for documentation tools - Add mkdocs-material for improved theming - Include mkdocs-rss-plugin for RSS feed generation These additions will enhance the documentation experience by providing better styling options and enabling RSS feeds for updates. --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 5b5156e..099cdc3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,6 @@ mkdocs +mkdocs-material +mkdocs-rss-plugin #Add pip package if needed #mkdocs-bootswatch #mkdocs-minify-plugin