From 31a1014fe1b154a6701572be12a323fd18e2e77d Mon Sep 17 00:00:00 2001 From: martin-springer Date: Mon, 6 May 2024 17:17:25 -0400 Subject: [PATCH] update notebook paths --- docs/source/conf.py | 2 +- tutorials_and_tools/_config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 910a1848..680216c2 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -147,7 +147,7 @@ # The name of an image file (relative to this directory) to place at the top # of the sidebar. -html_logo = "../../pvdeg_tutorials/pvdeg_logo.png" # logo should work at this path +html_logo = "../../tutorials_and_tools/pvdeg_logo.png" # logo should work at this path # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 diff --git a/tutorials_and_tools/_config.yml b/tutorials_and_tools/_config.yml index 48e74d10..23f7957d 100644 --- a/tutorials_and_tools/_config.yml +++ b/tutorials_and_tools/_config.yml @@ -25,7 +25,7 @@ bibtex_bibfiles: # Information about where the book exists on the web repository: url: https://github.com/NREL/PVDegradationTools - path_to_book: pvdeg_tutorials # Optional path to your book, relative to the repository root + path_to_book: tutorials_and_tools # Optional path to your book, relative to the repository root branch: main # Add GitHub buttons to your book