]> 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:

Use RTD's new build process and config (#3149)
authorJakub Kuczys <6032823+jack1142@users.noreply.github.com>
Sun, 3 Jul 2022 20:47:18 +0000 (22:47 +0200)
committerGitHub <noreply@github.com>
Sun, 3 Jul 2022 20:47:18 +0000 (16:47 -0400)
See the deprecation notice:
https://docs.readthedocs.io/en/stable/config-file/v2.html#python-version

.readthedocs.yaml

index 24eb3eaf6d9601a0072b2f4f4a5e308516692da3..fff2d6ed341f70c35c979b1d5bfae5a11ff8bd9b 100644 (file)
@@ -3,8 +3,12 @@ version: 2
 formats:
   - htmlzip
 
+build:
+  os: ubuntu-22.04
+  tools:
+    python: "3.8"
+
 python:
-  version: 3.8
   install:
     - requirements: docs/requirements.txt