briggySmalls / cookiecutter-pypackage

Cookiecutter template for a poetry-managed Python package.
BSD 3-Clause "New" or "Revised" License
71 stars 34 forks source link

Bad indentation #11

Closed briggySmalls closed 4 years ago

briggySmalls commented 4 years ago

Description

When a new project is generated, the extensions variable in conf.py has bad indentation if Google style comments are used:

extensions = [
    'sphinx.ext.autodoc',
    'sphinx.ext.viewcode',
'sphinxcontrib.napoleon',

]

What I Did

Simply generated a project, with google docstrings on.