Skip to content

Commit

Permalink
MAINT: synchronize conf.py style with AmpForm
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Dec 9, 2023
1 parent 82b8fa2 commit ed2f2ec
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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",
},
Expand Down Expand Up @@ -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",
},
{
Expand Down

0 comments on commit ed2f2ec

Please sign in to comment.