From 9e37ecab663d5f18805943c6c6df2f294a117bf6 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Mon, 6 Aug 2018 17:06:29 -0300 Subject: [PATCH] Add `trimmed` to all multilines `blocktrans` tags --- readthedocs/gold/templates/gold/projects.html | 2 +- .../gold/subscription_confirm_delete.html | 2 +- .../templates/gold/subscription_detail.html | 4 ++-- .../templates/gold/subscription_form.html | 10 ++++---- readthedocs/templates/account/login.html | 4 ++-- .../templates/builds/build_detail.html | 6 ++--- .../templates/core/project_bar_base.html | 2 +- .../templates/core/project_detail_right.html | 2 +- readthedocs/templates/homepage.html | 16 ++++++------- .../notifications/send_notification_form.html | 6 ++--- .../profiles/private/advertising_profile.html | 8 +++---- .../templates/projects/import_basics.html | 2 +- .../templates/projects/import_extra.html | 2 +- .../integration_generic_webhook_detail.html | 2 +- .../projects/integration_webhook_detail.html | 12 +++++----- .../templates/projects/onboard_detail.html | 8 +++---- .../templates/projects/onboard_import.html | 4 ++-- .../projects/project_advertising.html | 24 +++++++++---------- .../projects/project_dashboard_base.html | 6 ++--- .../templates/projects/project_import.html | 2 +- readthedocs/templates/security.html | 2 +- .../templates/socialaccount/connections.html | 4 ++-- .../socialaccount/snippets/provider_list.html | 4 ++-- readthedocs/templates/wipe_version.html | 6 ++--- 24 files changed, 70 insertions(+), 70 deletions(-) diff --git a/readthedocs/gold/templates/gold/projects.html b/readthedocs/gold/templates/gold/projects.html index 3d9047c24..682b7bf3c 100644 --- a/readthedocs/gold/templates/gold/projects.html +++ b/readthedocs/gold/templates/gold/projects.html @@ -17,7 +17,7 @@ Gold Projects

{% trans "Existing Projects" %}

- {% blocktrans count projects=gold_user.num_supported_projects %} + {% blocktrans trimmed count projects=gold_user.num_supported_projects %} You can adopt one project with your subscription. {% plural %} You can adopt {{ projects }} projects with your subscription. diff --git a/readthedocs/gold/templates/gold/subscription_confirm_delete.html b/readthedocs/gold/templates/gold/subscription_confirm_delete.html index 83193ed0b..40075421a 100644 --- a/readthedocs/gold/templates/gold/subscription_confirm_delete.html +++ b/readthedocs/gold/templates/gold/subscription_confirm_delete.html @@ -9,7 +9,7 @@

Cancel Gold Subscription

- {% blocktrans %} + {% blocktrans trimmed %} Are you sure you want to cancel your subscription? {% endblocktrans %}

diff --git a/readthedocs/gold/templates/gold/subscription_detail.html b/readthedocs/gold/templates/gold/subscription_detail.html index 90bbf1410..2c675c95d 100644 --- a/readthedocs/gold/templates/gold/subscription_detail.html +++ b/readthedocs/gold/templates/gold/subscription_detail.html @@ -31,7 +31,7 @@ $(document).ready(function () {

{% trans "Gold Subscription" %}

- {% blocktrans %} + {% blocktrans trimmed %} Thanks for supporting Read the Docs! It really means a lot to us. {% endblocktrans %}

@@ -56,7 +56,7 @@ $(document).ready(function () {

{% trans "Projects" %}

- {% blocktrans count projects=golduser.num_supported_projects %} + {% blocktrans trimmed count projects=golduser.num_supported_projects %} You can adopt one project with your subscription. {% plural %} You can adopt {{ projects }} projects with your subscription. diff --git a/readthedocs/gold/templates/gold/subscription_form.html b/readthedocs/gold/templates/gold/subscription_form.html index 188ac56e0..a4600df84 100644 --- a/readthedocs/gold/templates/gold/subscription_form.html +++ b/readthedocs/gold/templates/gold/subscription_form.html @@ -37,20 +37,20 @@ $(document).ready(function () {

Read the Docs Gold

- {% blocktrans %} + {% blocktrans trimmed %} Supporting Read the Docs lets us work more on features that people love. Your money will go directly to maintenance and development of the product. {% endblocktrans %}

- {% blocktrans %} + {% blocktrans trimmed %} If you are an individual, feel free to give whatever feels right for the value you get out of Read the Docs. {% endblocktrans %}

- {% blocktrans %} + {% blocktrans trimmed %} If you are a company using Read the Docs, please consider getting a commercial support contract. This will help us cover our costs, @@ -63,7 +63,7 @@ $(document).ready(function () {

{% trans 'Becoming a Gold Member also makes Read the Docs ad-free for as long as you are logged-in.' %}

- {% blocktrans %} + {% blocktrans trimmed %} You can also make one-time donations on our sustainability page. {% endblocktrans %}

@@ -71,7 +71,7 @@ $(document).ready(function () { {% if domains.count %}

Domains

- {% blocktrans %} + {% blocktrans trimmed %} We ask that folks who use custom Domains give Read the Docs $5 per domain they are using. This is optional, but it really does help us maintain the site going forward. {% endblocktrans %} diff --git a/readthedocs/templates/account/login.html b/readthedocs/templates/account/login.html index 0dc0c0733..afc4322ce 100644 --- a/readthedocs/templates/account/login.html +++ b/readthedocs/templates/account/login.html @@ -11,7 +11,7 @@

{% trans "Sign In" %}

-

{% blocktrans %}If you have not created an account yet, then please +

{% blocktrans trimmed %}If you have not created an account yet, then please sign up first.{% endblocktrans %}

diff --git a/readthedocs/templates/builds/build_detail.html b/readthedocs/templates/builds/build_detail.html index 011180574..4aa528eab 100644 --- a/readthedocs/templates/builds/build_detail.html +++ b/readthedocs/templates/builds/build_detail.html @@ -72,7 +72,7 @@ $(document).ready(function () {
- {% blocktrans with build_id=build.pk %} + {% blocktrans trimmed with build_id=build.pk %} Build #{{ build_id }} {% endblocktrans %}
@@ -118,7 +118,7 @@ $(document).ready(function () {

{% url 'wipe_version' build.version.project.slug build.version.slug as wipe_url %} - {% blocktrans %} + {% blocktrans trimmed %} Having trouble with your build environment? Try resetting it. {% endblocktrans %} @@ -128,7 +128,7 @@ $(document).ready(function () {

{% url 'projects_advanced' build.version.project.slug as advanced_url %} - {% blocktrans %} + {% blocktrans trimmed %} Don't want setup.py install called? Change the Install Project setting in your advanced settings. {% endblocktrans %} diff --git a/readthedocs/templates/core/project_bar_base.html b/readthedocs/templates/core/project_bar_base.html index aad9c0fec..efcbcfde2 100644 --- a/readthedocs/templates/core/project_bar_base.html +++ b/readthedocs/templates/core/project_bar_base.html @@ -28,7 +28,7 @@ {% if project.skip %}

- {% blocktrans %} + {% blocktrans trimmed %} Your project is currently disabled for abuse of the system. Please make sure it isn't using unreasonable amounts of resources or triggering lots of builds in a short amount of time. Please file a ticket to get your project re-enabled. diff --git a/readthedocs/templates/core/project_detail_right.html b/readthedocs/templates/core/project_detail_right.html index cbf45b803..4218add34 100644 --- a/readthedocs/templates/core/project_detail_right.html +++ b/readthedocs/templates/core/project_detail_right.html @@ -79,7 +79,7 @@ {% if request.user|is_admin:project %} {% url 'projects_edit' project.slug as edit_url %} - {% blocktrans %} + {% blocktrans trimmed %} Add some in your project settings. {% endblocktrans %} {% endif %} diff --git a/readthedocs/templates/homepage.html b/readthedocs/templates/homepage.html index 9e66a3e15..d68d6c41d 100644 --- a/readthedocs/templates/homepage.html +++ b/readthedocs/templates/homepage.html @@ -44,7 +44,7 @@

{% trans "Technical documentation lives here" %}

- {% blocktrans %} + {% blocktrans trimmed %} Read the Docs simplifies software documentation by automating building, versioning, and hosting of your docs for you. {% endblocktrans %} @@ -57,7 +57,7 @@

Free docs hosting

{% with projects_count_intcomma=projects_count|intcomma %} - {% blocktrans %} + {% blocktrans trimmed %} We will host your documentation for free forever. There are no tricks. We help {{ projects_count_intcomma }} open source projects share their docs. @@ -68,7 +68,7 @@

Webhooks

- {% blocktrans %} + {% blocktrans trimmed %} Whenever you push code to your favorite version control system, whether that is Git, Mercurial, Bazaar, or Subversion, we will automatically build your docs so your code and documentation are @@ -83,7 +83,7 @@

Multiple formats

- {% blocktrans %} + {% blocktrans trimmed %} Of course we build and host your docs for the web, but they are also vieweable as PDFs, as single page HTML, and for eReaders. No additional configuration is required. @@ -93,7 +93,7 @@

Multiple versions

- {% blocktrans %} + {% blocktrans trimmed %} We can host and build multiple versions of your docs so having a 1.0 version of your docs and a 2.0 version of your docs is as easy as having a separate branch or tag in your version control system. @@ -139,7 +139,7 @@ {% url "donate" as sponsors_url %} {% url "gold_detail" as gold_detail %} - {% blocktrans %} + {% blocktrans trimmed %} Read the Docs is a huge resource that millions of developers rely on for software documentation. It would not be possible without the support of our @@ -150,7 +150,7 @@

- {% blocktrans %} + {% blocktrans trimmed %} Read the Docs is community supported. It depends on users like you to contribute to development, support, and operations. You can learn more about how to contribute in our docs. @@ -160,7 +160,7 @@

- {% blocktrans %} + {% blocktrans trimmed %} Hosting for the project is graciously provided by Rackspace. {% endblocktrans %}

diff --git a/readthedocs/templates/notifications/send_notification_form.html b/readthedocs/templates/notifications/send_notification_form.html index 4551c1d87..1832ff9ff 100644 --- a/readthedocs/templates/notifications/send_notification_form.html +++ b/readthedocs/templates/notifications/send_notification_form.html @@ -6,7 +6,7 @@

{% trans 'Send Email' %}

- {% blocktrans %} + {% blocktrans trimmed %} An email message will be sent to the following email addresses: {% endblocktrans %}

@@ -18,7 +18,7 @@ {% with extra_recipients=recipients|slice:"20:" %} {% if extra_recipients|length > 0 %}
  • - {% blocktrans count counter=extra_recipients|length %} + {% blocktrans trimmed count counter=extra_recipients|length %} And 1 other recipient. {% plural %} And {{ counter }} other recipients... @@ -29,7 +29,7 @@

    - {% blocktrans %} + {% blocktrans trimmed %} Specify the email content you wish to send: {% endblocktrans %}

    diff --git a/readthedocs/templates/profiles/private/advertising_profile.html b/readthedocs/templates/profiles/private/advertising_profile.html index a238bff8e..9ff453f31 100644 --- a/readthedocs/templates/profiles/private/advertising_profile.html +++ b/readthedocs/templates/profiles/private/advertising_profile.html @@ -12,14 +12,14 @@ {% if request.user.gold.exists or request.user.goldonce.exists %}

    - {% blocktrans %} + {% blocktrans trimmed %} Since you are a Gold Member or Supporter, you are ad-free for as long as you are logged-in. Thank you for supporting Read the Docs. {% endblocktrans%}

    {% else %}

    - {% blocktrans %} + {% 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. @@ -27,7 +27,7 @@

    - {% blocktrans %} + {% 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, @@ -38,7 +38,7 @@

    {% url "gold_detail" as gold_detail %} {% url "donate" as donate_url %} - {% blocktrans %} + {% blocktrans trimmed %} You can go ad-free by becoming a Gold Member or Supporter of Read the Docs. {% endblocktrans %}

    diff --git a/readthedocs/templates/projects/import_basics.html b/readthedocs/templates/projects/import_basics.html index 13a9a7a4e..4f0406491 100644 --- a/readthedocs/templates/projects/import_basics.html +++ b/readthedocs/templates/projects/import_basics.html @@ -5,7 +5,7 @@

    {% trans "Project Details" %}

    - {% blocktrans %} + {% blocktrans trimmed %} To import a project, start by entering a few details about your repository. More advanced project options can be configured diff --git a/readthedocs/templates/projects/import_extra.html b/readthedocs/templates/projects/import_extra.html index b52d4ad33..2cd63d144 100644 --- a/readthedocs/templates/projects/import_extra.html +++ b/readthedocs/templates/projects/import_extra.html @@ -5,7 +5,7 @@

    {% trans "Project Extra Details" %}

    - {% blocktrans %} + {% blocktrans trimmed %} Here are a few more project options that you may need to configure. {% endblocktrans %}

    diff --git a/readthedocs/templates/projects/integration_generic_webhook_detail.html b/readthedocs/templates/projects/integration_generic_webhook_detail.html index 59ff09738..893cf4933 100644 --- a/readthedocs/templates/projects/integration_generic_webhook_detail.html +++ b/readthedocs/templates/projects/integration_generic_webhook_detail.html @@ -4,7 +4,7 @@ {% block integration_details %}

    - {% blocktrans %} + {% blocktrans trimmed %} The following parameters are configured for this integration: {% endblocktrans %}

    diff --git a/readthedocs/templates/projects/integration_webhook_detail.html b/readthedocs/templates/projects/integration_webhook_detail.html index 485bc894b..a42067f58 100644 --- a/readthedocs/templates/projects/integration_webhook_detail.html +++ b/readthedocs/templates/projects/integration_webhook_detail.html @@ -10,7 +10,7 @@ {% block project-integrations-active %}active{% endblock %} {% block project_edit_content_header %} - {% blocktrans with type=integration.get_integration_type_display %} + {% blocktrans trimmed with type=integration.get_integration_type_display %} Integration - {{ type }} {% endblocktrans %} {% endblock %} @@ -18,7 +18,7 @@ {% block project_edit_content %} {% if integration.has_sync and integration.can_sync %}

    - {% blocktrans %} + {% blocktrans trimmed %} This webhook was configured when this project was imported. If this integration is not functioning correctly, try resyncing the webhook: {% endblocktrans %} @@ -39,7 +39,7 @@ {% endcomment %} {% if integration.has_sync and not integration.can_sync %}

    - {% blocktrans %} + {% blocktrans trimmed %} This integration was created automatically from an existing webhook configured on your repository. To make any changes to this webhook, you'll need to update the configuration there. You can use the @@ -48,7 +48,7 @@

    {% else %}

    - {% blocktrans %} + {% blocktrans trimmed %} To manually configure this webhook with your provider, use the following address: {% endblocktrans %} @@ -63,7 +63,7 @@ {% block integration_details %}{% endblock %}

    - {% blocktrans %} + {% blocktrans trimmed %} For more information on manually configuring a webhook, refer to our webhook documentation @@ -80,7 +80,7 @@

  • {{ exchange.status_code }} - {% blocktrans with date=exchange.date|timesince %} + {% blocktrans trimmed with date=exchange.date|timesince %} {{ date }} ago {% endblocktrans %} diff --git a/readthedocs/templates/projects/onboard_detail.html b/readthedocs/templates/projects/onboard_detail.html index 63ce9dfb4..3d217dc8d 100644 --- a/readthedocs/templates/projects/onboard_detail.html +++ b/readthedocs/templates/projects/onboard_detail.html @@ -8,7 +8,7 @@ {% if not onboard.build %}

    {% trans "Start building your documentation" %}

    - {% blocktrans %} + {% blocktrans trimmed %} This project has not been built yet. Try building the latest version now, or if you would like to build a specific version, @@ -30,7 +30,7 @@

    - {% blocktrans %} + {% blocktrans trimmed %} Your documentation has been built. Ensure your documentation is kept up to date with every commit to your repository, by @@ -46,7 +46,7 @@

    - {% blocktrans %} + {% blocktrans trimmed %} There was a problem building your documentation, you can see what went wrong in the build output. If you need more help, check out some of the @@ -62,7 +62,7 @@

    {% trans "Your documentation is building" %}

    - {% blocktrans %} + {% blocktrans trimmed %} You'll be able to view your documentation in a minute or two, once your project is done building. {% endblocktrans %} diff --git a/readthedocs/templates/projects/onboard_import.html b/readthedocs/templates/projects/onboard_import.html index 08190480b..d383ba74f 100644 --- a/readthedocs/templates/projects/onboard_import.html +++ b/readthedocs/templates/projects/onboard_import.html @@ -7,7 +7,7 @@ {% with getting_started_url="http://docs.readthedocs.io/en/latest/getting_started.html" %}

    - {% blocktrans %} + {% blocktrans trimmed %} You don't have any projects yet, but you can start building documentation by importing one. Not sure how to start documenting your project? Check out the Getting Started Guide to learn how. @@ -16,7 +16,7 @@

    {% url "projects_import_demo" as import_demo_url %} - {% blocktrans %} + {% blocktrans trimmed %} Want to try a demo? Import our own demo project. {% endblocktrans %}

    diff --git a/readthedocs/templates/projects/project_advertising.html b/readthedocs/templates/projects/project_advertising.html index 51b24653f..47de78bff 100644 --- a/readthedocs/templates/projects/project_advertising.html +++ b/readthedocs/templates/projects/project_advertising.html @@ -13,7 +13,7 @@ {% block project_edit_content %}

    - {% blocktrans %} + {% 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. @@ -21,7 +21,7 @@

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

    • - {% blocktrans %} + {% blocktrans trimmed %} We don't give sponsors access to user information {% endblocktrans %}
    • - {% blocktrans %} + {% blocktrans trimmed %} We only report the number of impressions and number of ad clicks {% endblocktrans %}
    • - {% blocktrans %} + {% blocktrans trimmed %} We only allow and image and text, no Javascript besides our existing tracking {% endblocktrans %} @@ -47,7 +47,7 @@

    - {% blocktrans %} + {% 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, @@ -58,7 +58,7 @@

    {% trans "Opting out" %}

    - {% blocktrans %} + {% blocktrans trimmed %} If you do not wish to support Read the Docs with use of this ad space, we ask that you help support Read the Docs in one of following ways: {% endblocktrans %} @@ -66,7 +66,7 @@

    • - {% blocktrans %} + {% blocktrans trimmed %} If you have an open source project, and can contribute financially, consider a gold subscription. Gold subscribers can disable ads for projects they author. @@ -78,7 +78,7 @@
    • - {% blocktrans %} + {% blocktrans trimmed %} If your project is an open source project, you most certainly also lack funding. If you can't contribute financially to Read the Docs, consider donating your time. We can always use help with support @@ -91,7 +91,7 @@
    • - {% blocktrans %} + {% blocktrans trimmed %} If you are part of a company that uses Read the Docs to host documentation for a commercial product, we offer paid plans that offer email support, additional build resources, and features like @@ -107,7 +107,7 @@

      {% trans "Still can't help?" %}

      - {% blocktrans %} + {% blocktrans trimmed %} If you can't contribute your support for your open source project, but are conflicted by allowing support through advertising, we still would like to give you the option to disable showing promotions inside your @@ -117,7 +117,7 @@

      - {% blocktrans %} + {% blocktrans trimmed %} If you are a company hosting commercial documentation on our community site, but can't offer support for Read the Docs, we do not allow removing sponsor advertisements on your documentation. This goes diff --git a/readthedocs/templates/projects/project_dashboard_base.html b/readthedocs/templates/projects/project_dashboard_base.html index 452f2f604..c1146d5e9 100644 --- a/readthedocs/templates/projects/project_dashboard_base.html +++ b/readthedocs/templates/projects/project_dashboard_base.html @@ -74,7 +74,7 @@ {% else %} - {% blocktrans count counter=builds %} + {% blocktrans trimmed count counter=builds %} 1 build {% plural %} {{ builds }} builds @@ -134,7 +134,7 @@

      {% trans "Connect your Accounts" %}

      - {% blocktrans %} + {% blocktrans trimmed %} Have a GitHub account? Connect your account and import your existing projects automatically. {% endblocktrans %}

      @@ -152,7 +152,7 @@

      {% trans "Learn More" %}

      - {% blocktrans with rtd_docs_url="http://docs.readthedocs.io/en/latest/index.html" %} + {% blocktrans trimmed with rtd_docs_url="http://docs.readthedocs.io/en/latest/index.html" %} Check out the documentation for Read the Docs. It contains lots of information about how to get the most out of RTD. {% endblocktrans %} diff --git a/readthedocs/templates/projects/project_import.html b/readthedocs/templates/projects/project_import.html index 5cd044051..be3c35148 100644 --- a/readthedocs/templates/projects/project_import.html +++ b/readthedocs/templates/projects/project_import.html @@ -81,7 +81,7 @@

    • {% if has_connected_accounts %}

      - {% blocktrans with binding='data-bind="click: sync_projects"' trimmed %} + {% blocktrans trimmed with binding='data-bind="click: sync_projects"' %} No remote repositories found, try refreshing your accounts. {% endblocktrans %} diff --git a/readthedocs/templates/security.html b/readthedocs/templates/security.html index 18047320d..1f49ca192 100644 --- a/readthedocs/templates/security.html +++ b/readthedocs/templates/security.html @@ -8,7 +8,7 @@

      {% trans 'Security at Read the Docs' %}

      -{% blocktrans %} +{% blocktrans trimmed %} For more details on security at Read the Docs or to report a security issue, please see our security policy. {% endblocktrans %} diff --git a/readthedocs/templates/socialaccount/connections.html b/readthedocs/templates/socialaccount/connections.html index 9ebab9019..c1206c23a 100644 --- a/readthedocs/templates/socialaccount/connections.html +++ b/readthedocs/templates/socialaccount/connections.html @@ -13,7 +13,7 @@

      - {% blocktrans %} + {% blocktrans trimmed %} The following services are currently connected to your account: {% endblocktrans %}

      @@ -47,7 +47,7 @@ {% if base_account.provider == 'bitbucket' %}

      - {% blocktrans %} + {% blocktrans trimmed %} The API version this connection uses is no longer supported, please reconnect your Bitbucket account. {% endblocktrans %} diff --git a/readthedocs/templates/socialaccount/snippets/provider_list.html b/readthedocs/templates/socialaccount/snippets/provider_list.html index 9ca948203..2cc2525ea 100644 --- a/readthedocs/templates/socialaccount/snippets/provider_list.html +++ b/readthedocs/templates/socialaccount/snippets/provider_list.html @@ -11,7 +11,7 @@ class="socialaccount-provider {{ provider.id }} {{ brand.id }} button" href="{% provider_login_url provider.id openid=brand.openid_url process=process next=next %}" > - {% blocktrans with brand_name=brand.name verbiage=verbiage|default:'Connect to' %} + {% blocktrans trimmed with brand_name=brand.name verbiage=verbiage|default:'Connect to' %} {{ verbiage }} {{ brand_name }} {% endblocktrans %} @@ -24,7 +24,7 @@ class="socialaccount-provider {{ provider.id }} button" href="{% provider_login_url provider.id process=process scope=scope auth_params=auth_params next=next %}" > - {% blocktrans with provider_name=provider.name verbiage=verbiage|default:'Connect to' %} + {% blocktrans trimmed with provider_name=provider.name verbiage=verbiage|default:'Connect to' %} {{ verbiage }} {{ provider_name }} {% endblocktrans %} diff --git a/readthedocs/templates/wipe_version.html b/readthedocs/templates/wipe_version.html index e11235cc7..d842e9b32 100644 --- a/readthedocs/templates/wipe_version.html +++ b/readthedocs/templates/wipe_version.html @@ -13,19 +13,19 @@ {% block content %}

      -{% blocktrans with slug=version.slug %} +{% blocktrans trimmed with slug=version.slug %} Remove build environment for {{ slug }} version. {% endblocktrans %}

      {% if deleted %}

      - {% blocktrans %} + {% blocktrans trimmed %} Your project environment has been wiped. {% endblocktrans %}

      {% else %} - {% blocktrans %} + {% blocktrans trimmed %} Having trouble getting your documentation build to complete? By clicking on the button below you'll clean out your build checkouts and environment, but not your generated documentation. {% endblocktrans %}