summaryrefslogtreecommitdiff
path: root/sphinx/setup_command.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add -c option to 'python setup.py build_sphinx' to specify the configBarry Warsaw2010-04-291-1/+5
* 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
* | 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
* Some more license nits.Georg Brandl2009-01-031-1/+1
* Switch copyright and license tags to single style. Add contributorGeorg Brandl2009-01-031-1/+1
* Fix missing import.georg.brandl2008-08-301-0/+1
* Add distutils command for building Sphinx.georg.brandl2008-07-291-0/+88