Skip to content

Commit 4b934c0

Browse files
committed
added comment directing to base of jinja template
1 parent 8b72631 commit 4b934c0

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

docs/_templates/autosummary/base.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
{% extends "autosummary_core/base.rst" %}
2+
{# The template this is inherited from is in astropy/sphinx/ext/templates/autosummary_core. If you want to modify this template, it is strongly recommended that you still inherit from the astropy template. #}

docs/_templates/autosummary/class.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
{% extends "autosummary_core/class.rst" %}
2+
{# The template this is inherited from is in astropy/sphinx/ext/templates/autosummary_core. If you want to modify this template, it is strongly recommended that you still inherit from the astropy template. #}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
{% extends "autosummary_core/module.rst" %}
2+
{# The template this is inherited from is in astropy/sphinx/ext/templates/autosummary_core. If you want to modify this template, it is strongly recommended that you still inherit from the astropy template. #}

0 commit comments

Comments
 (0)