summaryrefslogtreecommitdiff
path: root/sphinx
Commit message (Expand)AuthorAgeFilesLines
* Ensure that the entire doctree is traversed and all TOCs are processed regard...Erik Bray2012-12-271-1/+2
* Replace \bf and \rm by \textbf and \textrm. Patch byGeorg Brandl2012-12-171-2/+2
* fix test failure: python3 + whooshshimizukawa2012-12-171-1/+1
* Avoid unusable warning in using i18n translation. Closes #1057.shimizukawa2012-12-161-0/+8
* rather than use two-ifs, do it in one if-elif-else branch.Nozomu Kaneko2012-12-151-6/+4
* fix #1056: message "Return value: ..." generated by refcounting not localizedNozomu Kaneko2012-12-151-4/+7
* Merged in shimizukawa/sphinx-multibyte-filename-fork (pull request #61)Takayuki Shimizukawa2012-12-105-12/+29
|\
| * merge headsshimizukawa2012-12-10108-342/+960
| |\
| * | support multibyte filename handling.shimizukawa2012-05-015-12/+29
* | | xml: Fix compatibility with docutils<0.9Jonathan Waltman2012-12-102-7/+13
| |/ |/|
* | BUG: ext/linkcode: do not detect linkcode config changesPauli Virtanen2012-12-071-1/+1
* | Merged in shimizukawa/sphinx-fix-i18n-fork/#955 (pull request #86)Takayuki Shimizukawa2012-12-076-7/+187
|\ \
| * | Add Docutils-native XML and pseudo-XML buildersJon Waltman2012-12-045-1/+179
| * | Merged in shimizukawa/sphinx-fix-fork/#1041 (pull request #87)Takayuki Shimizukawa2012-11-302-2/+2
| |\ \
| | * | fix: sphinx-quickstart asks again and again Y|N because input() return value ...shimizukawa2012-11-281-1/+1
| | * | fix: cpp domain parser cannot parse 'static constexpr' declarations. closes #...shimizukawa2012-11-281-1/+1
| * | | fix: cpp domain parser cannot parse a const type with a modifier. closes #1041shimizukawa2012-11-281-4/+6
| |/ /
* | | Update warnings for inconsistency reference translations. Thanks @jonwaltman!shimizukawa2012-12-071-7/+4
* | | fix: rescue extra named-reference that appeared in same translation message.shimizukawa2012-12-051-2/+15
* | | change: Make readable-text a priority.shimizukawa2012-12-051-64/+34
* | | checking whether the number of references is equal in both the translated for...shimizukawa2012-12-051-2/+20
* | | refactoringshimizukawa2012-12-051-4/+24
* | | fix some grammar refs #1044. thanks @mitya57 !shimizukawa2012-11-271-6/+6
* | | fix #1044 refs #955: fix external/inline links with localizationshimizukawa2012-11-271-0/+14
* | | fix #955: consider the numbered-footnote. update test and codeshimizukawa2012-11-221-1/+2
* | | fixed #955: footnote i18n translation cause KeyError and 'Only update text no...shimizukawa2012-11-221-5/+14
|/ /
* | Closes #681: Allow nested parentheses in C++ signatures (patch by Vadim and J...Jon Waltman2012-11-101-11/+27
* | sphinx/search/__init__.py: make stopwords array sortedJakub Wilk2012-11-091-1/+1
* | autodoc: Handle explicit instance attributes in :members: (re #904)Jon Waltman2012-11-081-14/+17
* | Closes #1037: fix typos in Polish translation by attached patch.shimizukawa2012-11-091-3/+3
* | Closes #1024: 'command not found' status code is 127.shimizukawa2012-11-091-1/+1
* | Closes #1024: Makefile improve error message if Sphinx is not foundshimizukawa2012-11-071-0/+15
* | #1024 make.bat improve error message if Sphinx is not foundshimizukawa2012-11-071-9/+9
* | Closes #920: rescue PIL packaging issue that allow import `Image` without `PI...shimizukawa2012-11-071-1/+4
* | Update Sphinx URL to new sphinx-doc.org domain.Georg Brandl2012-11-0465-63/+63
* | Remove trailing whitespace.Jon Waltman2012-11-031-1/+1
* | merge headsGeorg Brandl2012-11-031-0/+14
|\ \
| * | make.bat: improve error message if Sphinx is not foundanatoly techtonik2012-11-031-0/+14
* | | Fix whitespace / line length issues reported by "make test"Jon Waltman2012-11-036-10/+13
|/ /
* | sphinx-build: Require Docutils >= 0.10 when running under Python >= 3.3Jon Waltman2012-11-031-3/+12
* | Fix intersphinx dictionary ordering confusion differently, as proposed by Jon.Georg Brandl2012-11-011-5/+14
* | merge with Takayuki's sphinx-fix-testing-forkGeorg Brandl2012-11-012-4/+9
|\ \
| * | adjust code-comment to suitable reST formatshimizukawa2012-10-311-4/+6
| * | fix #1008: fix autodoc documenter resolve ordering.shimizukawa2012-10-311-1/+1
| * | merge headsshimizukawa2012-10-303-10/+16
| |\ \
| | * | fix #1008 #1029 : intersphinx_mapping values are not stable if mapping have p...shimizukawa2012-10-301-3/+4
| | * | fix #1008: can't get correct source code filename because all modules have '_...shimizukawa2012-10-301-6/+6
| | * | fix #440 #1008 : coarse timestamp resolution in some filesystem generate wron...shimizukawa2012-10-291-1/+6
* | | | Fix test_autodoc with Python 3.3, patches by Jon and Takayuki.Georg Brandl2012-11-012-5/+10
|/ / /
* | | Closes #998: fix manpage writer in expectation of docutils 0.10 API changeGeorg Brandl2012-10-301-6/+5