Skip to content
Snippets Groups Projects

Drop qtgallery and jupyter-sphinx doc dependencies

Merged Oscar Gustafsson requested to merge dependencies into master
4 files
+ 3
18
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 0
11
@@ -8,8 +8,6 @@
@@ -8,8 +8,6 @@
import shutil
import shutil
# import qtgallery
project = 'B-ASIC'
project = 'B-ASIC'
copyright = '2020-2023, Oscar Gustafsson et al'
copyright = '2020-2023, Oscar Gustafsson et al'
author = 'Oscar Gustafsson et al'
author = 'Oscar Gustafsson et al'
@@ -27,9 +25,7 @@ extensions = [
@@ -27,9 +25,7 @@ extensions = [
'sphinx.ext.intersphinx',
'sphinx.ext.intersphinx',
'sphinx_gallery.gen_gallery',
'sphinx_gallery.gen_gallery',
'numpydoc', # Needs to be loaded *after* autodoc.
'numpydoc', # Needs to be loaded *after* autodoc.
'jupyter_sphinx',
'sphinx_copybutton',
'sphinx_copybutton',
# 'qtgallery',
]
]
templates_path = ['_templates']
templates_path = ['_templates']
@@ -80,10 +76,3 @@ sphinx_gallery_conf = {
@@ -80,10 +76,3 @@ sphinx_gallery_conf = {
'matplotlib',
'matplotlib',
),
),
}
}
qtgallery_conf = {
"xvfb_size": (800, 600),
"xvfb_color_depth": 24,
"xfvb_use_xauth": False,
"xfvb_extra_args": [],
}
Loading