|
|
@@ -1,10 +1,3 @@ |
|
|
|
# Configuration file for the Sphinx documentation builder. |
|
|
|
# |
|
|
|
# For the full list of built-in configuration values, see the documentation: |
|
|
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html |
|
|
|
|
|
|
|
# -- Project information ----------------------------------------------------- |
|
|
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information |
|
|
|
import sys |
|
|
|
import os |
|
|
|
import re |
|
|
@@ -36,22 +29,6 @@ extensions = [ |
|
|
|
'sphinx_markdown_tables', |
|
|
|
] |
|
|
|
|
|
|
|
templates_path = ['_templates'] |
|
|
|
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] |
|
|
|
|
|
|
|
language = 'en' |
|
|
|
|
|
|
|
# -- Options for HTML output ------------------------------------------------- |
|
|
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output |
|
|
|
|
|
|
|
html_theme = 'sphinx_rtd_theme' |
|
|
|
html_theme_options = { |
|
|
|
'display_version': True |
|
|
|
} |
|
|
|
|
|
|
|
# -- Options for todo extension ---------------------------------------------- |
|
|
|
# https://www.sphinx-doc.org/en/master/usage/extensions/todo.html#configuration |
|
|
|
|
|
|
|
templates_path = ['_templates'] |
|
|
|
source_suffix = ['.rst', '.md'] |
|
|
|
exclude_patterns = [] |
|
|
@@ -89,6 +66,7 @@ texinfo_documents = [ |
|
|
|
('index', slug, project, author, slug, project, 'Miscellaneous'), |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
# Extensions to theme docs |
|
|
|
def setup(app): |
|
|
|
from sphinx.domains.python import PyField |
|
|
|