Skip to content

Commit

Permalink
pythondeps.toml: warn about updates needed to docs/requirements.txt
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
bonzini committed Apr 23, 2024
1 parent 94da7b6 commit 9c05071
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions pythondeps.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand Down

0 comments on commit 9c05071

Please sign in to comment.