Skip to content

Commit

Permalink
requirements: force newer Pygments version for TOML lexer
Browse files Browse the repository at this point in the history
Problem: Pygments only added a TOML lexer in 2.4. So older versions do
not support syntax highlighting of TOML.

Solution: Pin the requirements to a newer version.
  • Loading branch information
SteVwonder committed Sep 16, 2020
1 parent 6719e0e commit 9a14190
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
@@ -1,3 +1,4 @@
Pygments>=2.4
Sphinx
sphinxcontrib-spelling
sphinx-rtd-theme

0 comments on commit 9a14190

Please sign in to comment.