Remove jupyter_server import in conf.py

This commit is contained in:
Jeremy Tuloup 2022-03-02 18:01:54 +01:00
parent 29048b328e
commit a5f712d9b1

View File

@ -344,6 +344,3 @@ intersphinx_mapping = {
spelling_lang='en_US'
spelling_word_list_filename='spelling_wordlist.txt'
# import before any doc is built, so _ is guaranteed to be injected
import jupyter_server.transutils # noqa: F401