{% extends "projects/project_edit_base.html" %} {% load i18n %} {% load crispy_forms_tags %} {% block title %}{{ project.name }} - {% trans "Advanced Settings" %}{% endblock %} {% block project_edit_content_header %}{% trans "Advanced Settings" %}{% endblock %} {% block project_advanced_active %}active{% endblock %} {% block project_edit_content %}
{% csrf_token %} {{ form|crispy }}
{% endblock %} {% block project_edit_sidebar_help_topics %} {% include "includes/elements/link.html" with url="https://docs.readthedocs.io/page/guides/automation-rules.html" text="How to manage versions automatically" is_external=True class="item" %} {% include "includes/elements/link.html" with url="https://docs.readthedocs.io/page/guides/setup/monorepo.html" text="How to use a .readthedocs.yaml file in a sub-folder" is_external=True class="item" %} {% include "includes/elements/link.html" with url="https://docs.readthedocs.io/page/single-version.html" text="Single version documentation" is_external=True class="item" %} {% endblock project_edit_sidebar_help_topics %}