Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -4/+5 |
|\ | |||||
| * | merge with stable | Georg Brandl | 2014-01-22 | 1 | -4/+5 |
| |\ | |||||
| | * | Fix formatting | Dmitry Shachnev | 2014-01-22 | 1 | -2/+2 |
| | * | Merge | Dmitry Shachnev | 2014-01-20 | 1 | -4/+5 |
| | |\ | |||||
| | | * | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 1 | -4/+5 |
* | | | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
|/ / / | |||||
* | | | setup_command.py: Add missing DistutilsOptionError import | Dmitry Shachnev | 2014-01-21 | 1 | -0/+1 |
|/ / | |||||
* | | BuildDoc shouldn't fail on Unicode paths. | Sascha Peilicke | 2013-11-13 | 1 | -0/+14 |
|/ | |||||
* | Fix again: NFC/NFD normalizing problem. Closes #1142 | shimizukawa | 2013-09-18 | 1 | -2/+5 |
* | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 |
* | Fix code style nits. | Georg Brandl | 2012-03-10 | 1 | -1/+1 |
* | Closes #831: Provide ``--project`` flag in setup_command as advertised. | Georg Brandl | 2012-01-29 | 1 | -0/+3 |
* | merge with 1.0 | Georg Brandl | 2011-01-08 | 1 | -4/+1 |
|\ | |||||
| * | Actually make the change advertised in rev 40d4dae1df70. | Georg Brandl | 2011-01-08 | 1 | -4/+1 |
* | | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 |
* | | merge with 1.0 | Georg Brandl | 2010-11-17 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | Do not require build dir to exist. | Georg Brandl | 2010-11-17 | 1 | -1/+0 |
* | | merge with 1.0 | Georg Brandl | 2010-08-25 | 1 | -1/+2 |
|\ \ | |/ |/| | |||||
| * | Docstring harmonization. | Georg Brandl | 2010-08-22 | 1 | -1/+2 |
* | | Fix demo setup.py. | Georg Brandl | 2010-08-25 | 1 | -3/+3 |
|/ | |||||
* | Fix missing print statement. | Georg Brandl | 2010-08-17 | 1 | -1/+1 |
* | Add -i option to symlink index.html to the master doc. | Barry Warsaw | 2010-04-29 | 1 | -1/+8 |
* | Slightly different way to default to curdir. | Barry Warsaw | 2010-04-29 | 1 | -1/+4 |
* | As a last resort, search . for config.py. This way, you're almost assured to | Barry Warsaw | 2010-04-29 | 1 | -1/+1 |
* | Add -c option to 'python setup.py build_sphinx' to specify the config | Barry Warsaw | 2010-04-29 | 1 | -1/+5 |
* | merge with http://bitbucket.org/sbarthelemy/sphinx/. | Georg Brandl | 2010-02-19 | 1 | -4/+52 |
|\ | |||||
| * | added project option and improved doc. | S?bastien Barth?lemy | 2009-09-10 | 1 | -2/+35 |
| * | - removed sphinx.setup_command.BuildDoc.conf_file_name that seems useless | S?bastien Barth?lemy | 2009-08-31 | 1 | -3/+14 |
* | | Allow auto-detecting "docs" as sphinx source dir. | Georg Brandl | 2010-02-07 | 1 | -6/+10 |
* | | Happy new year! | Georg Brandl | 2010-01-01 | 1 | -1/+1 |
|/ | |||||
* | #159: do not fail if sys.stdout has no isatty() method. | Georg Brandl | 2009-05-10 | 1 | -2/+2 |
* | Reformat to EOL80. | Georg Brandl | 2009-01-10 | 1 | -1/+2 |
* | Some more license nits. | Georg Brandl | 2009-01-03 | 1 | -1/+1 |
* | Switch copyright and license tags to single style. Add contributor | Georg Brandl | 2009-01-03 | 1 | -1/+1 |
* | Fix missing import. | georg.brandl | 2008-08-30 | 1 | -0/+1 |
* | Add distutils command for building Sphinx. | georg.brandl | 2008-07-29 | 1 | -0/+88 |