diff --git a/docs/source/conf.py b/docs/source/conf.py index 9f8261a..54e38e5 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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 @@ -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, diff --git a/docs/source/img/cometspy_logo.png b/docs/source/img/cometspy_logo.png index b4d91f1..a66ebb8 100644 Binary files a/docs/source/img/cometspy_logo.png and b/docs/source/img/cometspy_logo.png differ diff --git a/docs/source/index.rst b/docs/source/index.rst index 311204a..fbe25fc 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -39,7 +39,7 @@ :maxdepth: 2 :hidden: - cometspy + modules