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

Fix doc building issues

parent e9ddc940
No related branches found
No related tags found
No related merge requests found
Pipeline #15437 passed
......@@ -32,6 +32,7 @@ reports
doc/_build/
doc/auto_examples/
doc/modules/
!doc/modules/.gitkeep
doc/api
# Virtual env
......
......@@ -47,10 +47,10 @@ templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'version.py']
# AutoAPI
autoapi_type = 'python'
autoapi_type = "python"
autoapi_dirs = ['../{{cookiecutter.project_slug}}']
autoapi_ignore = ['*version.py*']
autoapi_add_toctree_entry = True
autoapi_options = ["members", "undoc-members", "show-module-summary"]
autoapi_include_summaries = True
# Gallery
sphinx_gallery_conf = {
......
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