Skip to content

Commit

Permalink
docs/source/conf.py: Use double quotes for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoelndorfer committed Jan 7, 2024
1 parent 4926528 commit d2263d7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = 'd2lfg'
copyright = '2024, John Koelndorfer'
author = 'John Koelndorfer'
project = "d2lfg"
copyright = "2024, John Koelndorfer"
author = "John Koelndorfer"
release = __version__

# -- General configuration ---------------------------------------------------
Expand All @@ -35,7 +35,7 @@
"sphinx.ext.intersphinx",
]

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

intersphinx_mapping = {
Expand All @@ -47,5 +47,5 @@
# -- 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"]

0 comments on commit d2263d7

Please sign in to comment.