Add Pygments to the requirements list

If you run doc8 on a sphinx source dir without sphinx installed and if
the source dir has code blocks, doc8 will throw

  D000 Cannot analyze code. Pygments package not found.

This shows up in minimized virtualenvs. It turns out you don't need
sphinx or the project in question installed to run doc8.

Change-Id: I49e3aee5b592a24e5195dce8205eb9b33c392256
This commit is contained in:
Monty Taylor 2018-01-24 04:49:03 -06:00
parent 88d50ec108
commit b693181658
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 1 additions and 0 deletions

View File

@ -7,3 +7,4 @@ docutils
restructuredtext-lint>=0.7
six
stevedore
Pygments