From 982c4a75b225c496432a6a9a19d28c50040bf244 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Thu, 18 Aug 2022 09:41:41 +0200 Subject: [MRG] Proper subsections in gallery (#395) * add option for preper subsections * cleanup dodecov ignore * cleanup dodecov ignore --- docs/source/conf.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/source/conf.py b/docs/source/conf.py index 9526518..3bec150 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -194,6 +194,7 @@ html_logo = '_static/images/logo_dark.svg' # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] +#html_css_files = ["css/custom.css"] # Add any extra paths that contain custom files (such as robots.txt or @@ -351,6 +352,7 @@ intersphinx_mapping = {'python': ('https://docs.python.org/3', None), sphinx_gallery_conf = { 'examples_dirs': ['../../examples', '../../examples/da'], 'gallery_dirs': 'auto_examples', + 'nested_sections' : False, 'backreferences_dir': 'gen_modules/backreferences', 'inspect_global_variables' : True, 'doc_module' : ('ot','numpy','scipy','pylab'), -- cgit v1.2.3