Skip to content

Commit 699501a

Browse files
Fix inline links (#10)
1 parent 95372da commit 699501a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

sphinx_helm/templates/rst.jinja2

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{% extends "base.jinja2" %}
22

33
{% block header -%}
4-
.. This page has been autogenerated using sphinx-helm.
5-
https://sphinx-helm.readthedocs.io
64
{% endblock %}
75

86
{% block title -%}
@@ -46,8 +44,7 @@ The following table lists the configurable parameters of the {{ name | capitaliz
4644
{%- if credits -%}
4745
----
4846

49-
Documentation generated by sphinx-helm_.
47+
Helm Chart reference generated by sphinx-helm <https://sphinx-helm.readthedocs.io>`_.
5048

51-
.. sphinx-helm: https://sphinx-helm.readthedocs.io
5249
{% endif -%}
5350
{%- endblock %}

0 commit comments

Comments
 (0)