Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Add tests for "any" role and default-role setting. Fix some minor bugs with ↵ | Georg Brandl | 2014-09-19 | 1 | -0/+3 | |
| | | | | | | | | "any". | |||||
* | | Fix #1381 :rfc: and :pep: roles support custom link text | tk0miya | 2014-08-20 | 1 | -0/+4 | |
| | | ||||||
* | | Merged in tk0miya/sphinx (pull request #269) | Takayuki Shimizukawa | 2014-08-20 | 1 | -10/+10 | |
|\ \ | | | | | | | | | | Fix #1476 replace <tt> tag by <code> | |||||
| * | | Fix #1476 replace <tt> tag by <code> | tk0miya | 2014-08-12 | 1 | -10/+10 | |
| | | | ||||||
* | | | Set its URL as a default title value if URL appears in toctree | tk0miya | 2014-08-20 | 1 | -0/+15 | |
| | | | ||||||
* | | | Fix numbering section at singlehtml mode does not work for nested toctree | tk0miya | 2014-08-18 | 1 | -2/+6 | |
| | | | ||||||
* | | | Fix numbering section does not work at singlehtml mode (adhoc) | tk0miya | 2014-08-12 | 1 | -0/+43 | |
|/ / | ||||||
* | | When specifying toctree :numbered: option and :tocdepth: metadata, sub ↵ | Takayuki Shimizukawa | 2014-08-02 | 1 | -3/+44 | |
| | | | | | | | | section number that is larger depth than `:tocdepth:` is shrinked. Closes #1251. | |||||
* | | replace ur'' prefix with r'' to support py2/py3 in one source. refs #1350 | Takayuki Shimizukawa | 2014-04-30 | 1 | -1/+1 | |
| | | ||||||
* | | remove 'six' name except importing line. | Takayuki Shimizukawa | 2014-04-30 | 1 | -4/+3 | |
| | | ||||||
* | | use six privided functions/classes to support py2/py3 in one source. refs #1350 | Takayuki Shimizukawa | 2014-04-30 | 1 | -2/+2 | |
| | | ||||||
* | | use six privided iteritems(),itervalues() to support py2/py3 in one source. ↵ | Takayuki Shimizukawa | 2014-04-29 | 1 | -1/+2 | |
| | | | | | | | | refs #1350. | |||||
* | | introduce the six module and reduce sphinx.util.pycompat implementation. ↵ | Takayuki Shimizukawa | 2014-04-29 | 1 | -4/+4 | |
| | | | | | | | | refs #1350. | |||||
* | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
| | | ||||||
* | | merge with stable | Georg Brandl | 2014-01-17 | 1 | -5/+5 | |
|\ \ | |/ | ||||||
| * | Closes #1285: Avoid name clashes between C domain objects and section titles. | Georg Brandl | 2014-01-17 | 1 | -6/+6 | |
| | | ||||||
* | | Remove sphinx.ext.oldcmarkup compatibility extension. | Georg Brandl | 2014-01-17 | 1 | -5/+0 | |
|/ | ||||||
* | * add a test for the parsed-literal directive | Georg Brandl | 2014-01-11 | 1 | -1/+1 | |
| | | | | * adapt test to pygments output versus Sphinx-emulated nohighlighting output | |||||
* | Closes #933: Do not crash if an ``:option:`` value is malformed (contains spaces | Georg Brandl | 2014-01-10 | 1 | -0/+2 | |
| | | | | but no option name). | |||||
* | fix trailing space | Georg Brandl | 2013-12-10 | 1 | -1/+1 | |
| | ||||||
* | Merged in RelentlessIdiot/sphinx (pull request #149) | Georg Brandl | 2013-09-16 | 1 | -0/+11 | |
|\ | | | | | | | Fix #1203: Do not append space to unknown field names. | |||||
| * | Fix #1203: Does not append space to unknown field names. | Rob Ruana | 2013-06-23 | 1 | -0/+11 | |
| | | | | | | | | | | | | | | If an unknown field name is encountered, a space is only appended if the field arguments are not empty. Also, only the first character of the field name is upper cased, and the case of the rest of the string remains unchanged. | |||||
* | | Fix new html_extra_path option for singlehtml builder. | Georg Brandl | 2013-09-16 | 1 | -1/+0 | |
| | | ||||||
* | | Test that extra entries are in outdir. | Matthias C. M. Troffaes | 2013-08-22 | 1 | -0/+4 | |
|/ | ||||||
* | Fix: Citation target missing cause AssertionError. Closes #1160 | Takayuki Shimizukawa | 2013-05-02 | 1 | -0/+1 | |
| | ||||||
* | Fix: Combination of 'globaltoc.html' and hidden toctree cause exception. ↵ | Takayuki Shimizukawa | 2013-04-30 | 1 | -1/+16 | |
| | | | | Closes #1157 | |||||
* | tests: replace "from util import *" by explicit imports | Georg Brandl | 2013-04-01 | 1 | -1/+1 | |
| | ||||||
* | versionlabels are handled entirely in the versionmodified directive, instead ↵ | Nozomu Kaneko | 2013-01-06 | 1 | -4/+5 | |
| | | | | | | of the writers. Now it returns a versionmodified node with the versionlabel already inserted. | |||||
* | fix: paragraphs in versionmodified are ignored when it has no dangling ↵ | Nozomu Kaneko | 2013-01-06 | 1 | -0/+5 | |
| | | | | paragraphs. | |||||
* | Divide test_intl target source files for speed-up. | Takayuki Shimizukawa | 2013-01-06 | 1 | -1/+0 | |
| | ||||||
* | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 | |
| | ||||||
* | Avoid unusable warning in using i18n translation. Closes #1057. | Takayuki Shimizukawa | 2012-12-16 | 1 | -0/+1 | |
| | | | | And there is related information at pull request #86 | |||||
* | Update Sphinx URL to new sphinx-doc.org domain. | Georg Brandl | 2012-11-04 | 1 | -1/+1 | |
| | ||||||
* | fix for Python3: Python3 open() use 'rt' mode by default, and decoding by ↵ | Takayuki Shimizukawa | 2012-05-02 | 1 | -1/+1 | |
| | | | | locale.getpreferredencoding(). In sphinx test, html output encoded by 'utf-8' but reading with syste-locale-setting-encode that cause UnicodeDecodeError. | |||||
* | * fix test for Windows: test failed by test-code problem depends on os.sep. | Takayuki Shimizukawa | 2012-05-02 | 1 | -1/+2 | |
| | ||||||
* | Closes #810: fix deprecation warnings with Python 3. What is left over is ↵ | Georg Brandl | 2012-01-29 | 1 | -1/+5 | |
| | | | | from nose or docutils. | |||||
* | Closes #695: When the highlight language "python" is specified explicitly, ↵ | Georg Brandl | 2012-01-29 | 1 | -1/+1 | |
| | | | | | | do not try to parse the code to recognize non-Python snippets. Thanks to Jonas Haag for the patch. | |||||
* | Merge with 1.0 | Georg Brandl | 2011-09-23 | 1 | -2/+2 | |
|\ | ||||||
| * | Fix #648: Fix line numbers reported in warnings about undefined references. | Georg Brandl | 2011-09-23 | 1 | -2/+2 | |
| | | ||||||
* | | Adapt test to removal of <object> tags for SVG images. | Georg Brandl | 2011-09-19 | 1 | -2/+1 | |
| | | ||||||
* | | Cleanup after pull from https://bitbucket.org/timmartin/sphinx | Georg Brandl | 2011-05-15 | 1 | -1/+1 | |
| | | ||||||
* | | #454: Add more index markup capabilities: marking see/seealso entries, and ↵ | Georg Brandl | 2011-01-07 | 1 | -1/+9 | |
| | | | | | | | | main entries for a given key. | |||||
* | | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
| | | ||||||
* | | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -2/+6 | |
|\ \ | |/ | ||||||
| * | Fix test_build_html after latest docfields fix. | Georg Brandl | 2011-01-04 | 1 | -2/+6 | |
| | | ||||||
* | | merge with 1.0 | Georg Brandl | 2011-01-03 | 1 | -0/+3 | |
|\ \ | |/ | ||||||
| * | Fix strange reportings of line numbers for warnings generated from | Georg Brandl | 2011-01-03 | 1 | -0/+3 | |
| | | | | | | | | | | autodoc-included docstrings, due to different behavior depending on docutils version. | |||||
* | | merge with 1.0 | Georg Brandl | 2010-08-25 | 1 | -0/+2 | |
|\ \ | |/ |