Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrating tutorial.ipynb into readthedocs #1163

Closed
wants to merge 16 commits into from
Closed
7 changes: 7 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'nbsphinx',
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx.ext.viewcode',
Expand All @@ -51,6 +52,12 @@
numpydoc_class_members_toctree = False
issues_github_path = 'zarr-developers/zarr-python'

nbsphinx_execute = 'auto'
nbsphinx_allow_errors = True

#Handling errors with rendering notebook
#nbsphinx_allow_errors = True

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Contents
:maxdepth: 2

installation
tutorial
tutorial_nb.ipynb
api
spec
contributing
Expand Down
Loading