Closed briggySmalls closed 4 years ago
When a new project is generated, the extensions variable in conf.py has bad indentation if Google style comments are used:
extensions
conf.py
extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'sphinxcontrib.napoleon', ]
Simply generated a project, with google docstrings on.
Description
When a new project is generated, the
extensions
variable inconf.py
has bad indentation if Google style comments are used:What I Did
Simply generated a project, with google docstrings on.