X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/eb213151cec22dc3589e4a033b897b216b60fd82..96ee2fef3dd9fd53e290ab3237d6d5c4ff2bcc6b:/docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt index 5ca7a6f..727a151 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,9 @@ # Used by ReadTheDocs; pinned requirements for stability. -myst-parser==0.16.1 -Sphinx==4.4.0 +myst-parser==1.0.0 +Sphinx==6.1.3 +# Older versions break Sphinx even though they're declared to be supported. +docutils==0.19 sphinxcontrib-programoutput==0.17 -sphinx_copybutton==0.5.0 -furo==2022.3.4 +sphinx_copybutton==0.5.1 +furo==2023.3.27