{% extends "projects/project_edit_base.html" %} {% load trans blocktrans from i18n %} {% load crispy from crispy_forms_tags %} {% block title %} {% trans "Edit Project" %} {% endblock title %} {% block project_edit_content_header %} {% trans "Settings" %} {% endblock project_edit_content_header %} {% block project_edit_active %} active {% endblock project_edit_active %} {% block project_edit_content %}
{% crispy form %}
{% trans "More" %}

{% trans "Delete project" %}

{% blocktrans trimmed %} Removing this project will also remove the project configuration and all hosted documentation. Be careful, this cannot be undone! {% endblocktrans %}

{% trans "Delete project" %}
{% endblock project_edit_content %} {% block project_edit_sidebar_help_topics_content %}
{% trans "Tutorials" %}
{% include "includes/elements/link.html" with url="https://docs.readthedocs.io/page/tutorial/index.html" text="Getting started" is_external=True class="item" %} {% include "includes/elements/link.html" with url="https://docs.readthedocs.io/page/intro/import-guide.html" text="Importing your documentation" is_external=True class="item" %} {% include "includes/elements/link.html" with url="https://docs.readthedocs.io/page/intro/doctools.html" text="Quickstart with popular tools" is_external=True class="item" %}
{% trans "Resources" %}
{% include "includes/elements/link.html" with url="https://docs.readthedocs.io/page/config-file/v2.html" text="Configuration file" is_external=True class="item" %} {% include "includes/elements/link.html" with url="https://docs.readthedocs.io/page/guides/pull-requests.html" text="How to configure pull request builds" is_external=True class="item" %} {% 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/versioning-schemes.html" text="URL versioning schemes" is_external=True class="item" %}
{% endblock project_edit_sidebar_help_topics_content %}