Changeset 7ba0479 in rtems-docs
- Timestamp:
- 02/20/17 06:23:55 (7 years ago)
- Branches:
- 5, master
- Children:
- c1dddac
- Parents:
- 51392ac
- git-author:
- Sebastian Huber <sebastian.huber@…> (02/20/17 06:23:55)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (02/20/17 06:24:07)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
README.txt
r51392ac r7ba0479 38 38 ---------- 39 39 40 For HTML output a Sphinx and a full Latex (texlive) installation is necessary. 41 Sphinx uses Latex to produce images of mathematical formulas for the HTML 42 output. Building a Single HTML page requires the 'inliner' tool. The 40 HTML builds directly with Sphinx, PDF requires a full Latex (texlive) install, 41 and building a Single HTML page requires the 'inliner' tool. The 43 42 sphinxcontrib-bibtex extension is mandatory. 44 43 -
c-user/conf.py
r51392ac r7ba0479 4 4 from conf import * 5 5 6 extensions = ['sphinx.ext. imgmath', 'sphinxcontrib.bibtex']6 extensions = ['sphinx.ext.mathjax', 'sphinxcontrib.bibtex'] 7 7 8 8 version = '4.11.99'
Note: See TracChangeset
for help on using the changeset viewer.