From f38c2dd8fe8b426f3d0d9a05977ab58b058400ad Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Thu, 25 Jul 2024 20:55:46 +0200 Subject: Prettify sidebar --- docs/conf.py | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index ff45466..dcbdd62 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -6,7 +6,7 @@ # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information -project = "Python Discord DevOps" +project = "DevOps" copyright = "2024, Python Discord" author = "Joe Banks , King Arthur " @@ -24,3 +24,17 @@ exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] html_theme = "alabaster" html_static_path = ["_static"] +html_theme_options = { + "logo": "logo.png", + "logo_name": True, + "logo_text_align": "center", + "github_user": "python-discord", + "github_repo": "infra", + "github_button": True, + "extra_nav_links": { + "DevOps on YouTube": "https://www.youtube.com/watch?v=b2F-DItXtZs", + "git: Infra": "https://github.com/python-discord/infra/", + "git: King Arthur": "https://github.com/python-discord/king-arthur/", + "Kanban Board": "https://github.com/orgs/python-discord/projects/17/views/4", + } +} -- cgit v1.2.3