Changeset 3d37fe9 in sasview for docs


Ignore:
Timestamp:
Sep 12, 2017 12:49:22 AM (7 years ago)
Author:
wojciech
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
6e546f8
Parents:
1659f54
Message:

Building pdf if latex executable exists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • docs/sphinx-docs/build_sphinx.py

    r0cb184e r3d37fe9  
    439439    apidoc() 
    440440    build() 
    441     #if find_executable('latex'): 
    442     build_pdf() 
     441    if find_executable('latex'): 
     442        build_pdf() 
    443443    #convert_katex() 
    444444    #convert_mathjax() 
Note: See TracChangeset for help on using the changeset viewer.