Changeset 7ba0479 in rtems-docs


Ignore:
Timestamp:
02/20/17 06:23:55 (7 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
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)
Message:

Render math via JavaScript? in HTML output

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • README.txt

    r51392ac r7ba0479  
    3838----------
    3939
    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
     40HTML builds directly with Sphinx, PDF requires a full Latex (texlive) install,
     41and building a Single HTML page requires the 'inliner' tool. The
    4342sphinxcontrib-bibtex extension is mandatory.
    4443
  • c-user/conf.py

    r51392ac r7ba0479  
    44from conf import *
    55
    6 extensions = ['sphinx.ext.imgmath', 'sphinxcontrib.bibtex']
     6extensions = ['sphinx.ext.mathjax', 'sphinxcontrib.bibtex']
    77
    88version = '4.11.99'
Note: See TracChangeset for help on using the changeset viewer.