We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d7759 commit bd1cb87Copy full SHA for bd1cb87
conf.py
@@ -40,21 +40,17 @@
40
import re
41
import shutil
42
from pathlib import Path
43
+import plotly.io as pio
44
pio.renderers.default = 'sphinx_gallery'
45
from redirects import redirects
46
47
import pandocfilters
-import plotly.io as pio
48
import pypandoc
49
import torch
50
from get_sphinx_filenames import SPHINX_SHOULD_RUN
51
52
-pio.renderers.default = "sphinx_gallery"
53
-
54
-import multiprocessing
55
56
import sphinx_gallery.gen_rst
57
+import multiprocessing
58
59
# Monkey patch sphinx gallery to run each example in an isolated process so that
60
# we don't need to worry about examples changing global state.
0 commit comments