From 469893d7f62cfe82089646eaf477acc1940bfc96 Mon Sep 17 00:00:00 2001 From: Jerome Kelleher Date: Wed, 5 Mar 2025 11:07:48 +0000 Subject: [PATCH] Add explicit documentation license statement --- docs/_config.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index d9de2e68..053ce11d 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -2,9 +2,8 @@ # Learn more at https://jupyterbook.org/customize/config.html title: bio2zarr Documentation -author: sgkit developers +author: the sgkit developers logo: logo.png -copyright: "2024" # Force re-execution of notebooks on each build. # See https://jupyterbook.org/content/execute.html @@ -22,12 +21,19 @@ repository: html: use_issues_button: true use_repository_button: true + extra_footer: | +

+ Documentation available under the terms of the + CC0 1.0 + license. +

sphinx: extra_extensions: - sphinx_click.ext - sphinx.ext.todo config: + html_show_copyright: false # This is needed to make sure that text is output in single block from # bash cells. nb_merge_streams: true