File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
{{cookiecutter.github_project_name}}
{{cookiecutter.python_package_name}} Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212#
1313import os
1414import sys
15+
1516sys .path .insert (0 , os .path .abspath ('../{{ cookiecutter.python_package_name }}' ))
1617
1718
3738 "numpydoc" ,
3839 'sphinx.ext.autodoc' ,
3940 'sphinx.ext.inheritance_diagram' ,
40- 'autoapi.sphinx'
41+ 'autoapi.sphinx' ,
4142]
4243
4344sphinx_gallery_conf = {
Original file line number Diff line number Diff line change 44# Copyright (c) {{ cookiecutter.author_name }}.
55# Distributed under the terms of the Modified BSD License.
66
7- # Must import __version__ first to avoid errors importing this file during the build process.
7+ # Must import __version__ first to avoid errors importing this file during the build process.
88# See https://github.com/pypa/setuptools/issues/1724#issuecomment-627241822
99from ._version import __version__
1010
1111from .example import example_function
12-
You can’t perform that action at this time.
0 commit comments