Skip to content

Commit

Permalink
Merge pull request #2682 from rtfd/upgrade-recommonmark
Browse files Browse the repository at this point in the history
Also upgrade recommonmark to get autostructify transform
  • Loading branch information
ericholscher committed Mar 2, 2017
2 parents f9dcc83 + 64ee6f6 commit 8771e67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion readthedocs/doc_builder/python_environments.py
Expand Up @@ -114,7 +114,7 @@ def install_core_requirements(self):
'sphinx-rtd-theme==0.2.0',
'alabaster>=0.7,<0.8,!=0.7.5',
'commonmark==0.5.4',
'recommonmark==0.1.1',
'recommonmark==0.4.0',
]

cmd = [
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Expand Up @@ -63,7 +63,7 @@ django-filter==1.0.0
# Docs
sphinxcontrib-httpdomain==1.4.0
commonmark==0.5.5
recommonmark==0.1.1
recommonmark==0.4.0

# Version comparison stuff
Distutils2==1.0a3
Expand Down

0 comments on commit 8771e67

Please sign in to comment.