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 60f88dd
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions readthedocs/zh_CN/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@

# source_suffix = ['.rst']

extensions = [
'sphinx_markdown_tables',
# 'sphinx.ext.autodoc',
# 'sphinx.ext.napoleon',
# 'sphinx.ext.mathjax',
]

source_suffix = ['.rst', '.md']
source_parsers = {
'.md': recommonmark.parser.CommonMarkParser,
Expand All @@ -48,13 +55,6 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
# 'recommonmark',
# 'sphinx_markdown_tables',
# 'sphinx.ext.autodoc',
# 'sphinx.ext.napoleon',
# 'sphinx.ext.mathjax',
]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down Expand Up @@ -329,3 +329,4 @@
'_static/index.css', # table css
],
}

0 comments on commit 60f88dd

Please sign in to comment.