{% extends "projects/project_edit_base.html" %} {% load i18n %} {% load static %} {% load crispy_forms_filters %} {% block title %}{% trans "Documentation advertising" %}{% endblock %} {% block project-ads-active %}active{% endblock %} {% block project_edit_content_header %}{% trans "Documentation advertising" %}{% endblock %} {% block project_edit_content %}

{% blocktrans trimmed %} Read the Docs is an open source project. In order to maintain service, we rely on both the support of our users and from sponsor support. {% endblocktrans %}

{% blocktrans trimmed %} We will periodically run advertisements on built documentation pages for sponsors, however we have strict guidelines on advertisements: {% endblocktrans %}

{% blocktrans trimmed %} For more details on advertising on Read the Docs, including the privacy protections we have in place for users and community advertising we run on behalf of the open source community, see our documentation. {% endblocktrans %}

{% trans "Opting out" %}

{% url 'account_advertising' as ads_preferences_url %} {% blocktrans trimmed %} In addition to the advertising preferences we have for individual users, we have multiple ways for projects to opt out of advertising on Read the Docs. {% endblocktrans %}

{% csrf_token %} {{ form | crispy }}

{% blocktrans trimmed %} If you are a company hosting commercial documentation on our community site, we do not allow removing paid advertisements on your documentation. Please consider Read the Docs for Business or a Gold membership. {% endblocktrans %}

{% endblock %} {% block project_edit_sidebar_help_topics %} {% include "includes/elements/link.html" with url="https://docs.readthedocs.io/page/ethical-advertising.html" text="EthicalAds Documentation" is_external=True class="item" %} {% include "includes/elements/link.html" with url="https://docs.readthedocs.io/page/open-source-philosophy.html" text="Read the Docs open source philosophy" is_external=True class="item" %} {% include "includes/elements/link.html" with url="https://www.ethicalads.io/" text="EthicalAds website" is_external=True class="item" %} {% endblock project_edit_sidebar_help_topics %}