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:
parent
88d50ec108
commit
b693181658
@ -7,3 +7,4 @@ docutils
|
||||
restructuredtext-lint>=0.7
|
||||
six
|
||||
stevedore
|
||||
Pygments
|
||||
|
Loading…
Reference in New Issue
Block a user