2

I want to describe an alias with the index.rst file. Then I want to use, this alias other rst files. Is it possible?

eg.

in index.rst file:

.. |n1| image:: /_static/Number1.png
   :width: 64px

Then I want use this alias for example in page1.rst, page2.rst files.

|n1| some texts.
chrome
  • 661
  • 2
  • 7
  • 23
  • possible duplicate of [sphinx import parent dir rst file?](http://stackoverflow.com/questions/4550659/sphinx-import-parent-dir-rst-file) – chrome Jan 11 '14 at 14:45
  • 1
    You can use `rst_epilog`; see http://stackoverflow.com/a/10042061/407651. – mzjn Jan 14 '14 at 14:25

0 Answers0