Got things to a good state that can be built off of
This commit is contained in:
@@ -34,7 +34,7 @@ release = f'v{sublime.__version__}'
|
||||
# ones.
|
||||
extensions = [
|
||||
'sphinx.ext.autodoc',
|
||||
'sphinx_autodoc_typehints',
|
||||
'sphinx.ext.autosectionlabel',
|
||||
'sphinx.ext.intersphinx',
|
||||
'sphinx.ext.mathjax',
|
||||
'sphinx.ext.viewcode',
|
||||
@@ -46,6 +46,10 @@ autodoc_default_options = {
|
||||
'show-inheritance': True,
|
||||
'special-members': '__init__',
|
||||
}
|
||||
autosectionlabel_prefix_document = True
|
||||
intersphinx_mapping = {
|
||||
'python': ('https://docs.python.org/3', None),
|
||||
}
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
templates_path = ['_templates']
|
||||
|
Reference in New Issue
Block a user