Skip to content

Commit

Permalink
21631: Updates autosummary templates to avoid clobbering standard lib…
Browse files Browse the repository at this point in the history
…rary (#81)
  • Loading branch information
jdbeel authored Sep 20, 2024
1 parent 5019407 commit 4236386
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/_templates/custom_module_template.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{{ fullname | escape | underline }}

.. currentmodule:: {{ fullname }}

{% block modules %}
{% if modules %}
.. rubric:: Submodules
Expand Down

0 comments on commit 4236386

Please sign in to comment.