Commit f4aa6c53 by Michael DeHaan

Format module requirements as notes in Sphinx

parent eb0509fc
......@@ -47,15 +47,11 @@
{% endif %}
{% if requirements %}
.. raw:: html
{% for req in requirements %}
<p>
<b>Requirements:</b>
{% for req in requirements %}
@{ req | html_ify }@
{% endfor %}
</p>
.. note:: Requires @{ req | html_ify }@
{% endfor %}
{% endif %}
{% if not plainexamples %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment