summaryrefslogtreecommitdiff
path: root/sphinx/builders/texinfo.py
Commit message (Expand)AuthorAgeFilesLines
* Add "typ" to NoUriTakeshi KOMIYA2020-01-011-1/+1
* More NoUri details.Julien Palard2020-01-011-1/+1
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-301-1/+1
* Migrate to py3 style type annotation: sphinx.builders.texinfoTakeshi KOMIYA2019-06-101-30/+15
* Merge branch '2.0'Takeshi KOMIYA2019-03-071-6/+7
|\
| * Fix #3079: texinfo: image files are not copied on ``make install-info``Takeshi KOMIYA2019-03-021-6/+7
* | refactor: move NoUri to sphinx.errorsTakeshi KOMIYA2019-03-021-1/+1
|/
* texinfo: refactor with progress_message()Takeshi KOMIYA2019-02-111-34/+33
* Give "nonl=True" value to logging.info() instead of intTakeshi KOMIYA2019-01-191-4/+4
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Replace EnvironmentError and IOError by OSErrorTakeshi KOMIYA2018-12-191-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | refactor: Remove u-prefix from stringsTakeshi KOMIYA2018-12-161-2/+2
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-11/+10
* | Merge pull request #5607 from tk0miya/smart_texinfo_conf_pyTakeshi KOMIYA2018-12-021-8/+11
|\ \
| * | quickstart: Simplify generated conf.py (for texinfo)Takeshi KOMIYA2018-11-111-8/+11
* | | Fix annotations for buildersTakeshi KOMIYA2018-11-291-3/+3
* | | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
|/ /
* | refactor: Move Makefile for texinfo to templates dirTakeshi KOMIYA2018-11-011-55/+3
|/
* Merge branch '1.7'Takeshi KOMIYA2018-03-181-2/+2
|\
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-2/+2
* | Make console and warning messages translatableTakeshi KOMIYA2018-03-031-18/+18
|/
* Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+2
* Fix #4230: slowdown in writing document with sphinx 1.6Takeshi KOMIYA2018-01-301-1/+1
* Use flake8-import-orderTakeshi KOMIYA2018-01-281-3/+3
* builders: Add 'Builder.epilog' optionStephen Finucane2018-01-111-0/+7
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* Move translators to SphinxFactoryTakeshi KOMIYA2017-04-221-1/+2
* Show original image URI on copying imagesTakeshi KOMIYA2017-04-191-11/+20
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
* | Upgrade to mypy-0.5Takeshi KOMIYA2017-03-031-1/+1
* | Merge branch 'stable'Takeshi KOMIYA2017-01-121-2/+2
|\ \ | |/
| * Fix flake8 violationsTakeshi KOMIYA2017-01-121-2/+2
* | Use loggersTakeshi KOMIYA2017-01-021-5/+5
* | Use sphinx.util.logging instead app.info(), verbose(), debug() and debug2()Takeshi KOMIYA2017-01-021-12/+15
* | Update type annotationsTakeshi KOMIYA2016-12-151-1/+1
* | Merge branch 'stable'Takeshi KOMIYA2016-12-141-0/+6
|\ \ | |/
| * builtin extensions return metadata to allow parallel buildTakeshi KOMIYA2016-12-121-0/+6
* | Add type-check annotations to sphinx.buildersTakeshi KOMIYA2016-11-161-6/+21
|/
* Now all builders and domains work as built-in extensionsTakeshi KOMIYA2016-07-061-1/+18
* Refactor code using ``with`` syntaxTakeshi KOMIYA2016-05-261-4/+1
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
* Fix #1540: Fix RuntimeError with circular referenced toctreeTakeshi KOMIYA2015-08-091-1/+1
* builders: pep8 fixesGeorg Brandl2015-03-081-3/+4
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
* | wrap py3 iterators with list() for each places that expect a list object. ref...Takayuki Shimizukawa2014-04-301-1/+1