From ed2f2ec24b95fa39ae7f7733add3396ea0d819a8 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Sat, 9 Dec 2023 01:20:04 +0100 Subject: [PATCH] MAINT: synchronize `conf.py` style with AmpForm --- docs/conf.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 924d1ac4..65ce4884 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,8 +1,7 @@ """Configuration file for the Sphinx documentation builder. -This file only contains a selection of the most common options. For a full -list see the documentation: -https://www.sphinx-doc.org/en/master/usage/configuration.html +This file only contains a selection of the most common options. For a full list see the +documentation: https://www.sphinx-doc.org/en/master/usage/configuration.html """ from __future__ import annotations @@ -95,7 +94,7 @@ def get_nb_exclusion_patterns() -> list[str]: comments_config = { "hypothesis": True, "utterances": { - "repo": f"ComPWA/{REPO_NAME}", + "repo": f"{ORGANIZATION}/{REPO_NAME}", "issue-term": "pathname", "label": "📝 Docs", }, @@ -151,7 +150,7 @@ def get_nb_exclusion_patterns() -> list[str]: "icon_links": [ { "name": "GitHub", - "url": "https://github.com/ComPWA", + "url": f"https://github.com/{ORGANIZATION}", "icon": "fa-brands fa-github", }, {