X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/403ce1a18a8a1600ab8249d828e7eaaca442cad7..f3b1a3b9d2fc6de8f0845399cb80d8bdfd6400fd:/docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt index 56dbf3f..9d05934 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,6 +1,9 @@ # Used by ReadTheDocs; pinned requirements for stability. -MyST-Parser==0.14.0 -Sphinx==3.5.4 +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.3.1 +sphinx_copybutton==0.5.1 +furo==2023.3.23