Skip to content

Commit

Permalink
Added mkdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lev Nazarenko committed Mar 6, 2018
1 parent 1f29ee8 commit a974980
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from recommonmark.parser import CommonMarkParser

source_parsers = {
'.md': CommonMarkParser,
}

source_suffix = ['.rst', '.md']
4 changes: 4 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
site_name: Enjoin ORM
pages:
- Usage: README.md
theme: readthedocs

0 comments on commit a974980

Please sign in to comment.