From b9b5a93f0f3e5a87f967c81b3a1d20334560cbe1 Mon Sep 17 00:00:00 2001 From: Luis Capelo Date: Wed, 19 Feb 2020 04:48:34 -0500 Subject: [PATCH] Updates theme Sphinx configuration (#893) I am updating the project's Sphinx documentation to fix (#819). The issue is related to a library the Sphinx extension `nbsphinx` (to load Jupyter Notebooks) loads into the docs context (RequireJS). That library conflicts with other theme libraries, causing the latter to be not loaded. This would result in several crashes, the most obvious of them the lack of anchors. The fix above solves all errors -- and now anchors work. --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 9f4f79a7..b3fbff41 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -97,6 +97,7 @@ templates_path = ['_templates'] # they should be run at build time. nbsphinx_execute = 'never' nbsphinx_allow_errors = True +nbsphinx_requirejs_path = '' # The suffix(es) of source filenames. # You can specify multiple suffix as a list of string: