[DOCS] re-activated tutorials
This commit is contained in:
24
docs/conf.py
24
docs/conf.py
@@ -78,18 +78,18 @@ smv_outputdir_format = '{ref.name}'
|
|||||||
smv_prefer_remote_refs = False
|
smv_prefer_remote_refs = False
|
||||||
|
|
||||||
# Sphinx gallery
|
# Sphinx gallery
|
||||||
# extensions += ['sphinx_gallery.gen_gallery']
|
extensions += ['sphinx_gallery.gen_gallery']
|
||||||
# from sphinx_gallery.sorting import FileNameSortKey
|
from sphinx_gallery.sorting import FileNameSortKey
|
||||||
# sphinx_gallery_conf = {
|
sphinx_gallery_conf = {
|
||||||
# 'examples_dirs': '../python/tutorials/',
|
'examples_dirs': '../python/tutorials/',
|
||||||
# 'gallery_dirs': 'getting-started/tutorials',
|
'gallery_dirs': 'getting-started/tutorials',
|
||||||
# 'filename_pattern': '',
|
'filename_pattern': '',
|
||||||
# 'ignore_pattern': r'__init__\.py',
|
'ignore_pattern': r'__init__\.py',
|
||||||
# 'within_subsection_order': FileNameSortKey,
|
'within_subsection_order': FileNameSortKey,
|
||||||
# 'reference_url': {
|
'reference_url': {
|
||||||
# 'sphinx_gallery': None,
|
'sphinx_gallery': None,
|
||||||
# }
|
}
|
||||||
# }
|
}
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
templates_path = ['_templates']
|
templates_path = ['_templates']
|
||||||
|
Reference in New Issue
Block a user