Changeset 2bcd424 in rtems-docs
- Timestamp:
- 03/10/16 16:48:15 (7 years ago)
- Branches:
- 4.11, 5, am, master
- Children:
- 1a5e1d7
- Parents:
- 63eaa6f
- git-author:
- Amar Takhar <amar@…> (03/10/16 16:48:15)
- git-committer:
- Amar Takhar <verm@…> (05/03/16 00:51:26)
- Location:
- common
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
common/conf.py
r63eaa6f r2bcd424 183 183 184 184 185 latex_additional_files = ['../common/rtemsstyle.sty', '../common/ logo.pdf']185 latex_additional_files = ['../common/rtemsstyle.sty', '../common/minted.sty', '../common/logo.pdf'] 186 186 latex_use_modindex = False 187 187 -
common/rtemsstyle.sty
r63eaa6f r2bcd424 14 14 15 15 \renewenvironment{printindex}{\underscoresplit\oldprintindex} 16 17 \usepackage{minted} 18 \fvset{ 19 breaklines=true, 20 linenos, 21 numbersep=5pt, 22 gobble=2, 23 } 16 24 17 25 -
common/waf.py
r63eaa6f r2bcd424 65 65 def cmd_configure(ctx): 66 66 ctx.load('tex') 67 68 ctx.env.append_value('PDFLATEXFLAGS', '-shell-escape') 67 69 68 70 ctx.find_program("sphinx-build", var="BIN_SPHINX_BUILD", mandatory=True)
Note: See TracChangeset
for help on using the changeset viewer.