From dc43d96aab8e0efe426b715720ffb6ae8dd4aaa2 Mon Sep 17 00:00:00 2001 From: Guilherme Leobas Date: Tue, 24 Jan 2023 16:11:16 -0300 Subject: [PATCH] Update ReadTheDocs branch used (#524) * Update ReadTheDocs branch used * add logo https://github.com/pydata/pydata-sphinx-theme/issues/1094 --- doc/conf.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index b1df8784..f7b34c06 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -88,11 +88,15 @@ html_theme_options = { "github_url": "https://github.com/xnd-project/rbc", "use_edit_page_button": True, + "logo": { + "image_light": html_logo, + "image_dark": html_logo, + } } html_context = { "github_user": "xnd-project", "github_repo": "rbc", - "github_version": "master", + "github_version": "main", "doc_path": "doc", }