summaryrefslogtreecommitdiff
path: root/sphinx/cmd/build.py
Commit message (Expand)AuthorAgeFilesLines
* Fix double space inconsistences in code, CHANGES and translations.Álvaro Mondéjar2020-05-091-2/+2
* refactor: Import libraries at the top of script (if no reason)Takeshi KOMIYA2020-03-211-3/+2
* Ignore bdb.BdbQuit when handling exceptionsDaniel Hahler2020-03-101-0/+5
* build: start description lower-casedRafael Fontenelle2020-03-081-1/+1
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Fix #6549: sphinx-build: Escaped characters in error messagesTakeshi KOMIYA2019-07-061-1/+1
* Migrate to py3 style type annotation: sphinx.cmd.buildTakeshi KOMIYA2019-06-301-16/+7
* Merge branch '2.0.2' into 2.0Takeshi KOMIYA2019-06-021-1/+1
|\
| * Fix capitalization to match other messagesjfbu2019-04-171-1/+1
* | code snippet should not be a translation targetTakayuki SHIMIZUKAWA2019-03-251-1/+1
* | Support --keep-going with BuildDoc setup command (#6180)Daniel Hahler2019-03-171-1/+1
|/
* refactor: Move terminal_safe() to sphinx.util.consoleTakeshi KOMIYA2019-02-111-2/+1
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Replace use of six.text_type with strJon Dufresne2018-12-181-4/+3
* | Merge branch '1.8'Takeshi KOMIYA2018-12-181-1/+1
|\ \ | |/
| * Fix #5724: quickstart: sphinx-quickstart fails when $LC_ALL is emptyTakeshi KOMIYA2018-12-171-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-6/+6
* | Remove print_function featureTakeshi KOMIYA2018-12-151-1/+0
* | Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA2018-12-151-1/+1
* | Remove use of six.binary_typeJon Dufresne2018-11-111-18/+2
|/
* Fix #5418: Incorrect default path for sphinx-build -d/doctrees filesTakeshi KOMIYA2018-09-131-1/+1
* Merge branch 'master' into 4614_keep_goingTakeshi KOMIYA2018-07-311-1/+1
|\
| * Move sphinx.make_mode to under sphinx.cmdTakeshi KOMIYA2018-07-291-1/+1
* | Closes #4614: sphinx-build: Add :option:`--keep-going` option to show all war...Takeshi KOMIYA2018-07-231-1/+3
|/
* Merge branch '1.7'Takeshi KOMIYA2018-07-151-1/+1
|\
| * Fix sphinx-build: ``sphinx.cmd.build.main()`` refers ``sys.argv`` instead of ...Takeshi KOMIYA2018-06-301-1/+1
* | Let docutils know the location of ``docutils.conf`` for SphinxTakeshi KOMIYA2018-04-221-1/+2
* | Merge branch '1.7'Takeshi KOMIYA2018-03-191-1/+1
|\ \ | |/
* | Merge branch '1.7'Takeshi KOMIYA2018-03-181-2/+2
|\ \ | |/
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-2/+2
* | Make sphinx-* commands translatableTakeshi KOMIYA2018-03-031-60/+61
* | Supports i18n console outputTakeshi KOMIYA2018-02-251-1/+6
* | Merge branch 'master' into move_cmdline_to_cmd.buildTakeshi KOMIYA2018-02-241-2/+2
|\ \ | |/
| * Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+2
* | Fix mypy violationsTakeshi KOMIYA2018-02-171-2/+2
* | Adjust interface to sphinx.cmd.build with 1.7'sTakeshi KOMIYA2018-02-171-4/+24
* | Rename sphinx.cmdline to sphinx.cmd.buildTakeshi KOMIYA2018-02-171-0/+294
* | Remove sphinx.cmd.buildTakeshi KOMIYA2018-02-171-42/+0
|/
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* sphinx-build: Move code out of 'sphinx.__init__'Stephen Finucane2017-10-021-0/+42