From 35a5bf2d1fc500520d9e4a6860cda05f6cec4db3 Mon Sep 17 00:00:00 2001 From: Corentin Mercier Date: Fri, 12 Apr 2024 11:03:42 +0700 Subject: [PATCH] Add Twitter link --- docs/source/conf.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index f5fd6bd..d4d6de8 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -120,12 +120,16 @@ # Logo # html_logo = "_static/bitcash.png" -# Source code statistics. +# Community links. html_context = { "source_type": "github", "source_user": "pybitcash", "source_repo": "bitcash", } +html_theme_options = { + "twitter_url": "https://twitter.com/merc1er", + "github_url": "https://github.com/pybitcash/bitcash", +} # -- Options for HTMLHelp output ------------------------------------------