Skip to content

Commit

Permalink
Add recommonmark==0.5.0 # sphinx dependency to parse .md files.
Browse files Browse the repository at this point in the history
  • Loading branch information
alainivars committed Jun 14, 2019
1 parent 41f877a commit 27ff9ad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

extensions = []
extensions = ['recommonmark']
templates_path = [
'/home/docs/checkouts/readthedocs.org/readthedocs/templates/sphinx',
'templates', '_templates', '.templates']
Expand Down
1 change: 1 addition & 0 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ coverage>=4.5.3
pycodestyle

# static documentation
recommonmark==0.5.0 # sphinx dependency
MarkupSafe>=1.1.1 # Jinja2 dependency
Jinja2>=2.10.1 # sphinx dependency
sphinx
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.github_repository_name}}/conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

extensions = []
extensions = ['recommonmark']
templates_path = [
'/home/docs/checkouts/readthedocs.org/readthedocs/templates/sphinx',
'templates', '_templates', '.templates']
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ coverage>=4.5.3
pycodestyle

# static documentation
recommonmark==0.5.0 # sphinx dependency
MarkupSafe>=1.1.1 # Jinja2 dependency
Jinja2>=2.10.1 # sphinx dependency
sphinx
Expand Down

0 comments on commit 27ff9ad

Please sign in to comment.