Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove static scripts | Stephen Finucane | 2017-10-09 | 1 | -15/+0 |
| | | | | | | | | | Executable scripts without the '.py' extension are already created and installed by setuptools, by way of the 'console_scripts' section. These scripts are unnecessary noise. If people want to test this behavior locally, use a virtualenv. Signed-off-by: Stephen Finucane <stephen@that.guru> | ||||
* | Update more files that hardcode sys.argv | Adam J. Stewart | 2017-05-09 | 1 | -1/+1 |
| | |||||
* | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
| | |||||
* | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 |
| | |||||
* | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 |
| | |||||
* | Fix: make-mode will work with sphinx-build command that is generated from ↵ | Takayuki Shimizukawa | 2014-05-25 | 1 | -5/+2 |
| | | | | | | setup.py entry_points definition. This fix relates to https://bitbucket.org/birkenfeld/sphinx/pull-request/203/add-make-mode-to-sphinx-build-invoked-by/diff#comment-1133945 | ||||
* | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
| | |||||
* | Add "make mode" to sphinx-build, invoked by the -M flag. | Georg Brandl | 2014-01-11 | 1 | -2/+5 |
| | | | | | | | | | This is intended to do almost all of what the quickstart-generated Makefile and make.bat did, but within Sphinx. The advantages are: * no duplication between Unix and Windows files * updates and fixes are propagated (the generated makefiles never update) * more Python code, less shell code! | ||||
* | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 |
| | |||||
* | Happy new year! | Georg Brandl | 2010-01-01 | 1 | -1/+1 |
| | |||||
* | Some more license nits. | Georg Brandl | 2009-01-03 | 1 | -2/+2 |
| | |||||
* | Make the scripts executable. | Georg Brandl | 2008-11-04 | 1 | -0/+0 |
| | |||||
* | Add shebangs. | Georg Brandl | 2008-06-23 | 1 | -0/+1 |
| | |||||
* | More refactoring, this time allowing different file extensions | Georg Brandl | 2008-02-01 | 1 | -7/+1 |
| | | | | | and a different master file. Also fix environment warning reporting and improve handling of error conditions. | ||||
* | Update copyright years and change license to BSD. | Georg Brandl | 2008-01-11 | 1 | -2/+2 |
| | |||||
* | Initial import of the doc tools. | Georg Brandl | 2007-07-23 | 1 | -0/+20 |