Skip to content
Snippets Groups Projects
Commit 82037f97 authored by Oscar Gustafsson's avatar Oscar Gustafsson :bicyclist:
Browse files

Drop qtgallery and jupyter-sphinx doc dependencies

parent b043d5c8
No related branches found
No related tags found
1 merge request!384Drop qtgallery and jupyter-sphinx doc dependencies
Pipeline #97368 passed
...@@ -53,8 +53,6 @@ To generate the documentation, the following additional packages are required: ...@@ -53,8 +53,6 @@ To generate the documentation, the following additional packages are required:
- [numpydoc](https://numpydoc.readthedocs.io/) - [numpydoc](https://numpydoc.readthedocs.io/)
- [Sphinx-Gallery](https://sphinx-gallery.github.io/) - [Sphinx-Gallery](https://sphinx-gallery.github.io/)
- [mplsignal](https://mplsignal.readthedocs.io/) - [mplsignal](https://mplsignal.readthedocs.io/)
- [jupyters-sphinx](https://jupyter-sphinx.readthedocs.io/)
- [qtgallery](https://github.com/ixjlyons/qtgallery)
- [sphinx-copybutton](https://sphinx-copybutton.readthedocs.io/) - [sphinx-copybutton](https://sphinx-copybutton.readthedocs.io/)
### Using setuptools to create a package ### Using setuptools to create a package
......
...@@ -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": [],
}
""" """
=============================== ==========================================
Introduction example for course Introduction example for the TSTE87 course
=============================== ==========================================
""" """
from b_asic.core_operations import Addition, ConstantMultiplication from b_asic.core_operations import Addition, ConstantMultiplication
from b_asic.signal_flow_graph import SFG from b_asic.signal_flow_graph import SFG
......
...@@ -3,6 +3,4 @@ furo ...@@ -3,6 +3,4 @@ furo
numpydoc numpydoc
sphinx-gallery sphinx-gallery
mplsignal mplsignal
jupyter-sphinx
qtgallery
sphinx-copybutton sphinx-copybutton
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment