Skip to content

Commit

Permalink
Restrict pydoc-markdown to version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
gentooboontoo committed Mar 8, 2021
1 parent 8c36244 commit 9d3ba2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -65,7 +65,7 @@
test_requires=tests_requirements,
extras_require={
'test': tests_requirements,
'docs': ['pydoc-markdown'],
'docs': ['pydoc-markdown<3.0'],
'flask': ['flask'],
'tornado': ['tornado'],
'yaml': ['pyyaml'],
Expand Down

0 comments on commit 9d3ba2d

Please sign in to comment.