- Timestamp:
- Sep 11, 2017 6:28:58 AM (7 years ago)
- 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:
- 0cb184e
- Parents:
- 96f00a0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/sphinx-docs/build_sphinx.py
r5cb0c87 r1573220 18 18 from distutils.dir_util import copy_tree 19 19 from distutils.util import get_platform 20 from distutils.spawn import find_executable 21 20 22 from shutil import copy 21 23 from os import listdir … … 371 373 372 374 LATEXDIR = os.path.join(SPHINX_BUILD, "latex") 375 #TODO: Does it need to be done so many time? 373 376 def pdflatex(): 374 377 subprocess.call(["pdflatex", "Sasview.tex"], cwd=LATEXDIR) … … 436 439 apidoc() 437 440 build() 438 #build_pdf() 441 if find_executable('latex'): 442 build_pdf() 439 443 #convert_katex() 440 444 #convert_mathjax()
Note: See TracChangeset
for help on using the changeset viewer.