Skip to content

Commit 9c05071

Browse files
committed
pythondeps.toml: warn about updates needed to docs/requirements.txt
docs/requirements.txt is expected by readthedocs and should be in sync with pythondeps.toml. Add a comment to both. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
1 parent 94da7b6 commit 9c05071

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/requirements.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
# Used by readthedocs.io
2+
# Should be in sync with the "installed" key of pythondeps.toml
3+
14
sphinx==5.3.0
25
sphinx_rtd_theme==1.1.1

pythondeps.toml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
meson = { accepted = ">=0.63.0", installed = "1.2.3", canary = "meson" }
2323

2424
[docs]
25+
# Please keep the installed versions in sync with docs/requirements.txt
2526
sphinx = { accepted = ">=1.6", installed = "5.3.0", canary = "sphinx-build" }
2627
sphinx_rtd_theme = { accepted = ">=0.5", installed = "1.1.1" }
2728

0 commit comments

Comments
 (0)