X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/6ef3e466db7ad91dd6300d2412222ec912ae56e2..5c064a986c388e2be1e448c3e4b28e5f5ba7ce5a:/docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt index f08c389..2916b3c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,6 +1,9 @@ # Used by ReadTheDocs; pinned requirements for stability. -myst-parser==0.16.0 -Sphinx==4.3.2 +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.4.0 +sphinx_copybutton==0.5.1 +furo==2022.12.7