pythondeps.toml: warn about updates needed to docs/requirements.txt
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 18 Apr 2024 09:14:31 +0000 (11:14 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 23 Apr 2024 15:35:26 +0000 (17:35 +0200)
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>
docs/requirements.txt
pythondeps.toml

index 691e5218ec7bfaf31472555b22f8890e487f179c..02583f209aa6fda6c2b4d14140f48ca7500dbb4a 100644 (file)
@@ -1,2 +1,5 @@
+# Used by readthedocs.io
+# Should be in sync with the "installed" key of pythondeps.toml
+
 sphinx==5.3.0
 sphinx_rtd_theme==1.1.1
index 0e88415999351897e2b0eb1f685cb9d3485ebfc3..9c16602d303c54533ecb5c47762b23aa2d645937 100644 (file)
@@ -22,6 +22,7 @@
 meson = { accepted = ">=0.63.0", installed = "1.2.3", canary = "meson" }
 
 [docs]
+# Please keep the installed versions in sync with docs/requirements.txt
 sphinx = { accepted = ">=1.6", installed = "5.3.0", canary = "sphinx-build" }
 sphinx_rtd_theme = { accepted = ">=0.5", installed = "1.1.1" }