mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
refs #3093: add tests
This commit is contained in:
parent
76eb8ab56d
commit
3566352bdb
@ -6,5 +6,5 @@ keep_warnings = True
|
|||||||
templates_path = ['_templates']
|
templates_path = ['_templates']
|
||||||
html_additional_pages = {'index': 'index.html'}
|
html_additional_pages = {'index': 'index.html'}
|
||||||
release = version = '2013.120'
|
release = version = '2013.120'
|
||||||
gettext_additional_targets = ['index']
|
gettext_additional_targets = ['index', 'image']
|
||||||
exclude_patterns = ['_build']
|
exclude_patterns = ['_build']
|
||||||
|
@ -34,3 +34,20 @@ image url and alt
|
|||||||
.. figure:: img.png
|
.. figure:: img.png
|
||||||
:alt: img
|
:alt: img
|
||||||
|
|
||||||
|
|
||||||
|
image on substitution
|
||||||
|
---------------------
|
||||||
|
|
||||||
|
.. |sub image| image:: i18n.png
|
||||||
|
|
||||||
|
image under note
|
||||||
|
-----------------
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
.. image:: i18n.png
|
||||||
|
:alt: i18n
|
||||||
|
|
||||||
|
.. figure:: img.png
|
||||||
|
:alt: img
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user