Skip to content

Commit b64fbc9

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Add a directives for general purpose documentation in downstream projects
1 parent 1e76460 commit b64fbc9

6 files changed

+6
-6
lines changed

django_setup_configuration/documentation/templates/config_doc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ appropriate key.
2525
have an explicit record of what steps are disabled.
2626

2727
Further information can be found at the `django-setup-configuration
28-
<https://django-setup-configuration.readthedocs.io/{{ package_version }}/quickstart.html#command-usage>`_ documentation.
28+
<https://django-setup-configuration.readthedocs.io/en/{{ package_version }}/quickstart.html#command-usage>`_ documentation.
2929

3030
{% if show_toc %}
3131

tests/fixtures/test_documentation.test_usage_directive_outputs_expected_html_with_sphinx.complete.approved.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ <h1>
6060
</div>
6161
<p>
6262
Further information can be found at the
63-
<a class="reference external" href="https://django-setup-configuration.readthedocs.io/0.6.0/quickstart.html#command-usage">
63+
<a class="reference external" href="https://django-setup-configuration.readthedocs.io/en/0.6.0/quickstart.html#command-usage">
6464
django-setup-configuration
6565
</a>
6666
documentation.

tests/fixtures/test_documentation.test_usage_directive_outputs_expected_html_with_sphinx.steps_autodoc_disabled.approved.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ <h1>
6060
</div>
6161
<p>
6262
Further information can be found at the
63-
<a class="reference external" href="https://django-setup-configuration.readthedocs.io/0.6.0/quickstart.html#command-usage">
63+
<a class="reference external" href="https://django-setup-configuration.readthedocs.io/en/0.6.0/quickstart.html#command-usage">
6464
django-setup-configuration
6565
</a>
6666
documentation.

tests/fixtures/test_documentation.test_usage_directive_outputs_expected_html_with_sphinx.steps_disabled_toc_enabled.approved.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ <h1>
6060
</div>
6161
<p>
6262
Further information can be found at the
63-
<a class="reference external" href="https://django-setup-configuration.readthedocs.io/0.6.0/quickstart.html#command-usage">
63+
<a class="reference external" href="https://django-setup-configuration.readthedocs.io/en/0.6.0/quickstart.html#command-usage">
6464
django-setup-configuration
6565
</a>
6666
documentation.

tests/fixtures/test_documentation.test_usage_directive_outputs_expected_html_with_sphinx.steps_fully_disabled.approved.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ <h1>
6060
</div>
6161
<p>
6262
Further information can be found at the
63-
<a class="reference external" href="https://django-setup-configuration.readthedocs.io/0.6.0/quickstart.html#command-usage">
63+
<a class="reference external" href="https://django-setup-configuration.readthedocs.io/en/0.6.0/quickstart.html#command-usage">
6464
django-setup-configuration
6565
</a>
6666
documentation.

tests/fixtures/test_documentation.test_usage_directive_outputs_expected_html_with_sphinx.steps_toc_disabled.approved.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ <h1>
6060
</div>
6161
<p>
6262
Further information can be found at the
63-
<a class="reference external" href="https://django-setup-configuration.readthedocs.io/0.6.0/quickstart.html#command-usage">
63+
<a class="reference external" href="https://django-setup-configuration.readthedocs.io/en/0.6.0/quickstart.html#command-usage">
6464
django-setup-configuration
6565
</a>
6666
documentation.

0 commit comments

Comments
 (0)