From dbaafcd5d88de924236cbb3de8a47e0b7620b6cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 16 Apr 2025 12:18:13 -0400 Subject: [PATCH 1/2] Update us slightly --- conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf.py b/conf.py index 0a47145..3f0887e 100644 --- a/conf.py +++ b/conf.py @@ -20,8 +20,8 @@ # -- Project information ----------------------------------------------------- project = u'Agaric Technology Collective' -copyright = u'2006—2024, Agaric, LLC' -author = u'Benjamin Melançon, Michele Metts, Christopher Thompson, Mauricio Dinarte, David Valdez, Clayton Dewey' +copyright = u'2006—2025, Agaric, LLC' +author = u'Benjamin Melançon, Michele Metts, Christopher Thompson, Mauricio Dinarte, Keegan Rankin' html_baseurl = 'https://docs.agaric.coop/' # The short X.Y version @@ -163,7 +163,7 @@ latex_elements = { # author, documentclass [howto, manual, or own class]). latex_documents = [ (master_doc, 'AgaricCollective.tex', u'Agaric Collective Documentation', - u'Benjamin Melançon, Michele Metts, Mauricio Dinarte, David Valdez, Clayton Dewey', 'manual'), + u'Benjamin Melançon, Michele Metts, Christopher Thompson, Mauricio Dinarte, Keegan Rankin', 'manual'), ] From 267ae67dbd5885d5d4c4431a5d87e977027e980a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 16 Apr 2025 12:19:33 -0400 Subject: [PATCH 2/2] See if switching the 'gitlab host' to our Forgejo will work --- conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.py b/conf.py index 3f0887e..40c7b88 100644 --- a/conf.py +++ b/conf.py @@ -126,6 +126,7 @@ html_static_path = ['_static'] # Add context to make Edit on GitLab links. Borrowed from Drutopia docs config. html_context = { "display_gitlab": True, # Integrate Gitlab + "gitlab_host": "https://git.agaric.com", "gitlab_user": "agaric", # Organization "gitlab_repo": "documentation", # Repo name "gitlab_version": "main", # Version