This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Oct 27, 2015
-
-
Martyn Gigg authored
If the colorama package is available then Sphinx colorizes the console output. This doesn't play well with MantidPlot and hides the output when running with -xq.
-
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
- Apr 22, 2015
-
-
Martyn Gigg authored
-
- Feb 12, 2015
-
-
Harry Jeffery authored
-
- Feb 11, 2015
-
-
Harry Jeffery authored
-
- Feb 06, 2015
-
-
Gigg, Martyn Anthony authored
The patch causes Sphinx to fall over when running inside MantidPlot due to the presence of IPython.
-
- Aug 14, 2014
-
-
Gigg, Martyn Anthony authored
Missed this when moving script around. Refs #9639
-
- Aug 13, 2014
-
-
Gigg, Martyn Anthony authored
The driver script for running the sphinx process can now be called by a user without any special requirements. The main use case will be running a doctest individually. It should be noted that even restricting the run to a single file with the new -R option will actually still cause Sphinx to read every source file at least once. This is baked in to Sphinx and cannot be avoided. However, the config pickling does mean that all source files are only read once and then after this only changed files are reread. Refs #9639 Refs #
-
- Jun 27, 2014
-
-
Gigg, Martyn Anthony authored
This gives greater flexibility in configuring the generated output for each builder type. At this point the output is the same as it was for the single conf file case. Refs #9761
-
- Jun 18, 2014
-
-
Gigg, Martyn Anthony authored
Refs #9639
-
Gigg, Martyn Anthony authored
Refs #9639
-
Gigg, Martyn Anthony authored
They can be disabled by turning off the SEPARATE_DOC_TESTS cmake option. Refs #9639
-
Gigg, Martyn Anthony authored
Each builder type now has a separate environment so that the order of running the targets doesn't make a difference. Shared doctree directories meant that running doctest first just in vanilla python wouldn't generate the screenshots and running the html target wouldn't reread the unchanged source files to generate the images. It forced doctest to run in MantidPlot and do the screenshot generation. Refs #9639
-
Gigg, Martyn Anthony authored
Refs #9639
-
Gigg, Martyn Anthony authored
Refs #9639
-
Gigg, Martyn Anthony authored
-
- Jun 03, 2014
-
-
Gigg, Martyn Anthony authored
The page reference must be before the page title so that it can be referenced without including the link text. Refs #9562
-
Gigg, Martyn Anthony authored
They are not necessary and they slow down the build quite considerably. Refs #9562
-
- Jun 02, 2014
-
-
Gigg, Martyn Anthony authored
It just calls the sphinx.main() function directly without the need to go through pkg_resources. Refs #9559
-
Gigg, Martyn Anthony authored
This will allow us to use a package rather than a fresh build if necessary. Refs #9521
-
- May 30, 2014
-
-
Gigg, Martyn Anthony authored
They are no created in a directory specified by an environment variable so that they don't have to touch the source directory. Refs #9521
-
- May 28, 2014
-
-
Gigg, Martyn Anthony authored
Only added if Sphinx can be found. Refs #9521
-
- May 03, 2012
-
-
Gigg, Martyn Anthony authored
-
- Mar 14, 2012
-
-
Gigg, Martyn Anthony authored
Touches nearly everything unfortunately but is necessary.
-
- Mar 13, 2012
-
-
Peterson, Peter authored
-
- Jan 20, 2012
-
-
Gigg, Martyn Anthony authored
The output PDF is not ideal at the moment but it is a start.
-
- Jan 19, 2012
-
-
Gigg, Martyn Anthony authored
The API bits need a some tidy up but they are at least there and can be searched.
-