Skip to content

Commit

Permalink
Fix mkdocs version test
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfischer committed Apr 30, 2018
1 parent 4d294c6 commit fa52fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs/rtd_tests/tests/test_doc_building.py
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ def test_install_core_requirements_mkdocs(self):
requirements_mkdocs = [
'commonmark==0.5.4',
'recommonmark==0.4.0',
'mkdocs==0.15.0',
'mkdocs==0.17.3',
]
requirements = self.base_requirements + requirements_mkdocs
args = self.pip_install_args + requirements
Expand Down

0 comments on commit fa52fb1

Please sign in to comment.