Compare commits

..

2 commits

View file

@ -20,8 +20,8 @@
# -- Project information ----------------------------------------------------- # -- Project information -----------------------------------------------------
project = u'Agaric Technology Collective' project = u'Agaric Technology Collective'
copyright = u'2006—2024, Agaric, LLC' copyright = u'2006—2025, Agaric, LLC'
author = u'Benjamin Melançon, Michele Metts, Christopher Thompson, Mauricio Dinarte, David Valdez, Clayton Dewey' author = u'Benjamin Melançon, Michele Metts, Christopher Thompson, Mauricio Dinarte, Keegan Rankin'
html_baseurl = 'https://docs.agaric.coop/' html_baseurl = 'https://docs.agaric.coop/'
# The short X.Y version # The short X.Y version
@ -126,6 +126,7 @@ html_static_path = ['_static']
# Add context to make Edit on GitLab links. Borrowed from Drutopia docs config. # Add context to make Edit on GitLab links. Borrowed from Drutopia docs config.
html_context = { html_context = {
"display_gitlab": True, # Integrate Gitlab "display_gitlab": True, # Integrate Gitlab
"gitlab_host": "https://git.agaric.com",
"gitlab_user": "agaric", # Organization "gitlab_user": "agaric", # Organization
"gitlab_repo": "documentation", # Repo name "gitlab_repo": "documentation", # Repo name
"gitlab_version": "main", # Version "gitlab_version": "main", # Version
@ -163,7 +164,7 @@ latex_elements = {
# author, documentclass [howto, manual, or own class]). # author, documentclass [howto, manual, or own class]).
latex_documents = [ latex_documents = [
(master_doc, 'AgaricCollective.tex', u'Agaric Collective Documentation', (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'),
] ]