Skip to content

Commit

Permalink
add sphinx_markdown_tables plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
xujianxin committed Jun 19, 2019
1 parent 3f5d454 commit a63cf40
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ git clone https://github.com/nebulasio/nebdocs.git
2. install the necessary python components:

```bash
pip install sphinx==1.5.6 sphinx-autobuild sphinx_rtd_theme recommonmark
pip install sphinx==1.5.6 sphinx-autobuild sphinx_rtd_theme recommonmark sphinx_markdown_tables
```
3. build the project:

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['sphinx.ext.autodoc']
extensions = ['sphinx.ext.autodoc','sphinx_markdown_tables']

import sphinx.environment
from docutils.utils import get_source_line
Expand Down
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
restructuredtext-lint==1.1.3
Pigments==1.6
sphinx-rtd-theme==0.2.4
Sphinx==1.5.6
Sphinx==1.5.6
sphinx_markdown_tables

0 comments on commit a63cf40

Please sign in to comment.