-
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Milestone
Description
The sunpy main website, sunpy stable and latest docs all block robots. The following doesn't seem to have the intended effect:
sunpy-sphinx-theme/sunpy_sphinx_theme/sunpy/layout.html
Lines 17 to 19 in 3c7125a
| {% if not version_slug in to_be_indexed | default([]) %} | |
| <meta name="robots" content="noindex, nofollow" > | |
| {% endif %} |
to_be_indexed seems to be defined here
| to_be_indexed = ['stable', 'latest'] |
version_slug anywhere. Does anyone know if and where version_slug is defined?
Metadata
Metadata
Assignees
Labels
No labels