]> 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 RTD Python version from 3.8 to 3.11 (#3868)
authorRichard Si <sichard26@gmail.com>
Sat, 9 Sep 2023 16:08:28 +0000 (12:08 -0400)
committerGitHub <noreply@github.com>
Sat, 9 Sep 2023 16:08:28 +0000 (09:08 -0700)
Recent ReadTheDocs builds have been failing as our documentation dependencies (notably Sphinx) require Python 3.9+.

.readthedocs.yaml

index fff2d6ed341f70c35c979b1d5bfae5a11ff8bd9b..fa612668850c6cbe18dc94287616ed415bb8b945 100644 (file)
@@ -6,7 +6,7 @@ formats:
 build:
   os: ubuntu-22.04
   tools:
-    python: "3.8"
+    python: "3.11"
 
 python:
   install: