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
Branches
No related tags found
No related merge requests found
Pipeline #15437 passed
...@@ -32,6 +32,7 @@ reports ...@@ -32,6 +32,7 @@ reports
doc/_build/ doc/_build/
doc/auto_examples/ doc/auto_examples/
doc/modules/ doc/modules/
!doc/modules/.gitkeep
doc/api doc/api
# Virtual env # Virtual env
......
...@@ -47,10 +47,10 @@ templates_path = ['_templates'] ...@@ -47,10 +47,10 @@ templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'version.py'] exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'version.py']
# AutoAPI # AutoAPI
autoapi_type = 'python' autoapi_type = "python"
autoapi_dirs = ['../{{cookiecutter.project_slug}}'] autoapi_dirs = ['../{{cookiecutter.project_slug}}']
autoapi_ignore = ['*version.py*'] autoapi_options = ["members", "undoc-members", "show-module-summary"]
autoapi_add_toctree_entry = True autoapi_include_summaries = True
# Gallery # Gallery
sphinx_gallery_conf = { sphinx_gallery_conf = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment