summaryrefslogtreecommitdiff
path: root/sphinx-build.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove static scriptsStephen Finucane2017-10-091-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.argvAdam J. Stewart2017-05-091-1/+1
|
* Year++Takeshi KOMIYA2017-03-261-1/+1
|
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
|
* all: update copyrightGeorg Brandl2015-01-031-1/+1
|
* Fix: make-mode will work with sphinx-build command that is generated from ↵Takayuki Shimizukawa2014-05-251-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 Brandl2014-03-011-1/+1
|
* Add "make mode" to sphinx-build, invoked by the -M flag.Georg Brandl2014-01-111-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 Brandl2013-01-011-1/+1
|
* New year update.Georg Brandl2011-01-041-1/+1
|
* Happy new year!Georg Brandl2010-01-011-1/+1
|
* Some more license nits.Georg Brandl2009-01-031-2/+2
|
* Make the scripts executable.Georg Brandl2008-11-041-0/+0
|
* Add shebangs.Georg Brandl2008-06-231-0/+1
|
* More refactoring, this time allowing different file extensionsGeorg Brandl2008-02-011-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 Brandl2008-01-111-2/+2
|
* Initial import of the doc tools.Georg Brandl2007-07-231-0/+20