X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/847d468b828faff7daae297d8a20d899d2259824..47676bf5939ae5c8e670d947917bc8af4732eab6:/docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt index 296efc5..dad39f6 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,6 +1,9 @@ # Used by ReadTheDocs; pinned requirements for stability. -myst-parser==0.15.1 -Sphinx==4.2.0 +myst-parser==2.0.0 +Sphinx==7.2.3 +# Older versions break Sphinx even though they're declared to be supported. +docutils==0.19 sphinxcontrib-programoutput==0.17 -sphinx_copybutton==0.4.0 +sphinx_copybutton==0.5.2 +furo==2023.8.19