Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix #1860: Man page using :samp: with braces - font doesn't reset | Takeshi KOMIYA | 2016-01-08 | 1 | -0/+30 | |
| | ||||||
* | writers: pep8 fixes | Georg Brandl | 2015-03-08 | 1 | -8/+35 | |
| | ||||||
* | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
|\ | ||||||
| * | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
| | | ||||||
* | | Support :numref: in other writers | tk0miya | 2014-10-02 | 1 | -0/+5 | |
| | | ||||||
* | | Add app.set_translator() API to register or override a Docutils translator ↵ | Takayuki Shimizukawa | 2014-08-05 | 1 | -1/+3 | |
| | | | | | | | | class like :confval:`html_translator_class`. | |||||
* | | Merged in shimizukawa/sphinx-drop-old-docutils (pull request #206) | Georg Brandl | 2014-03-01 | 1 | -8/+5 | |
|\ \ | | | | | | | | | | Drop docutils-0.7, 0.8, 0.9 support. | |||||
| * \ | merge heads | Takayuki Shimizukawa | 2014-01-18 | 1 | -8/+5 | |
| |\ \ | ||||||
| | * | | Drop docutils-0.7, 0.8 and 0.9 support | Takayuki Shimizukawa | 2013-12-15 | 1 | -8/+5 | |
| | | | | ||||||
* | | | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | ||||||
| * | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
| | | | ||||||
* | | | 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/+8 | |
|/ | | | | Sphinx math extension active. | |||||
* | Remove handlers for the "refcount" node. | Georg Brandl | 2013-10-12 | 1 | -5/+0 | |
| | ||||||
* | Closes #1192: Fix escaping problem for hyperlinks in the manpage writer. | Georg Brandl | 2013-09-16 | 1 | -1/+3 | |
| | ||||||
* | Avoid some pyflakes false positives. | Georg Brandl | 2013-09-16 | 1 | -1/+2 | |
| | ||||||
* | Use sphinx.util.compat.docutils_version, as suggested by Georg Brandl | Dmitry Shachnev | 2013-04-07 | 1 | -3/+2 | |
| | ||||||
* | manpage writer: write MACRO_DEF only with Docutils < 0.11 | Dmitry Shachnev | 2013-04-07 | 1 | -2/+5 | |
| | | | | (as current docutils >= r7607 writes it itself) | |||||
* | versionlabels are handled entirely in the versionmodified directive, instead ↵ | Nozomu Kaneko | 2013-01-06 | 1 | -7/+1 | |
| | | | | | | of the writers. Now it returns a versionmodified node with the versionlabel already inserted. | |||||
* | Really fix seealso labels in manpage writer. | Jonathan Waltman | 2013-02-20 | 1 | -1/+1 | |
| | ||||||
* | Fix seealso labels in manpage writer. (broke by commit d9c2da912d3d) | Jonathan Waltman | 2013-02-19 | 1 | -1/+1 | |
| | ||||||
* | Add missing "meta" and "inline" node visitors for the manpage writer. | Jonathan Waltman | 2013-01-07 | 1 | -0/+8 | |
| | ||||||
* | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 | |
| | ||||||
* | Closes #998: fix manpage writer in expectation of docutils 0.10 API change | Georg Brandl | 2012-10-30 | 1 | -6/+5 | |
| | ||||||
* | Merge with 1.0 | Georg Brandl | 2011-09-22 | 1 | -2/+2 | |
|\ | ||||||
| * | Fix #720: add dummy visitor for graphviz nodes for man/text writer. | Georg Brandl | 2011-09-22 | 1 | -2/+2 | |
| | | ||||||
* | | [i18n][man] add missing deunicode(). | Kouhei Sutou | 2011-05-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | We get the following error message when we have a translated admonition (e.g. 'note') label: Exception occurred: File "../sphinx/sphinx/locale/__init__.py", line 75, in __str__ return str(self.data) UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-2: ordinal not in range(128) | |||||
* | | #586: Implemented improved glossary markup which allows multiple terms per ↵ | Georg Brandl | 2011-01-06 | 1 | -0/+4 | |
| | | | | | | | | definition. | |||||
* | | merge with bb+http://jonathanj/sphinx | Georg Brandl | 2011-01-04 | 1 | -0/+13 | |
|\ \ | |/ |/| | ||||||
| * | Implement "man_show_urls" configuration option to show the URL after ↵ | Jonathan Jacobs | 2010-10-24 | 1 | -0/+13 | |
| | | | | | | | | external references in manpages. | |||||
* | | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
|/ | ||||||
* | Handle raw nodes in the manpage writer. | Georg Brandl | 2010-05-24 | 1 | -0/+5 | |
| | ||||||
* | Do not emit warnings for images. | Georg Brandl | 2010-02-25 | 1 | -0/+7 | |
| | ||||||
* | Allow giving no authors. | Georg Brandl | 2010-02-25 | 1 | -1/+3 | |
| | ||||||
* | Fix-up where the ImportError is caught if the manpage writer is missing. | Georg Brandl | 2010-02-21 | 1 | -2/+8 | |
| | ||||||
* | Add manual page writer. | Georg Brandl | 2010-02-21 | 1 | -0/+308 | |