Skip to content

Commit 07b65a7

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a5d7a64 commit 07b65a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/_autoapi_templates/python/module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,4 @@ Submodules
154154
{{ obj_item.render()|indent(3) }}
155155
{% endfor %}
156156
{% endif %}
157-
{% endif %}
157+
{% endif %}

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"auto""Sphinx configuration file for Parcels documentation."""
1+
"""autoSphinx configuration file for Parcels documentation."""
22
# parcels documentation build configuration file, created by
33
# sphinx-quickstart on Tue Oct 20 09:58:20 2015.
44
#
@@ -544,4 +544,4 @@ def linkcode_resolve(domain, info):
544544
]
545545
autoapi_member_order = "bysource"
546546
autodoc_typehints = "signature"
547-
autoapi_template_dir = '_autoapi_templates'
547+
autoapi_template_dir = "_autoapi_templates"

0 commit comments

Comments
 (0)