X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/c5b458ef4ba1b6a62685461c6731f1775bee132b..b776bf92adb7f47cd92f550e33c2db445d226f78:/docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt index 0cdef2a..121df45 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,6 +1,9 @@ # Used by ReadTheDocs; pinned requirements for stability. -myst-parser==0.16.1 -Sphinx==4.3.2 +myst-parser==0.18.0 +Sphinx==5.1.1 +# Older versions break Sphinx even though they're declared to be supported. +docutils==0.18.1 sphinxcontrib-programoutput==0.17 -sphinx_copybutton==0.4.0 +sphinx_copybutton==0.5.0 +furo==2022.6.21