From 211914ab066ca496148b480db15afcf3edc31dc4 Mon Sep 17 00:00:00 2001 From: dwest77 Date: Wed, 24 Jul 2024 10:51:42 +0100 Subject: [PATCH] Attempt to load images --- docs/source/conf.py | 2 ++ docs/source/index.rst | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 69973f0..d4e7c0f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -39,3 +39,5 @@ #html_logo = '_images/ceda.png' html_favicon = '_images/favicon.ico' +html_a1 = '_images/ceda.png' +html_a2 = '_images/ncas.png' diff --git a/docs/source/index.rst b/docs/source/index.rst index 3d2f1a6..e068213 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -19,5 +19,5 @@ CFAPyX is being developed as part of a joint project between the Centre for Envi .. image:: _images/ncas.png :width: 300 - :alt: ESA Logo + :alt: NCAS Logo :width: 300 \ No newline at end of file