Skip to content

Commit

Permalink
* Add table support
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoxinhu committed Apr 15, 2020
1 parent 4eaed83 commit d7c4b10
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions readthedocs/zh_CN/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@

# source_suffix = ['.rst']

source_suffix = ['.rst', '.md']
source_parsers = {
'.md': recommonmark.parser.CommonMarkParser,
}
source_suffix = ['.rst', '.md']

# The short X.Y version
version = ''
Expand All @@ -49,8 +49,8 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
# 'recommonmark',
# 'sphinx_markdown_tables',
'recommonmark',
'sphinx_markdown_tables',
# 'sphinx.ext.autodoc',
# 'sphinx.ext.napoleon',
# 'sphinx.ext.mathjax',
Expand Down Expand Up @@ -329,3 +329,4 @@
'_static/index.css', # table css
],
}

0 comments on commit d7c4b10

Please sign in to comment.