Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Also upgrade recommonmark to get autostructify transform #2682

Merged
merged 1 commit into from Mar 2, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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