Skip to content

Commit

Permalink
style: black
Browse files Browse the repository at this point in the history
  • Loading branch information
trigaten committed Nov 2, 2023
1 parent 42fdd14 commit 0db8fdd
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,26 @@

import renku_sphinx_theme

project = 'Prompt Systematic Review'
copyright = '2023, Schulhoff et al.'
author = 'Schulhoff et al.'
release = '0.0.1'
project = "Prompt Systematic Review"
copyright = "2023, Schulhoff et al."
author = "Schulhoff et al."
release = "0.0.1"

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

extensions = ["sphinx.ext.autodoc", 'renku_sphinx_theme',]

templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
extensions = [
"sphinx.ext.autodoc",
"renku_sphinx_theme",
]

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


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


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

0 comments on commit 0db8fdd

Please sign in to comment.