summaryrefslogtreecommitdiff
path: root/sphinx/setup_command.py
Commit message (Expand)AuthorAgeFilesLines
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
* final pep8 fixes; reactivate most warnings in flake8Georg Brandl2015-03-081-5/+4
* BuildDoc: remove "author" and "date" optionsYclept Nemo2015-01-251-7/+0
* Class "BuildDoc": support "copyright"Yclept Nemo2015-01-251-0/+11
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
* | Merge with stableTakayuki Shimizukawa2014-08-301-1/+4
|\ \ | |/
| * Now Sphinx exits with non-zero status code if builder status is not success. ...Takayuki Shimizukawa2014-08-291-1/+4
* | Update documentation and `sphinx-build -N` option behavior for windows color ...Takayuki Shimizukawa2014-07-051-1/+0
* | tiny fix for py2/py3 compatibility in one source.Takayuki Shimizukawa2014-05-011-3/+2
* | remove 'six' name except importing line.Takayuki Shimizukawa2014-04-301-2/+2
* | introduce the six module and reduce sphinx.util.pycompat implementation. refs...Takayuki Shimizukawa2014-04-291-2/+3
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|\ \ | |/
| * Update copyright year.Georg Brandl2014-03-011-1/+1
* | merge with stableGeorg Brandl2014-01-221-0/+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
* | 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
| |/
* | BuildDoc shouldn't fail on Unicode paths.Sascha Peilicke2013-11-131-0/+14
|/
* Fix again: NFC/NFD normalizing problem. Closes #1142Takayuki Shimizukawa2013-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-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
* 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
* 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
|/
* Fix missing import.Georg Brandl2008-08-301-0/+1
* Add distutils command for building Sphinx.Georg Brandl2008-07-291-0/+88