Skip to content

Commit dc43d96

Browse files
Update ReadTheDocs branch used (#524)
* Update ReadTheDocs branch used * add logo pydata/pydata-sphinx-theme#1094
1 parent 4f73a8a commit dc43d96

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/conf.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,15 @@
8888
html_theme_options = {
8989
"github_url": "https://github.com/xnd-project/rbc",
9090
"use_edit_page_button": True,
91+
"logo": {
92+
"image_light": html_logo,
93+
"image_dark": html_logo,
94+
}
9195
}
9296

9397
html_context = {
9498
"github_user": "xnd-project",
9599
"github_repo": "rbc",
96-
"github_version": "master",
100+
"github_version": "main",
97101
"doc_path": "doc",
98102
}

0 commit comments

Comments
 (0)