sphinx-contrib / emojicodes

An extension to use emoji codes in your Sphinx documentation! 😍
https://sphinxemojicodes.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
48 stars 15 forks source link

Test documentation #13

Open Peque opened 4 years ago

Peque commented 4 years ago

I would suggest:

doc8 README.rst
doc8 docs/source/
make -C docs html SPHINXOPTS="-W -E"
make -C docs linkcheck

I think it would be great to be able to run tests locally with Tox (and make GitHub Actions run Tox in CI). But that could be a separate issue. See for example osbrain's Tox configuration and how Travis runs just Tox.