Skip to content

Commit

Permalink
Merge pull request #17 from YisusChrist/deepsource-transform-17c79b32
Browse files Browse the repository at this point in the history
style: format code with Black
  • Loading branch information
YisusChrist authored Aug 3, 2024
2 parents 94a8f8a + a3a9946 commit 647537c
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,34 +9,34 @@
github_project_url = "https://github.com/yisuschrist/iltransfer"

# The master toctree document.
master_doc = 'index'
master_doc = "index"

project = 'iltransfer'
copyright = '2023, Alejandro González Momblán'
author = 'Alejandro González Momblán'
project = "iltransfer"
copyright = "2023, Alejandro González Momblán"
author = "Alejandro González Momblán"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.viewcode',
'sphinx.ext.todo',
"sphinx.ext.autodoc",
"sphinx.ext.viewcode",
"sphinx.ext.todo",
]

templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
templates_path = ["_templates"]
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]

language = 'en'
language = "en"

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
pygments_style = "sphinx"

# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = 'sphinx_rtd_theme'
html_static_path = ['_static']
html_theme = "sphinx_rtd_theme"
html_static_path = ["_static"]

# -- Options for todo extension ----------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/extensions/todo.html#configuration
Expand Down

0 comments on commit 647537c

Please sign in to comment.