summaryrefslogtreecommitdiff
path: root/sphinx/make_mode.py
Commit message (Expand)AuthorAgeFilesLines
* Year++Takeshi KOMIYA2017-03-261-1/+1
* Fix #3400: make-mode don't use subprocess on building docsTakeshi KOMIYA2017-02-251-15/+7
* Fix flake8 violationsTakeshi KOMIYA2017-01-121-1/+1
* Closes #3194: Refer the $MAKE environment variable to determine ``make`` commandTakeshi KOMIYA2016-12-151-3/+4
* Merge pull request #3078 from jwilk/spellingTakeshi KOMIYA2016-10-241-1/+1
|\
| * Fix typosJakub Wilk2016-10-221-1/+1
* | Let "make help" provide better info for latexpdf targetjfbu2016-10-231-1/+1
|/
* Merge pull request #2774 from tk0miya/latex_engineTakeshi KOMIYA2016-07-211-14/+0
|\
| * Support multiple LaTeX engines through `latex_engine`Takeshi KOMIYA2016-07-191-14/+0
* | Merge branch 'stable'Takeshi KOMIYA2016-07-211-3/+2
|\ \ | |/ |/|
| * fix make clean abort when build dir contains files like .DS_Store.Yoshiki Shibukawa2016-07-161-3/+2
* | Close #894: Add ``lualatexpdf`` and ``xelatexpdf`` as a make target to build ...Takeshi KOMIYA2016-04-211-24/+38
|/
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
* Support PEP-440 version spec for developers.shimizukawa2015-03-141-1/+1
* final pep8 fixes; reactivate most warnings in flake8Georg Brandl2015-03-081-2/+2
* remove debug print. sorry :(shimizukawa2015-01-171-1/+0
* Fix: on windows, make-mode didn't work on Win32 platform if sphinx was invoke...shimizukawa2015-01-171-3/+8
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
* | Fix: make-mode didn't work on Win32 platform if sphinx was installed by wheel...Takayuki Shimizukawa2014-12-191-1/+10
* | merge with stableTakayuki Shimizukawa2014-09-261-3/+7
|\ \ | |/
| * refactoring by using `with cd`Takayuki Shimizukawa2014-09-261-16/+5
| * Fix make-mode behavior on Windows. make target `latexpdf`, `latexpdfja` and `...Takayuki Shimizukawa2014-09-261-3/+19
* | merge with stableTakayuki Shimizukawa2014-06-091-2/+2
|\ \ | |/
| * fix: make-mode can't handle extra options that passed as SPHINXOPTSTakayuki Shimizukawa2014-05-031-2/+2
* | merge with stableGeorg Brandl2014-03-021-8/+16
|\ \ | |/
| * Fix long lines.Georg Brandl2014-03-021-7/+14
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|\ \ | |/
| * Update copyright year.Georg Brandl2014-03-011-1/+1
* | Modernize newly written code as wellDmitry Shachnev2014-01-201-60/+61
|/
* Make mode: refactor using a class and add source dir to the makefileGeorg Brandl2014-01-191-179/+191
* make mode: add missing build methods.Georg Brandl2014-01-191-5/+43
* Add "make mode" to sphinx-build, invoked by the -M flag.Georg Brandl2014-01-111-0/+202