This commit is contained in:
2025-06-21 13:51:19 -04:00
parent 8c2df46a83
commit 9eea35814d
9 changed files with 37 additions and 20 deletions

View File

@@ -18,10 +18,7 @@ extensions = []
templates_path = ['_templates']
exclude_patterns = []
source_suffix = {
'.rst': 'restructuredtext',
'.md': 'markdown',
}
# The master toctree document.
master_doc = 'index'
# The language for content autogenerated by Sphinx. Refer to documentation
@@ -33,8 +30,6 @@ pygments_style = 'sphinx'
default_role = 'literal'
# The encoding of source files.
source_encoding = 'utf-8-sig'
# The suffix of source filenames.
source_suffix = '.rst'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.