Jaypore CI

> Jaypore CI: Minimal, Offline, Local CI system.
Log | Files | Refs | README

commit f0a0c3efb44ef5d672c0d2a53f57fcf415bf332d
parent 4e84c70a7cbc1f2267f4c0a83565450ef4ba597a
Author: arjoonn sharma <arjoonn@midpathsoftware.com>
Date:   Wed, 18 Jan 2023 23:01:26 +0530

show banner in docs

Diffstat:
Mdocs/source/conf.py | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/docs/source/conf.py b/docs/source/conf.py @@ -35,4 +35,7 @@ html_theme = "alabaster" html_static_path = ["_static"] html_theme_options = { "logo": "logo.png", + "github_user": "theSage21", + "github_repo": "jaypore_ci", + "github_banner": True, }