Skip to content

Commit

Permalink
Pin pygments version, revert back highlight language to python3
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Feb 7, 2016
1 parent f52c9c9 commit f1b7c9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
pygments_style = 'sphinx'

# The default language to highlight source code in.
highlight_language = 'python'
highlight_language = 'python3'

# A list of ignored prefixes for module index sorting.
# modindex_common_prefix = []
Expand Down
2 changes: 1 addition & 1 deletion requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ sphinxcontrib-newsfeed
pytest
pytest-cov
gunicorn
pygments
pygments>=2.1
-e .

0 comments on commit f1b7c9c

Please sign in to comment.