summaryrefslogtreecommitdiff
path: root/sphinx
Commit message (Expand)AuthorAgeFilesLines
* remove xfileref_role() and directive_dwim() which were deprecated in 1.0Georg Brandl2013-03-292-18/+0
* nodes utils: remove monkey-patch that is in docutils >=0.7Georg Brandl2013-03-291-12/+0
* std domain: better name for local variableGeorg Brandl2013-03-291-6/+6
* nodes util: update docutils tracker linkGeorg Brandl2013-03-291-7/+8
* html builder: rename get_object_hash to get_stable hashGeorg Brandl2013-03-291-12/+8
* quickstart: simplify the check for the "sphinx-build" command in the MakefileGeorg Brandl2013-03-291-13/+8
* merge headsshimizukawa2013-03-176-42/+32
|\
| * make versionmodified translatableNozomu Kaneko2013-02-041-1/+9
| * versionlabels are handled entirely in the versionmodified directive, instead ...Nozomu Kaneko2013-01-066-40/+22
| * fix: paragraphs in versionmodified are ignored when it has no dangling paragr...Nozomu Kaneko2013-01-061-2/+2
* | Add i18n capabilities for custom templates.shimizukawa2013-03-101-4/+54
|/
* Merged in rolmei/sphinx-epub (pull request #123)Takayuki Shimizukawa2013-03-105-3/+22
|\
| * epub_use_index instead of html_use_index for epub builder (Issue #1106)Roland Meister2013-03-065-3/+22
* | Merged in r_rudi/sphinx (pull request #122)Takayuki Shimizukawa2013-03-102-5/+13
|\ \
| * | Fix: text builder breach max-witdh specificatoin if paragraph have prefixed t...shimizukawa2013-03-091-4/+9
| * | Closes #810: fix remaining PendingDeprecationWarnings with Python 3.Georg Brandl2013-03-071-1/+4
| |/
* | move "copy additional files" after "copying TeX support files" in latex builder.WAKAYAMA Shirou2013-03-051-7/+8
|/
* Fix uppercase word is not found in search when html_search_language='ja'. Clo...shimizukawa2013-02-241-0/+3
* Merged in knzm/sphinx-fix-docfields-fork (pull request #96)Takayuki Shimizukawa2013-02-2422-164/+1884
|\
| * Set latex_elements['fontpkg'] = '' for Cyrillic languages (suggested by Dmitr...Jonathan Waltman2013-02-221-0/+10
| * Merged in mitya57/sphinx (pull request #114)Jon Waltman2013-02-221-0/+2
| |\
| | * No need for \n in previous changeDmitry Shachnev2013-02-101-1/+1
| | * LaTeX writer: include cmap package by default.Dmitry Shachnev2013-02-101-0/+2
| * | Added Hebrew locale. Closes #1113shimizukawa2013-02-213-0/+768
| * | compile_catalog update for zh_CNshimizukawa2013-02-212-1/+1
| * | update some items of zh_CN translationyinian19922013-02-212-55/+50
| * | Merged in rolmei/sphinx-epub (pull request #117)Jon Waltman2013-02-201-0/+1
| |\ \
| | * | Bug #1093: restrict image width for epub builder.Roland Meister2013-02-101-0/+1
| | |/
| * | Merged in klukas/sphinx (pull request #115)Jon Waltman2013-02-201-1/+2
| |\ \
| | * | Reverting inadvertent changesJeff Klukas2013-02-102-2/+1
| | * | Added configuration option for how transitions are handled in latexJeff Klukas2013-02-101-1/+2
| | * | Merged birkenfeld/sphinx into defaultJeff Klukas2013-02-10212-1031/+3055
| | |\ \ | | | |/
| | * | Fixed bug that caused sphinxmanual.cls to reset the pagestyle at the ToCJeff Klukas2012-06-011-1/+1
| | * | Merged in memoir changesJeff Klukas2012-06-012-4/+5
| | |\ \
| | | * | Added \noindent calls to prevent weird spacing of admonitionsJeff Klukas2012-05-221-4/+4
| | | * | Added extraclassoptions to latex_elementsJeff Klukas2012-05-211-0/+4
| | | * | fancyhdr conditional on memoirJeff Klukas2012-05-211-1/+2
| * | | | Closes #1108: [text] Correctly number enumerated lists with non-default start...Jonathan Waltman2013-02-201-1/+1
| * | | | Really fix seealso labels in manpage writer.Jonathan Waltman2013-02-201-1/+1
| * | | | [texinfo] Do not add the "Index" node when there are no entries.Jonathan Waltman2013-02-191-1/+5
| * | | | [texinfo] Do not capitalize words in deffn categories containing capital lett...Jonathan Waltman2013-02-191-1/+12
| * | | | [texinfo] Render desc_annotation nodes instead of skipping them.Jonathan Waltman2013-02-191-1/+16
| * | | | [texinfo] Change formatting of `@strong` and `@emph` in Info output.Jonathan Waltman2013-02-191-0/+2
| * | | | Fix seealso labels in manpage writer. (broke by commit d9c2da912d3d)Jonathan Waltman2013-02-191-1/+1
| * | | | [texinfo] Fix seealso labels. (broke by commit d9c2da912d3d)Jonathan Waltman2013-02-191-2/+3
| * | | | [texinfo] Tweak formatting of field lists.Jonathan Waltman2013-02-191-11/+7
| * | | | [texinfo] Use sphinx.locale.admonitionlabels for admonition nodes.Jonathan Waltman2013-02-191-13/+13
| * | | | [texinfo] Format system messages and problematic nodes like the text builder.Jonathan Waltman2013-02-191-10/+7
| * | | | [texinfo] Prevent hyphen conversion in option directive signatures.Jonathan Waltman2013-02-191-3/+8
| * | | | [texinfo] Avoid creating some unnecessary garbage when assembling the final d...Jonathan Waltman2013-02-191-1/+2