summaryrefslogtreecommitdiff
path: root/sphinx/setup_command.py
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year.Georg Brandl2014-03-011-4/+5
|\
| * merge with stableGeorg Brandl2014-01-221-4/+5
| |\
| | * Fix formattingDmitry Shachnev2014-01-221-2/+2
| | |
| | * MergeDmitry Shachnev2014-01-201-4/+5
| | |\
| | | * Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use print function instead of print statement; - Use new exception handling; - Use in operator instead of has_key(); - Do not use tuple arguments in functions; - Other miscellaneous improvements. This is based on output of `futurize --stage1`, with some manual corrections.
* | | | Update copyright year.Georg Brandl2014-03-011-1/+1
|/ / /
* | | setup_command.py: Add missing DistutilsOptionError importDmitry Shachnev2014-01-211-0/+1
|/ /
* | BuildDoc shouldn't fail on Unicode paths.Sascha Peilicke2013-11-131-0/+14
|/ | | | | | | | | | Sub-classes of sphinx.setup_command.BuildDoc may choose to call finalize_options in their run() method again for various reasons. However, currently this fails with py2.7 because of http://bugs.python.org/issue19570. Since it is unlikely that the upstream issue will be solved, a workaround is to re-implement distutils' Command._ensure_stringlike to support Unicode strings.
* Fix again: NFC/NFD normalizing problem. Closes #1142shimizukawa2013-09-181-2/+5
|
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* 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-1/+2
|\ \ | |/ |/|
| * Docstring harmonization.Georg Brandl2010-08-221-1/+2
| |
* | Fix demo setup.py.Georg Brandl2010-08-251-3/+3
|/
* 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
|
* 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
| | | | | 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