File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 22# Learn more at https://jupyterbook.org/customize/config.html
33
44title : bio2zarr Documentation
5- author : sgkit developers
5+ author : the sgkit developers
66logo : logo.png
7- copyright : " 2024"
87
98# Force re-execution of notebooks on each build.
109# See https://jupyterbook.org/content/execute.html
@@ -22,12 +21,19 @@ repository:
2221html :
2322 use_issues_button : true
2423 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>
2530
2631sphinx :
2732 extra_extensions :
2833 - sphinx_click.ext
2934 - sphinx.ext.todo
3035 config :
36+ html_show_copyright : false
3137 # This is needed to make sure that text is output in single block from
3238 # bash cells.
3339 nb_merge_streams : true
You can’t perform that action at this time.
0 commit comments