Fix docs conf.py

This commit is contained in:
Jeremy Tuloup 2022-03-02 14:46:38 +01:00
parent 85ddb6f5f9
commit cde6ad68b2

View File

@ -14,7 +14,6 @@
import sys
import os
import shlex
import shutil
# If extensions (or modules to document with autodoc) are in another directory,
@ -347,4 +346,4 @@ spelling_lang='en_US'
spelling_word_list_filename='spelling_wordlist.txt'
# import before any doc is built, so _ is guaranteed to be injected
import notebook.transutils
import jupyter_server.transutils # noqa: F401