summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close merged branch#955shimizukawa2012-12-070-0/+0
* Update warnings for inconsistency reference translations. Thanks @jonwaltman!shimizukawa2012-12-072-9/+11
* fix: rescue extra named-reference that appeared in same translation message.shimizukawa2012-12-054-6/+25
* change: Make readable-text a priority.shimizukawa2012-12-052-66/+52
* move i18n test documents to i18n subdir.shimizukawa2012-12-059-21/+33
* refactoringshimizukawa2012-12-051-21/+22
* checking whether the number of references is equal in both the translated for...shimizukawa2012-12-055-3/+96
* 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-275-1/+102
* fix #955: consider the numbered-footnote. update test and codeshimizukawa2012-11-224-6/+12
* fixed #955: footnote i18n translation cause KeyError and 'Only update text no...shimizukawa2012-11-225-6/+79
* Avoid unknown option warnings for use_2to3 in setup.py under Python 2.Jon Waltman2012-11-111-2/+9
* Closes #681: Allow nested parentheses in C++ signatures (patch by Vadim and J...Jon Waltman2012-11-102-12/+43
* 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-083-14/+75
* Update sys.path to avoid autodoc warnings when building docs in tests/root.Jon Waltman2012-11-081-0/+1
* 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
* Add the Ubuntu packaging guide.Georg Brandl2012-11-041-0/+1
* Update Sphinx URL to new sphinx-doc.org domain.Georg Brandl2012-11-0472-72/+72
* fix: ziptheme.zip block removing test temporary directory on Windows.shimizukawa2012-11-041-0/+2
* Remove trailing whitespace.Jon Waltman2012-11-031-1/+1
* setup.py: Update "requires" to docutils>=0.10.0 under Python 3.3Jon Waltman2012-11-031-11/+3
* merge headsGeorg Brandl2012-11-031-0/+14
|\
| * make.bat: improve error message if Sphinx is not foundanatoly techtonik2012-11-031-0/+14
* | setup.py: Require Docutils >= 0.10 when running under Python >= 3.3Jon Waltman2012-11-031-0/+10
* | Fix whitespace / line length issues reported by "make test"Jon Waltman2012-11-037-15/+18
|/
* sphinx-build: Require Docutils >= 0.10 when running under Python >= 3.3Jon Waltman2012-11-031-3/+12
* Require Docutils 0.10 in tox py33 test env.Jon Waltman2012-11-031-0/+6
* Update distribute_setup.py to version 0.6.30 (http://python-distribute.org/di...Jon Waltman2012-11-031-21/+77
* Configure Travis CI.Robert Lehmann2012-11-031-0/+7
* Add OpenCV.Robert Lehmann2012-11-021-0/+1
* Link domains provided by sphinxcontrib.Robert Lehmann2012-11-021-1/+9
* Update domains provided by sphinxcontrib.Robert Lehmann2012-11-021-1/+1
* 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-013-5/+10
|\
| * 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-304-11/+17
| |\
| | * 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: Pygment-1.5 can't work with Python-2.4shimizukawa2012-10-291-0/+3
| | * fix #440 #1008 : coarse timestamp resolution in some filesystem generate wron...shimizukawa2012-10-291-1/+6
| | * fix test_linkcode str/bytes incompatibility at py3shimizukawa2012-10-291-1/+1
* | | Fix test_autodoc with Python 3.3, patches by Jon and Takayuki.Georg Brandl2012-11-012-5/+10
* | | Fix running tests under Python 3 without tox.Georg Brandl2012-11-011-3/+3
|/ /