Changeset f1b696d in sasview


Ignore:
Timestamp:
Sep 28, 2018 6:06:05 AM (6 years ago)
Author:
trnielsen
Branches:
ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
7385fec
Parents:
8137a02
Message:

Make sure html docs include link to *.js files

Building wiht "sphinx-build -b qthelp … " does to render math.

File:
1 edited

Legend:

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

    rdb7d2c7 rf1b696d  
    221221    print("=== Build HTML Docs from ReST Files ===") 
    222222    subprocess.call(["sphinx-build", 
    223                      "-b", "qthelp", # Builder name. TODO: accept as arg to setup.py. 
     223                     "-b", "html", # Builder name. TODO: accept as arg to setup.py. 
    224224                     "-d", joinpath(SPHINX_BUILD, "doctrees"), 
    225225                     SPHINX_SOURCE, 
Note: See TracChangeset for help on using the changeset viewer.