Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Add mypy annotations | Takeshi KOMIYA | 2017-02-10 | 1 | -0/+1 | |
| | | ||||||
* | | Merge branch 'stable' | Takeshi KOMIYA | 2017-01-12 | 1 | -6/+6 | |
|\ \ | |/ | ||||||
| * | Fix flake8 violations | Takeshi KOMIYA | 2017-01-12 | 1 | -6/+6 | |
| | | ||||||
* | | Drop deprecated termsep node | Takeshi KOMIYA | 2017-01-05 | 1 | -11/+0 | |
| | | ||||||
* | | Use loggers | Takeshi KOMIYA | 2017-01-02 | 1 | -4/+7 | |
| | | ||||||
* | | Merge branch '1.5-release' into master | shimizukawa | 2016-12-05 | 1 | -2/+5 | |
|\ \ | |/ | ||||||
| * | Emit several warnings that will be deprecated in Sphinx 1.6. There is no way ↵ | shimizukawa | 2016-12-04 | 1 | -2/+5 | |
| | | | | | | | | to hide the warnings. | |||||
* | | Add type-check annotations to sphinx.writers | Takeshi KOMIYA | 2016-11-16 | 1 | -20/+228 | |
|/ | ||||||
* | Make rendering of multiline signatures better in html. | Jakob Lykke Andersen | 2016-10-20 | 1 | -0/+6 | |
| | ||||||
* | Fix #1797: text builder inserts blank line on top | Takeshi KOMIYA | 2016-08-19 | 1 | -2/+5 | |
| | ||||||
* | Remove `termset` node. It is not used anywhere. Restore `termsep` node and ↵ | shimizukawa | 2016-02-14 | 1 | -5/+6 | |
| | | | | set as Deprecation. refs #2251 | |||||
* | Now term nodes in a glossary directive are wrapped with termset node to ↵ | shimizukawa | 2016-02-14 | 1 | -3/+5 | |
| | | | | | | handle multiple term correctly. Fix #2251; Line breaks in .rst files are transferred to .pot files in a wrong way. | |||||
* | Fix #2060: ``:manpage:`` role uses incorrect style (node) | Takeshi KOMIYA | 2016-01-17 | 1 | -0/+6 | |
| | | | | | It should be use bold style to reference man pages in man format. On other formats, it is still represented as emphasis. | |||||
* | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
| | ||||||
* | Fix #2168: raw directive does not work for text writer | Takeshi KOMIYA | 2015-12-19 | 1 | -1/+3 | |
| | ||||||
* | Fix: ``make text`` will crush if a definition list item has more than 1 ↵ | shimizukawa | 2015-07-25 | 1 | -4/+5 | |
| | | | | classifiers as: ``term : classifier1 : classifier2``. | |||||
* | Merge pull request #1866 from pjxiao/feature-1780 | Takayuki SHIMIZUKAWA | 2015-07-11 | 1 | -2/+0 | |
|\ | | | | | Fix #1780: Text builder outputs "class" and "exception" keywords once | |||||
| * | Fix #1780: Remove duplicated "class" and "exception" keywords from text builder | Takayuki Hirai | 2015-04-28 | 1 | -2/+0 | |
| | | ||||||
* | | Fix #1793: Add new line before first item of list | Takayuki Hirai | 2015-03-30 | 1 | -0/+3 | |
|/ | ||||||
* | writers: pep8 fixes | Georg Brandl | 2015-03-08 | 1 | -10/+94 | |
| | ||||||
* | Fix generating emphasis nodes without semantic reason | Georg Brandl | 2015-02-25 | 1 | -2/+4 | |
| | | | | | Roles ``ref``, ``term`` and ``menusel`` now don't generate :durole:`emphasis` nodes anymore. If you want to keep italic style, adapt your stylesheet. | |||||
* | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
|\ | ||||||
| * | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
| | | ||||||
| * | Now sphinx.ext.autodoc work with python-2.5 again, again. | Takayuki Shimizukawa | 2014-09-26 | 1 | -2/+3 | |
| | | ||||||
* | | Support :numref: in other writers | tk0miya | 2014-10-02 | 1 | -0/+5 | |
| | | ||||||
* | | fix for py3 support | Takayuki Shimizukawa | 2014-08-30 | 1 | -2/+4 | |
| | | ||||||
* | | Merge with stable | Takayuki Shimizukawa | 2014-08-30 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | `make text` generate wrong table when it has empty table cells. Closes #1544 | Takayuki Shimizukawa | 2014-08-26 | 1 | -2/+2 | |
| | | ||||||
* | | Add app.set_translator() API to register or override a Docutils translator ↵ | Takayuki Shimizukawa | 2014-08-05 | 1 | -1/+2 | |
| | | | | | | | | class like :confval:`html_translator_class`. | |||||
* | | wrap py3 iterators with list() for each places that expect a list object. ↵ | Takayuki Shimizukawa | 2014-04-30 | 1 | -1/+1 | |
| | | | | | | | | refs #1350. | |||||
* | | merge with stable | Georg Brandl | 2014-03-02 | 1 | -0/+3 | |
|\ \ | |/ | ||||||
| * | Closes #1370: Ignore "toctree" nodes in text writer, instead of raising. | Georg Brandl | 2014-03-01 | 1 | -0/+3 | |
| | | ||||||
* | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
| | | ||||||
* | | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | - Use print function instead of print statement; - Use new exception handling; - Use in operator instead of has_key(); - Do not use tuple arguments in functions; - Other miscellaneous improvements. This is based on output of `futurize --stage1`, with some manual corrections. | |||||
* | | Closes #1174: Fix smart quotes being applied inside roles like ↵ | Georg Brandl | 2014-01-12 | 1 | -0/+5 | |
|/ | | | | :rst:role:`program` or :rst:role:`makevar`. | |||||
* | Closes #901: Emit a warning when using docutils' new "math" markup without a ↵ | Georg Brandl | 2014-01-11 | 1 | -0/+10 | |
| | | | | Sphinx math extension active. | |||||
* | Remove handlers for the "refcount" node. | Georg Brandl | 2013-10-12 | 1 | -5/+0 | |
| | ||||||
* | Avoid some pyflakes false positives. | Georg Brandl | 2013-09-16 | 1 | -1/+2 | |
| | ||||||
* | text writer: docstring proofreading | Georg Brandl | 2013-03-29 | 1 | -2/+2 | |
| | ||||||
* | versionlabels are handled entirely in the versionmodified directive, instead ↵ | Nozomu Kaneko | 2013-01-06 | 1 | -5/+1 | |
| | | | | | | of the writers. Now it returns a versionmodified node with the versionlabel already inserted. | |||||
* | Fix: text builder breach max-witdh specificatoin if paragraph have prefixed ↵ | Takayuki Shimizukawa | 2013-03-09 | 1 | -4/+9 | |
| | | | | text. ex: 'See also:' | |||||
* | Closes #1108: [text] Correctly number enumerated lists with non-default ↵ | Jonathan Waltman | 2013-02-20 | 1 | -1/+1 | |
| | | | | start values (based on patch by Ewan Edwards). | |||||
* | Fix text builder did not respect wide/fullwidth characters for textwrap. | Takayuki Shimizukawa | 2013-02-07 | 1 | -0/+93 | |
| | ||||||
* | Fix text builder did not respect wide/fullwidth charactors for table layout. | Takayuki Shimizukawa | 2013-02-06 | 1 | -2/+4 | |
| | ||||||
* | Fix text builder did not respect wide/fullwidth charactors for title line. | Takayuki Shimizukawa | 2013-02-05 | 1 | -1/+3 | |
| | ||||||
* | Remove duplicate visitor method. | Robert Lehmann | 2013-01-06 | 1 | -5/+0 | |
| | ||||||
* | merge birkenfeld/sphinx | Robert Lehmann | 2013-01-06 | 1 | -0/+5 | |
|\ | ||||||
| * | Fix text writer can not handle visit_legend for figure directive contents. | Takayuki Shimizukawa | 2013-01-04 | 1 | -0/+5 | |
| | | ||||||
* | | merge with birkenfeld/sphinx | Robert Lehmann | 2013-01-02 | 1 | -1/+1 | |
|\ \ | |/ |