See if switching the 'gitlab host' to our Forgejo will work
This commit is contained in:
parent
dbaafcd5d8
commit
267ae67dbd
1 changed files with 1 additions and 0 deletions
1
conf.py
1
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue