<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">What is the recommended way to preview any documentation changes, such as after modifying restructured text (rst) files?<div class=""><br class=""></div><div class="">After adding some additional math to an rst file, I’d like to see the result of the change, but haven’t found a good way to do so.</div><div class="">[I’m using a Mac, with Python 3.6.]</div><div class=""><br class=""></div><div class="">* Attempts to build the scipy doc have not succeeded for me ("setup.py build_sphinx" generates lots of dvipng errors; perhaps building the doc requires Py2.7???)</div><div class="">* The Mac editor Atom has some rst preview packages, but I haven’t found one that can handle the \begin{eqnarray*} constructs in the scipy rst files.</div><div class="">* Stand-alone rst-viewers which then opened in a browser didn’t like the math either.</div><div class="">* One online viewer <a href="http://rst.ninjs.org" class="">http://rst.ninjs.org</a> did render the math in a fashion, after I had removed the ":nowrap:", and converted the backtick :math:`XXX` to stand-alone math. But it was a poor rendering when compared to the actual scipy html. </div><div class=""><br class=""></div><div class="">How do you preview doc changes?</div><div class=""><br class=""></div><div class="">Thanks,</div><div class="">Paul</div><div class=""><br class=""></div><div class=""><br class=""></div></body></html>