We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d7a64 commit 07b65a7Copy full SHA for 07b65a7
docs/_autoapi_templates/python/module.rst
@@ -154,4 +154,4 @@ Submodules
154
{{ obj_item.render()|indent(3) }}
155
{% endfor %}
156
{% endif %}
157
-{% endif %}
+{% endif %}
docs/conf.py
@@ -1,4 +1,4 @@
1
-"auto""Sphinx configuration file for Parcels documentation."""
+"""autoSphinx configuration file for Parcels documentation."""
2
# parcels documentation build configuration file, created by
3
# sphinx-quickstart on Tue Oct 20 09:58:20 2015.
4
#
@@ -544,4 +544,4 @@ def linkcode_resolve(domain, info):
544
]
545
autoapi_member_order = "bysource"
546
autodoc_typehints = "signature"
547
-autoapi_template_dir = '_autoapi_templates'
+autoapi_template_dir = "_autoapi_templates"
0 commit comments