Skip to content

Commit

Permalink
Add favicon and logo without background
Browse files Browse the repository at this point in the history
  • Loading branch information
g4brielvs committed Dec 7, 2023
1 parent 1b80afc commit d5b867a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Book settings
title:
author: Development Data Group
author: World Bank Development Data Group
logo: images/logo.png
only_build_toc_files: true

Expand All @@ -17,6 +17,7 @@ html:
use_repository_button: true
use_issues_button: true
baseurl: https://worldbank.github.io/blackmarblepy
html_favicon: "images/favicon.ico"

#######################################################################################
# Execution settings
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
# re-generate this one.
###############################################################################
apidoc_module_dir = "../src"
author = "Development Data Group"
author = "World Bank Development Data Group"
bibtex_bibfiles = ["bibliography.bib"]
comments_config = {"hypothesis": False, "utterances": False}
copyright = "2022"
copyright = "2023"
exclude_patterns = ["**.ipynb_checkpoints", ".DS_Store", "Thumbs.db", "_build"]
extensions = [
"sphinx_togglebutton",
Expand All @@ -29,7 +29,7 @@
external_toc_path = "_toc.yml"
extra_extensions = ["sphinxcontrib.apidoc"]
html_baseurl = "https://worldbank.github.io/blackmarblepy"
html_favicon = ""
html_favicon = "images/favicon.ico"
html_last_updated_fmt = "%b %d, %Y"
html_logo = "images/logo.png"
html_show_copyright = False
Expand Down
Binary file added docs/images/favicon.ico
Binary file not shown.
Binary file modified docs/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d5b867a

Please sign in to comment.