Skip to content

Commit

Permalink
Run Black over source/
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed Aug 15, 2024
1 parent b67c1d7 commit a90823e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@
# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = 'py_webauthn'
copyright = '2020, Duo Labs'
author = 'Duo Labs'
release = '2020'
project = "py_webauthn"
copyright = "2020, Duo Labs"
author = "Duo Labs"
release = "2020"

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

extensions = ['myst_parser']
extensions = ["myst_parser"]

templates_path = ['_templates']
templates_path = ["_templates"]
exclude_patterns = []

html_copy_source = False


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

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

# -- Extension Configuration - MyST Parser

Expand Down

0 comments on commit a90823e

Please sign in to comment.