Skip to content

Commit 0680f46

Browse files
committed
Bump Pygments versions.
Notably this adds support for the async / await syntax in Python 3.5+. Fix #1865.
1 parent da27e14 commit 0680f46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readthedocs/doc_builder/python_environments.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def setup_base(self):
9898
def install_core_requirements(self):
9999
requirements = [
100100
'sphinx==1.3.5',
101-
'Pygments==2.0.2',
101+
'Pygments==2.1.3',
102102
'setuptools==20.1.1',
103103
'docutils==0.12',
104104
'mkdocs==0.15.0',
@@ -189,7 +189,7 @@ def install_core_requirements(self):
189189
# Use conda for requirements it packages
190190
requirements = [
191191
'sphinx==1.3.5',
192-
'Pygments==2.0.2',
192+
'Pygments==2.1.3',
193193
'docutils==0.12',
194194
'mock',
195195
'pillow==3.0.0',

0 commit comments

Comments
 (0)