From 10b835c68a88c9125b3c492ce3ffd5cc227823d9 Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Mon, 11 Oct 2021 22:40:28 +0200 Subject: [PATCH 1/2] DOC: remove unnecessary (and wrong) source_suffix setting --- docs/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index f52289963..1aa7613b4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -85,7 +85,6 @@ templates_path = ['_templates'] # The suffix(es) of source filenames. # You can specify multiple suffix as a list of string: # source_suffix = ['.rst', '.md'] -source_suffix = ['.rst', '.ipynb'] # The encoding of source files. #source_encoding = 'utf-8-sig' From 9d70c45f56ec8144dbdeb365160c18ccb7a04fed Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Mon, 11 Oct 2021 22:41:15 +0200 Subject: [PATCH 2/2] DOC: unpin nbsphinx version --- docs/doc-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/doc-requirements.txt b/docs/doc-requirements.txt index 8a5a7a27f..bb439ddcf 100644 --- a/docs/doc-requirements.txt +++ b/docs/doc-requirements.txt @@ -1,5 +1,5 @@ sphinx>=1.3.6 sphinx-rtd-theme -nbsphinx==0.8.6 +nbsphinx sphinxcontrib_github_alt myst_parser