From e184769ca7ff4d255779001f4cbc6d4b9ad9bd45 Mon Sep 17 00:00:00 2001 From: Mykyta Petrenko Date: Fri, 15 Mar 2024 00:49:14 +0200 Subject: [PATCH] theme options --- docs/conf.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 503c791..499c61c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -49,11 +49,12 @@ def setup(app): logo_height = 75, logo_url = "https://mykytapetrenko.github.io/MetaReForge-Docs/", logo_width = 71, - github_url = "https://github.com/MykytaPetrenko/MetaReForge-Docs/tree/main/docs/" + github_url = "https://github.com/MykytaPetrenko/MetaReForge-Docs/tree/main/docs/", + header_links = "Purchase|https://www.artstation.com/a/32654843" ) -html_theme_options = dict(header_links = "Purchase|https://www.artstation.com/a/32654843") +html_theme_options = dict() # extensions.append("sphinx_rtd_theme") # html_theme = 'sphinx_rtd_theme'