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

Update documentation dependencies (#3118)
authorRichard Si <63936253+ichard26@users.noreply.github.com>
Sat, 11 Jun 2022 15:44:01 +0000 (11:44 -0400)
committerGitHub <noreply@github.com>
Sat, 11 Jun 2022 15:44:01 +0000 (11:44 -0400)
Furo, myst-parser, and Sphinx (had to pin docutils due to sphinx breakage)

docs/conf.py
docs/requirements.txt

index e9fdebb55460c7d680ed34502e7bf824c3a1391b..8da9c39ac41c6ab5a428f818ed4eab619bf18fed 100644 (file)
@@ -87,7 +87,7 @@ master_doc = "index"
 #
 # This is also used if you do content translation via gettext catalogs.
 # Usually you set "language" from the command line for these cases.
-language = None
+language = "en"
 
 # List of patterns, relative to source directory, that match files and
 # directories to ignore when looking for source files.
index 72cf09fb6e978e63be283c40b18de5a325341a2e..a3c801ba613952fb5890ba837c6ae9cbacd8618d 100644 (file)
@@ -1,7 +1,9 @@
 # Used by ReadTheDocs; pinned requirements for stability.
 
-myst-parser==0.17.2
-Sphinx==4.5.0
+myst-parser==0.18.0
+Sphinx==5.0.1
+# Older versions break Sphinx even though they're declared to be supported.
+docutils==0.18.1
 sphinxcontrib-programoutput==0.17
 sphinx_copybutton==0.5.0
-furo==2022.4.7
+furo==2022.6.4.1