Skip to content

Commit

Permalink
Merge pull request #13 from BrainLesion/feature/lint-autoformat-actions
Browse files Browse the repository at this point in the history
- format
  • Loading branch information
MarcelRosier authored Jan 9, 2024
2 parents 592795d + 559cde2 commit d2632b3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/autoformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ on:
jobs:
brainles_autoformat:
uses: BrainLesion/BrainLes/.github/workflows/autoformat.yml@main
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ on:
jobs:
black_linter:
uses: BrainLesion/BrainLes/.github/workflows/pr_lint.yml@main
secrets: inherit
10 changes: 5 additions & 5 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = 'brainles-aurora'
copyright = '2023, Florian Kofler et al.'
author = 'Florian Kofler et al.'
project = "brainles-aurora"
copyright = "2023, Florian Kofler et al."
author = "Florian Kofler et al."

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand All @@ -26,15 +26,15 @@
"myst_parser",
]

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


# -- 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_static_path = ["_static"]

autodoc_default_options = {
"members": True,
Expand Down

0 comments on commit d2632b3

Please sign in to comment.