Skip to content

Commit

Permalink
Add a draft logo to replace placeholder (#185)
Browse files Browse the repository at this point in the history
* add a draft logo to replace placeholder

* add svg
  • Loading branch information
eb8680 authored Jul 7, 2023
1 parent 6bf6352 commit 6150274
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 2 deletions.
Binary file added docs/source/_static/img/chirho_logo_wide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
100 changes: 100 additions & 0 deletions docs/source/_static/img/chirho_logo_wide.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/source/_static/img/pyro_logo_wide.png
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@
html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
# logo
html_logo = "_static/img/pyro_logo_wide.png"
html_logo = "_static/img/chirho_logo_wide.png"


# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_style = "css/pyro.css"
html_style = "css/pyro.css"

0 comments on commit 6150274

Please sign in to comment.