1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-10 10:49:39 +02:00

Extend sphinx documentation

This commit is contained in:
Paul Schaub 2022-07-08 15:57:43 +02:00
parent 3842aa9ced
commit a131fe32aa
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
3 changed files with 108 additions and 11 deletions

View file

@ -15,7 +15,10 @@ release = latest_tag
version = release
myst_substitutions = {
"repo_host" : "codeberg.org" # or 'github.com'
"repo_host" : "codeberg.org", # or 'github.com'
# "repo_host" : "github.com",
"repo_pgpainless_src" : "codeberg.org/pgpainless/pgpainless/src/branch",
# "repo_pgpainless_src" : "github.com/pgpainless/pgpainless/tree",
}
# -- General configuration