Skip to content

Commit 2e86bee

Browse files
committed
Fix RTD documentation
Notebooks are failing because kernel is not present
1 parent 97543d7 commit 2e86bee

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@
6161
# BibTeX files
6262
bibtex_bibfiles = ['RVT.bib']
6363

64+
# Do not execute notebooks
65+
nbsphinx_execute = "never"
66+
# optional: keep the build green even if a notebook would fail
67+
# nbsphinx_allow_errors = True
68+
6469
# -- Options for HTML output -------------------------------------------------
6570

6671
# The theme to use for HTML and HTML Help pages. See the documentation for

docs/examples.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Both notebooks are available in the `examples folder in the repository <https://
99

1010

1111
Tiled processing
12-
++++
12+
++++++++++++++++
1313
We have prepared two Jupyter Notebooks for processing of large datasets (to large to fit in RAM).
1414
The notebooks can also be used for processing large number of GeoTIFF files with one click.
1515

0 commit comments

Comments
 (0)