Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -22,12 +21,19 @@ repository:
html:
use_issues_button: true
use_repository_button: true
extra_footer: |
<p>
Documentation available under the terms of the
<a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 1.0</a>
license.
</p>

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
Expand Down