From 6af36c718aa7b9b6242223b2a915ffe7a11327c3 Mon Sep 17 00:00:00 2001 From: stone_tao Date: Sat, 2 Mar 2024 13:48:15 -0800 Subject: [PATCH] bug fix --- docs/requirements.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index f9d01d26b..6c1655605 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,12 +1,12 @@ -"sphinx==6.2.1" -"sphinx-autobuild" -"sphinx-book-theme" +sphinx==6.2.1 +sphinx-autobuild +sphinx-book-theme # For spelling -"sphinxcontrib.spelling" +sphinxcontrib.spelling # Type hints support -"sphinx-autodoc-typehints" +sphinx-autodoc-typehints # Copy button for code snippets -"sphinx_copybutton" +sphinx_copybutton # Markdown parser -"myst-parser" -"sphinx-subfigure" \ No newline at end of file +myst-parser +sphinx-subfigure \ No newline at end of file