summaryrefslogtreecommitdiff
path: root/sphinx/builders/manpage.py
Commit message (Expand)AuthorAgeFilesLines
...
* Move translators to SphinxFactoryTakeshi KOMIYA2017-04-221-1/+2
* 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
* | Use loggersTakeshi KOMIYA2017-01-021-2/+2
* | Use sphinx.util.logging instead app.info(), verbose(), debug() and debug2()Takeshi KOMIYA2017-01-021-4/+8
* | 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-3/+15
|/
* Now all builders and domains work as built-in extensionsTakeshi KOMIYA2016-07-061-0/+11
* 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-1/+1
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
* | remove 'six' name except importing line.Takayuki Shimizukawa2014-04-301-2/+2
* | use six privided functions/classes to support py2/py3 in one source. refs #1350.Takayuki Shimizukawa2014-04-291-2/+2
* | Merged in shimizukawa/sphinx-drop-old-docutils (pull request #206)Georg Brandl2014-03-011-4/+1
|\ \ | |/ |/|
| * Drop docutils-0.7, 0.8 and 0.9 supportTakayuki Shimizukawa2013-12-151-4/+1
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|/
* Support docutils.conf 'writers' and 'html4css1 writer' section by html writer.Takayuki Shimizukawa2013-07-261-1/+2
* Copyright update.Georg Brandl2013-01-011-1/+1
* New year update.Georg Brandl2011-01-041-1/+1
* Allow giving no authors.Georg Brandl2010-02-251-1/+4
* Fix-up where the ImportError is caught if the manpage writer is missing.Georg Brandl2010-02-211-5/+1
* Add manual page writer.Georg Brandl2010-02-211-0/+93