File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
# Learn more at https://jupyterbook.org/customize/config.html
3
3
4
4
title : bio2zarr Documentation
5
- author : sgkit developers
5
+ author : the sgkit developers
6
6
logo : logo.png
7
- copyright : " 2024"
8
7
9
8
# Force re-execution of notebooks on each build.
10
9
# See https://jupyterbook.org/content/execute.html
@@ -22,12 +21,19 @@ repository:
22
21
html :
23
22
use_issues_button : true
24
23
use_repository_button : true
24
+ extra_footer : |
25
+ <p>
26
+ Documentation available under the terms of the
27
+ <a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 1.0</a>
28
+ license.
29
+ </p>
25
30
26
31
sphinx :
27
32
extra_extensions :
28
33
- sphinx_click.ext
29
34
- sphinx.ext.todo
30
35
config :
36
+ html_show_copyright : false
31
37
# This is needed to make sure that text is output in single block from
32
38
# bash cells.
33
39
nb_merge_streams : true
You can’t perform that action at this time.
0 commit comments