X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/6ef3e466db7ad91dd6300d2412222ec912ae56e2..f3b1a3b9d2fc6de8f0845399cb80d8bdfd6400fd:/docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt index f08c389..9d05934 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==2023.3.23