Skip to content

Commit

Permalink
Add Pygments to the requirements list
Browse files Browse the repository at this point in the history
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
  • Loading branch information
emonty committed Jan 24, 2018
1 parent 88d50ec commit b693181
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ docutils
restructuredtext-lint>=0.7
six
stevedore
Pygments

0 comments on commit b693181

Please sign in to comment.