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

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:

Upgrade docs to Sphinx 3+ and add doc build test (#1613)
authorRichard Si <63936253+ichard26@users.noreply.github.com>
Thu, 20 Aug 2020 22:06:41 +0000 (18:06 -0400)
committerGitHub <noreply@github.com>
Thu, 20 Aug 2020 22:06:41 +0000 (00:06 +0200)
commit37a0020e073555ffe0921ec1356a27610aadcca4
tree41ca002861e7562d1f0b2284e3a9f24c8656743e
parente5bb92f53c9ad736b4cade4738c8e6727f68a88c
Upgrade docs to Sphinx 3+ and add doc build test (#1613)

* Upgrade docs to Sphinx 3+
* Fix all the warnings...

- Fixed bad docstrings
- Fixed bad fenced code blocks in documentation
- Blocklisted some sections from being generated from the README
- Added missing documentation to index.rst
- Fixed an invalid autofunction directive in reference/reference_functions.rst
- Pin another documentation dependency

* Add documentation build test
.github/workflows/doc.yml [new file with mode: 0644]
README.md
docs/black_primer.md
docs/compatible_configs.md
docs/conf.py
docs/index.rst
docs/reference/reference_functions.rst
docs/requirements.txt
src/black/__init__.py