diff --git a/.github/workflows/autoformat.yml b/.github/workflows/autoformat.yml index a0d17ed..c5efb6d 100644 --- a/.github/workflows/autoformat.yml +++ b/.github/workflows/autoformat.yml @@ -6,3 +6,4 @@ on: jobs: brainles_autoformat: uses: BrainLesion/BrainLes/.github/workflows/autoformat.yml@main + secrets: inherit diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index 1620b2b..fd0774d 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -7,3 +7,4 @@ on: jobs: black_linter: uses: BrainLesion/BrainLes/.github/workflows/pr_lint.yml@main + secrets: inherit diff --git a/docs/source/conf.py b/docs/source/conf.py index 3494401..be6c5a0 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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 @@ -26,7 +26,7 @@ "myst_parser", ] -templates_path = ['_templates'] +templates_path = ["_templates"] exclude_patterns = [] @@ -34,7 +34,7 @@ # 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,