Skip to content

Commit 94d93e7

Browse files
committed
docs: logo
1 parent 9edd26f commit 94d93e7

2 files changed

Lines changed: 125 additions & 6 deletions

File tree

docs/_static/bbblb_logo.svg

Lines changed: 117 additions & 0 deletions
Loading

docs/conf.py

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,23 @@
2222

2323
templates_path = ["_templates"]
2424
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
25-
source_suffix = ['.rst', '.md']
25+
source_suffix = [".rst", ".md"]
2626

2727
# -- Options for HTML output -------------------------------------------------
2828
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
2929

3030
html_theme = "alabaster"
3131
html_static_path = ["_static"]
3232
html_theme_options = {
33-
'github_user': 'defnull',
34-
'github_repo': 'bbblb',
35-
'fixed_sidebar': True,
36-
'github_banner': True,
37-
'github_button': False,
33+
"logo": "bbblb_logo.svg",
34+
"github_user": "defnull",
35+
"github_repo": "bbblb",
36+
"fixed_sidebar": True,
37+
"github_banner": True,
38+
"github_button": False,
3839
}
3940

41+
4042
smartquotes = False
4143

4244
default_role = "code"

0 commit comments

Comments
 (0)