Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions sphinx_helm/templates/rst.jinja2
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{% extends "base.jinja2" %}

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

{% block title -%}
Expand Down Expand Up @@ -46,8 +44,7 @@ The following table lists the configurable parameters of the {{ name | capitaliz
{%- if credits -%}
----

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

.. sphinx-helm: https://sphinx-helm.readthedocs.io
{% endif -%}
{%- endblock %}
Loading