Skip to content

Commit

Permalink
fixes to logo and automatic documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
djbajic committed Aug 14, 2024
1 parent 17aadc1 commit 2f3dcef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# So that you can import cometspy from the docs/source directory
import os
import sys
sys.path.insert(0, os.path.abspath('../../cometspy'))
sys.path.insert(0, os.path.abspath('../..'))

# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
Expand Down Expand Up @@ -53,7 +53,7 @@

html_theme = 'sphinx_rtd_theme'
html_static_path = ['_static']
html_logo = 'cometspy_logo_white_bkgd.png'
html_logo = 'img/cometspy_logo_white_bkgd.png'
html_theme_options = {
'logo_only': True,
'display_version': True,
Expand Down
Binary file modified docs/source/img/cometspy_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
:maxdepth: 2
:hidden:

cometspy
modules



Expand Down

0 comments on commit 2f3dcef

Please sign in to comment.