Skip to content

Commit

Permalink
Adds logo to the project
Browse files Browse the repository at this point in the history
  • Loading branch information
dimtsap committed Nov 6, 2023
1 parent de86cae commit 7fb3bf9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/code/README.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ImpedancePy Examples
ShockPy Examples
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Binary file added docs/source/_static/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@
html_theme = 'sphinx_rtd_theme'
html_static_path = ['_static']

html_theme_options = {
"logo_only": True,
"style_nav_header_background": "#FFFFFF",
}

html_logo = "_static/logo.png"

intersphinx_mapping = {
"python": ("https://docs.python.org/3", None),
"numpy": ("https://docs.scipy.org/doc/numpy/", None),
Expand Down

0 comments on commit 7fb3bf9

Please sign in to comment.