| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Test suite adapted after :option: changes. | Georg Brandl | 2014-09-20 | 1 | -2/+3 |
* | | Fix #1476 replace <tt> tag by <code> | tk0miya | 2014-08-12 | 1 | -6/+6 |
* | | use b prefix for bytes instead of sphinx.pycompat.b function. | Takayuki Shimizukawa | 2014-05-01 | 1 | -2/+1 |
* | | replace ur'' prefix with r'' to support py2/py3 in one source. refs #1350 | Takayuki Shimizukawa | 2014-04-30 | 1 | -2/+2 |
|/ |
|
* | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
* | * add a test for the parsed-literal directive | Georg Brandl | 2014-01-11 | 1 | -1/+1 |
* | tests: replace "from util import *" by explicit imports | Georg Brandl | 2013-04-01 | 1 | -2/+5 |
* | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 |
* | Fix markup test with latest pygments-related updates. | Georg Brandl | 2011-10-02 | 1 | -3/+3 |
* | Fix :samp: latex tests. | Georg Brandl | 2011-09-21 | 1 | -2/+2 |
* | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -1/+1 |
|\ |
|
| * | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 |
* | | Move the "b" function to pycompat. | Georg Brandl | 2010-07-28 | 1 | -7/+1 |
* | | fixed test_markup test | Daniel Neuhäuser | 2010-05-24 | 1 | -1/+8 |
|/ |
|
* | Fix long line. | Georg Brandl | 2010-05-25 | 1 | -1/+1 |
* | Merge with http://bitbucket.org/tpowers/sphinx/ (rewriting the external/inter... | Georg Brandl | 2010-05-24 | 1 | -0/+6 |
* | Fix test_markup. | Georg Brandl | 2010-02-28 | 1 | -1/+1 |
* | In HTML output, inline roles now get a CSS class with their name, | Georg Brandl | 2010-02-28 | 1 | -6/+11 |
* | Fix backslash escape. | Georg Brandl | 2010-02-20 | 1 | -1/+1 |
* | Make test work with docutils 0.5. | Georg Brandl | 2010-02-20 | 1 | -2/+2 |
* | Fix test suite. | Georg Brandl | 2010-01-18 | 1 | -1/+1 |
* | Clean up unused imports. | Georg Brandl | 2010-01-17 | 1 | -1/+0 |
* | merge with trunk | Georg Brandl | 2010-01-07 | 1 | -0/+1 |
|\ |
|
* \ | merge with trunk | Georg Brandl | 2010-01-02 | 1 | -1/+2 |
|\ \
| |/
|/| |
|
| * | Refactor directive/role lookup from domains a bit to avoid code duplication. | Georg Brandl | 2009-09-12 | 1 | -1/+2 |
* | | merge with 0.6 | Georg Brandl | 2010-01-01 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Happy new year! | Georg Brandl | 2010-01-01 | 1 | -1/+1 |
* | | merge with 0.6 | Georg Brandl | 2009-06-04 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | #191: Don't escape the tilde in URIs in LaTeX. | Georg Brandl | 2009-06-04 | 1 | -0/+3 |
* | | merge with 0.6 | Georg Brandl | 2009-05-10 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | #157: fix make check. | Georg Brandl | 2009-05-10 | 1 | -1/+2 |
* | | Fix a few stylistic nits. | Georg Brandl | 2009-04-13 | 1 | -1/+2 |
|/ |
|
* | Fix autosummary test suite. | Georg Brandl | 2009-03-16 | 1 | -0/+1 |
|\ |
|
| * | Fix the test suite. | Georg Brandl | 2009-03-16 | 1 | -1/+3 |
* | | More generator tests. | Georg Brandl | 2009-02-21 | 1 | -11/+11 |
* | | Fix more line length and trailing whitespace. | Georg Brandl | 2009-01-10 | 1 | -2/+4 |
* | | merge with main | Georg Brandl | 2009-01-03 | 1 | -1/+1 |
|\ \ |
|
| * \ | Merge in copyright style changes from 0.5. | Georg Brandl | 2009-01-03 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Switch copyright and license tags to single style. Add contributor | Georg Brandl | 2009-01-03 | 1 | -2/+2 |
* | | | Add tests for new literalinclude options, and fix an off-by-one bug. | Georg Brandl | 2009-01-03 | 1 | -0/+2 |
|/ / |
|
* | | Explicitly refer to the license in :license: tags. | Georg Brandl | 2008-12-27 | 1 | -1/+1 |
* | | Move builders and writers into new packages. | Georg Brandl | 2008-11-29 | 1 | -2/+2 |
|/ |
|
* | Fix test after latex writer change. | Georg Brandl | 2008-11-23 | 1 | -1/+1 |
* | Adapt markup test to renaming of highlighting escapes. | Georg Brandl | 2008-09-16 | 1 | -1/+1 |
* | Merged revisions 65566-65567,65623,65625 via svnmerge from | Georg Brandl | 2008-08-10 | 1 | -3/+16 |
* | Merged revisions 65529 via svnmerge from | Georg Brandl | 2008-08-04 | 1 | -1/+1 |
* | Merged revisions 65283,65303,65316-65317,65372-65375,65377,65380,65483-65485,... | Georg Brandl | 2008-08-04 | 1 | -11/+21 |
* | Merged revisions 65138,65145-65146,65268-65273 via svnmerge from | Georg Brandl | 2008-07-29 | 1 | -0/+91 |