pre-commit: manual adjustments following black

This commit is contained in:
Erik Sundell
2021-11-01 09:57:16 +01:00
parent 771ae59636
commit 2ba942ba76
3 changed files with 18 additions and 12 deletions

View File

@@ -12,7 +12,11 @@ version = ''
release = 'v0.1'
# Enable MathJax for Math
extensions = ['sphinx.ext.mathjax', 'sphinx.ext.intersphinx', 'sphinx_copybutton']
extensions = [
'sphinx.ext.mathjax',
'sphinx.ext.intersphinx',
'sphinx_copybutton',
]
# The root toctree document.
root_doc = master_doc = "index"
@@ -20,7 +24,12 @@ root_doc = master_doc = "index"
# 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', 'Thumbs.db', '.DS_Store', 'install/custom.rst']
exclude_patterns = [
'_build',
'Thumbs.db',
'.DS_Store',
'install/custom.rst',
]
intersphinx_mapping = {
'sphinx': ('http://www.sphinx-doc.org/en/master/', None),