summaryrefslogtreecommitdiff
path: root/sphinx/util
Commit message (Expand)AuthorAgeFilesLines
...
* | all: provide docutils version in sphinx.util.compatGeorg Brandl2013-03-291-0/+3
* | remove xfileref_role() and directive_dwim() which were deprecated in 1.0Georg Brandl2013-03-291-10/+0
* | nodes utils: remove monkey-patch that is in docutils >=0.7Georg Brandl2013-03-291-12/+0
* | nodes util: update docutils tracker linkGeorg Brandl2013-03-291-7/+8
* | Merged in knzm/sphinx-fix-docfields-fork (pull request #96)Takayuki Shimizukawa2013-02-241-0/+45
|\ \
| * | fix: make.bat is always saved with 'LF' instead of 'CRLF' for both Win/Unix.shimizukawa2013-02-101-0/+16
| * | conf.py now accept CRLF end-of-line.shimizukawa2013-02-101-0/+29
* | | Merged in knzm/sphinx-fix-docfields-fork (pull request #96)Nozomu Kaneko2013-02-042-5/+12
|\ \ \ | |/ / |/| |
| * | use ``nodes.inline`` with a "translatable" attr insteadNozomu Kaneko2013-01-132-3/+3
| * | resolve conflictsNozomu Kaneko2013-01-062-0/+36
| |\ \
| * \ \ mergeNozomu Kaneko2013-01-0516-16/+29
| |\ \ \
| * | | | use `paragraph` nodes instead of `translatable` nodes.Nozomu Kaneko2012-12-311-4/+3
| * | | | make docfield translatableNozomu Kaneko2012-12-181-4/+12
* | | | | Respect add_autodoc_attrgetter() even when inherited-members is setA. Jesse Jiryu Davis2013-01-311-2/+2
* | | | | fix debug2 UnicodeEncodeError issue caused by docutils Element.__repr__() ret...shimizukawa2013-01-211-0/+14
* | | | | Fix pyflakes issues.Georg Brandl2013-01-131-1/+1
* | | | | Fix long lines reported by "make check".Georg Brandl2013-01-131-1/+1
* | | | | figure-caption work-around set int or None to node.line instead of empty string.shimizukawa2013-01-121-1/+1
* | | | | Closes #1069: Fix autodoc signature formatting of "partial" functions without...Jonathan Waltman2013-01-091-2/+7
| |_|/ / |/| | |
* | | | Closes #976: Fix gettext does not extract index entries.shimizukawa2013-01-052-0/+36
| |/ / |/| |
* | | Add verbose option ``-v`` for sphinx-build and some rudimentary debugging sup...Jonathan Waltman2013-01-051-0/+6
* | | Closes #940: Fix gettext does not extract figure caption.shimizukawa2013-01-051-0/+7
* | | Copyright update.Georg Brandl2013-01-0116-16/+16
|/ /
* | merge headsshimizukawa2012-12-105-8/+58
|\ \
| * | Fix whitespace / line length issues reported by "make test"Jon Waltman2012-11-032-4/+4
| * | Fix test_autodoc with Python 3.3, patches by Jon and Takayuki.Georg Brandl2012-11-011-4/+9
| * | merge with stableGeorg Brandl2012-10-281-2/+10
| |\ \ | | |/
| | * relative_uri patch. Fixes #916.Freek Dijkstra2012-04-281-2/+10
| * | Merged in shimizukawa/sphinx-fix-testing-fork (pull request #62)Georg Brandl2012-10-283-2/+30
| |\ \
| | * | * fix for Python2.5: test failed by using inspect.ArgSpec that introduced at ...shimizukawa2012-05-021-1/+4
| | * | * fix for Python2.5: test failed by using os.path.relpath that introduced at ...shimizukawa2012-05-022-1/+26
| | |/
| * | Fix test suite: new code in extract_messages cannot always work.Georg Brandl2012-10-281-3/+4
| * | Remove unneeded semicolon.Georg Brandl2012-10-281-1/+1
| * | Use term in description list as translation messagekou2012-07-261-0/+8
| |/
* | support multibyte filename handling.shimizukawa2012-05-011-0/+3
|/
* Fix force_decode() to work on Python 3.1.1.3Georg Brandl2012-03-101-1/+2
* Closes #810: fix deprecation warnings with Python 3. What is left over is fro...Georg Brandl2012-01-292-1/+9
* Closes #853: Restore compatibility with docutils trunk.Georg Brandl2012-01-291-0/+4
* Changed Conditional Expressionstogakushi2011-11-261-1/+6
* PR#40: Fix ``safe_repr`` function to decode bytestrings with non-ASCII charac...Georg Brandl2012-01-291-1/+3
* mergeRobert Lehmann2011-10-031-0/+7
|\
| * Re-add monkey patch whose removal made latex build fail.Georg Brandl2011-10-021-0/+7
* | Respect gettext_compact in message patching too.Robert Lehmann2011-10-031-2/+2
* | Closes #561: Add configuration option to prevent catalog bundling.Robert Lehmann2011-10-031-0/+3
|/
* More version-compatibility hack removals.Georg Brandl2011-09-251-1/+0
* Remove docutils monkey-patches that are no longer needed with >= 0.7.Georg Brandl2011-09-251-54/+5
* Remove compatibility code for Pygments < 1.2.Georg Brandl2011-09-251-4/+1
* Merge with 1.0Georg Brandl2011-09-2311-65/+351
|\
| * Merge with 1.0Georg Brandl2011-09-221-2/+2
| |\
| * \ Merge with 1.0Georg Brandl2011-09-2111-65/+351
| |\ \