From d0bcfd038a158b7f6a564ed79ba41f052632d1ff Mon Sep 17 00:00:00 2001 From: Timothy Keys Date: Fri, 6 Dec 2024 09:02:53 +0000 Subject: [PATCH] doc: requirements: specify min version for sphinx-notfound-page sphinx > 7.2 removed the module 'setup_js_tag_helper' from 'sphinx.builders.html' requiring sphinx-notfound-page >= 1.0.0 to be used to remain compatible. Remove duplicate anytree entry. Signed-off-by: Timothy Keys --- doc/requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 5538bdd51f11..10b1e50a3972 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -18,11 +18,10 @@ sphinx~=7.4 # | X | X | X | X | X | sphinx-autobuild # | X | X | X | X | X | X | X | sphinx-copybutton # | X | | | | | | X | sphinx-ncs-theme<1.1 # | X | | | | | | | -sphinx-notfound-page # | X | | | | | | X | +sphinx-notfound-page>=1.0.0 # | X | | | | | | X | sphinx-tabs>=3.4 # | X | | | | | | X | sphinx-togglebutton # | X | | | | | | X | sphinx_markdown_tables # | | | X | | | | | sphinxcontrib-mscgen # | X | | | | X | | | sphinxcontrib-plantuml>=0.27 # | | | | | | X | | west>=1.0.0 # | | | | | | | X | -anytree # | | | | | | | X |