From: Richard Si <63936253+ichard26@users.noreply.github.com>
Date: Thu, 20 Aug 2020 22:06:41 +0000 (-0400)
Subject: Upgrade docs to Sphinx 3+ and add doc build test (#1613)
X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/37a0020e073555ffe0921ec1356a27610aadcca4?hp=37a0020e073555ffe0921ec1356a27610aadcca4

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