summaryrefslogtreecommitdiff
path: root/sphinx/setup_command.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix code style nits.Georg Brandl2012-03-101-1/+1
|
* Closes #831: Provide ``--project`` flag in setup_command as advertised.Georg Brandl2012-01-291-0/+3
|
* merge with 1.0Georg Brandl2011-01-081-4/+1
|\
| * Actually make the change advertised in rev 40d4dae1df70.Georg Brandl2011-01-081-4/+1
| |
* | merge with 1.0Georg Brandl2011-01-041-1/+1
|\ \ | |/
| * New year update.Georg Brandl2011-01-041-1/+1
| |
* | merge with 1.0Georg Brandl2010-11-171-1/+0
|\ \ | |/
| * Do not require build dir to exist.Georg Brandl2010-11-171-1/+0
| |
* | merge with 1.0Georg Brandl2010-08-251-3/+3
|\ \ | |/
| * Fix demo setup.py.Georg Brandl2010-08-251-3/+3
| |
* | Docstring harmonization.Georg Brandl2010-08-221-1/+2
|/
* Fix missing print statement.Georg Brandl2010-08-171-1/+1
|
* Add -i option to symlink index.html to the master doc.Barry Warsaw2010-04-291-1/+8
|
* Slightly different way to default to curdir.Barry Warsaw2010-04-291-1/+4
|
* As a last resort, search . for config.py. This way, you're almost assured toBarry Warsaw2010-04-291-1/+1
| | | | find one, providing a fallback default instead of complaining and exiting.
* Add -c option to 'python setup.py build_sphinx' to specify the configBarry Warsaw2010-04-291-1/+5
| | | | directory different than the source directory.
* merge with http://bitbucket.org/sbarthelemy/sphinx/.Georg Brandl2010-02-191-4/+52
|\
| * added project option and improved doc.Sébastien Barthélemy2009-09-101-2/+35
| |
| * - removed sphinx.setup_command.BuildDoc.conf_file_name that seems uselessSébastien Barthélemy2009-08-311-3/+14
| | | | | | | | - added version/release/today option to sphinx.setup_command.BuildDoc
* | Allow auto-detecting "docs" as sphinx source dir.Georg Brandl2010-02-071-6/+10
| |
* | Happy new year!Georg Brandl2010-01-011-1/+1
|/
* #159: do not fail if sys.stdout has no isatty() method.Georg Brandl2009-05-101-2/+2
|
* Reformat to EOL80.Georg Brandl2009-01-101-1/+2
|
* Merge in copyright style changes from 0.5.Georg Brandl2009-01-031-2/+2
|\
| * Switch copyright and license tags to single style. Add contributorGeorg Brandl2009-01-031-1/+1
|/ | | | | names in AUTHORS instead, and add the license of etree13 to LICENSE.
* Fix missing import.Georg Brandl2008-08-301-0/+1
|
* Add distutils command for building Sphinx.Georg Brandl2008-07-291-0/+88