Commit 6757a6d2 authored by garciadeblas's avatar garciadeblas
Browse files

Added required extension form MD tables with Sphinx

parent af488eae
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ extensions = ['sphinx.ext.autodoc',
    'sphinx.ext.viewcode',
    'sphinx.ext.githubpages',
    'recommonmark',
    'sphinx_markdown_tables',
]

source_suffix = {
@@ -53,7 +54,7 @@ templates_path = ['_templates']
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = ['_build', 'TO-BE-MOVED-TO-OTHER-REPOS', 'Thumbs.db', '.DS_Store',
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'README.md',
                    'navigation.md', 'index.md', 'requirements.txt']


+1 −0
Original line number Diff line number Diff line
@@ -2,3 +2,4 @@ sphinx
sphinx_rtd_theme
sphinxcontrib-versioning
recommonmark
sphinx-markdown-tables