mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
fix documentation for websupport.
This commit is contained in:
parent
ab91342bb1
commit
27f89b9e99
@ -57,7 +57,7 @@ This will return a dictionary containing the following items:
|
|||||||
* **relbar**: A div containing links to related documents
|
* **relbar**: A div containing links to related documents
|
||||||
* **title**: The title of the document
|
* **title**: The title of the document
|
||||||
* **css**: Links to CSS files used by Sphinx
|
* **css**: Links to CSS files used by Sphinx
|
||||||
* **js**: JavaScript containing comment options
|
* **script**: JavaScript containing comment options
|
||||||
|
|
||||||
This dict can then be used as context for templates. The goal is to be easy to
|
This dict can then be used as context for templates. The goal is to be easy to
|
||||||
integrate with your existing templating system. An example using `Jinja2
|
integrate with your existing templating system. An example using `Jinja2
|
||||||
@ -77,9 +77,9 @@ integrate with your existing templating system. An example using `Jinja2
|
|||||||
<link rel="stylesheet" href="/static/websupport-custom.css" type="text/css">
|
<link rel="stylesheet" href="/static/websupport-custom.css" type="text/css">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{%- block js %}
|
{%- block script %}
|
||||||
{{ super() }}
|
{{ super() }}
|
||||||
{{ document.js|safe }}
|
{{ document.script|safe }}
|
||||||
{%- endblock %}
|
{%- endblock %}
|
||||||
|
|
||||||
{%- block relbar %}
|
{%- block relbar %}
|
||||||
|
Loading…
Reference in New Issue
Block a user