Skip to content

Commit b685e78

Browse files
weeTikegmarull
authored andcommitted
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 <[email protected]>
1 parent 56bc852 commit b685e78

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@ sphinx~=7.4 # | X | X | X | X | X |
1818
sphinx-autobuild # | X | X | X | X | X | X | X |
1919
sphinx-copybutton # | X | | | | | | X |
2020
sphinx-ncs-theme<1.1 # | X | | | | | | |
21-
sphinx-notfound-page # | X | | | | | | X |
21+
sphinx-notfound-page>=1.0.0 # | X | | | | | | X |
2222
sphinx-tabs>=3.4 # | X | | | | | | X |
2323
sphinx-togglebutton # | X | | | | | | X |
2424
sphinx_markdown_tables # | | | X | | | | |
2525
sphinxcontrib-mscgen # | X | | | | X | | |
2626
sphinxcontrib-plantuml>=0.27 # | | | | | | X | |
2727
west>=1.0.0 # | | | | | | | X |
28-
anytree # | | | | | | | X |

0 commit comments

Comments
 (0)