Unverified Commit 919f9b9d authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #820 from ethereum/fixDocs

fix Docs
parents fab4b822 15f394de
...@@ -21,6 +21,7 @@ import os ...@@ -21,6 +21,7 @@ import os
# add these directories to sys.path here. If the directory is relative to the # add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here. # documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.insert(0, os.path.abspath('.')) sys.path.insert(0, os.path.abspath('.'))
from recommonmark.transform import AutoStructify
from recommonmark.parser import CommonMarkParser from recommonmark.parser import CommonMarkParser
source_parsers = {'.md': CommonMarkParser} source_parsers = {'.md': CommonMarkParser}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment