]> git.madduck.net Git - etc/vim.git/commitdiff

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 docutils from 0.19 to 0.20.1 in /docs (#3699)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 11 Sep 2023 20:20:36 +0000 (13:20 -0700)
committerGitHub <noreply@github.com>
Mon, 11 Sep 2023 20:20:36 +0000 (13:20 -0700)
Bumps [docutils](https://docutils.sourceforge.io/) from 0.19 to 0.20.1.

docs/requirements.txt

index e4471b76031b9471db5aabcca05a21e65e199ac5..a29e295ae49add1aa12576a5e1f1eb3d2bf9840d 100644 (file)
@@ -3,7 +3,7 @@
 myst-parser==2.0.0
 Sphinx==7.2.5
 # Older versions break Sphinx even though they're declared to be supported.
-docutils==0.19
+docutils==0.20.1
 sphinxcontrib-programoutput==0.17
 sphinx_copybutton==0.5.2
 furo==2023.9.10