Skip to content
Snippets Groups Projects
Commit 7b19eae0 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Disable sphinx gallery for now

parent 5a5eef4b
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,8 @@ author = 'Zineb Aly, Tamas Gal, Johannes Schumann'
# ones.
extensions = [
'sphinx.ext.autodoc', 'sphinx.ext.autosummary', 'sphinx.ext.viewcode',
'autoapi.extension', 'numpydoc', 'sphinx_gallery.gen_gallery'
'autoapi.extension', 'numpydoc',
#'sphinx_gallery.gen_gallery'
]
autosummary_generate = True
......@@ -53,13 +54,13 @@ autoapi_options = ['members', 'undoc-members']
autoapi_include_summaries = True
# Gallery
sphinx_gallery_conf = {
'backreferences_dir': 'modules/generated',
'examples_dirs': '../examples', # path to your example scripts
'gallery_dirs':
'auto_examples', # path to where to save gallery generated output
'show_memory': True,
}
# sphinx_gallery_conf = {
# 'backreferences_dir': 'modules/generated',
# 'examples_dirs': '../examples', # path to your example scripts
# 'gallery_dirs':
# 'auto_examples', # path to where to save gallery generated output
# 'show_memory': True,
# }
# -- Options for HTML output -------------------------------------------------
......
matplotlib
memory_profiler
numpydoc
pytest
......@@ -8,7 +7,5 @@ pytest-pylint
pytest-watch
sphinx
sphinx-autoapi
sphinx-gallery
sphinx-rtd-theme
sphinxcontrib-versioning
yapf>=0.29.0
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