]> git.madduck.net Git - etc/vim.git/blobdiff - docs/requirements.txt

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Bump furo from 2022.12.7 to 2023.3.23 in /docs (#3624)
[etc/vim.git] / docs / requirements.txt
index c65cbe3c47621711865fe64357d18b8bd5a0da3c..9d059341b14e6bbb9e67be6226c4f3b0d5d57db8 100644 (file)
@@ -1,3 +1,9 @@
-MyST-Parser==0.14.0
-Sphinx==3.5.4
+# Used by ReadTheDocs; pinned requirements for stability.
+
+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.1
+furo==2023.3.23