]> 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 furo from 2023.7.26 to 2023.8.19 in /docs + sphinx to 7.2.3 (#3848)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 26 Aug 2023 13:44:17 +0000 (08:44 -0500)
committerGitHub <noreply@github.com>
Sat, 26 Aug 2023 13:44:17 +0000 (08:44 -0500)
* Bump furo from 2023.7.26 to 2023.8.19 in /docs

Bumps [furo](https://github.com/pradyunsg/furo) from 2023.7.26 to 2023.8.19.
- [Release notes](https://github.com/pradyunsg/furo/releases)
- [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)
- [Commits](https://github.com/pradyunsg/furo/compare/2023.07.26...2023.08.19)

---
updated-dependencies:
- dependency-name: furo
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
* Move to sphinx 7.2.3 + fix intersphinx_mapping

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cooper Ry Lees <me@cooperlees.com>
docs/conf.py
docs/requirements.txt

index 7fc4f8f589eb9fd0639a4269bb0a0b7e5ee8c219..f7cf1b42842d6e51136f9bba3785c9b9d04f151a 100644 (file)
@@ -213,4 +213,4 @@ autodoc_member_order = "bysource"
 # -- Options for intersphinx extension ---------------------------------------
 
 # Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {"https://docs.python.org/3/": None}
+intersphinx_mapping = {"<name>": ("https://docs.python.org/3/", None)}
index ff179f3805e7d1833336c39dd03fc9b87ca246de..dad39f67ed3a101a2196df96d692e09ccecf5e2c 100644 (file)
@@ -1,9 +1,9 @@
 # Used by ReadTheDocs; pinned requirements for stability.
 
 myst-parser==2.0.0
-Sphinx==6.1.3
+Sphinx==7.2.3
 # Older versions break Sphinx even though they're declared to be supported.
 docutils==0.19
 sphinxcontrib-programoutput==0.17
 sphinx_copybutton==0.5.2
-furo==2023.7.26
+furo==2023.8.19