summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close unused branch.fix-tocdepthGeorg Brandl2013-01-030-0/+0
* Ensure that the entire doctree is traversed and all TOCs are processed regard...Erik Bray2012-12-271-1/+2
* tox: add docutils 0.10.Georg Brandl2012-12-171-0/+5
* Replace \bf and \rm by \textbf and \textrm. Patch byGeorg Brandl2012-12-171-2/+2
* fix test failure: python3 + whooshshimizukawa2012-12-172-1/+3
* change tox describing (meaning was not changed)shimizukawa2012-12-171-6/+6
* Avoid unusable warning in using i18n translation. Closes #1057.shimizukawa2012-12-166-0/+75
* Merged in knzm/sphinx/#1056 (pull request #94: fix #1056: message "Return val...Takayuki Shimizukawa2012-12-160-0/+0
|\
* | 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
|/
* Fix minor bugs in test_intl.py causing tests to fail under python 2.5Jonathan Waltman2012-12-111-6/+5
* Merged in shimizukawa/sphinx-multibyte-filename-fork (pull request #61)Takayuki Shimizukawa2012-12-107-18/+55
|\
| * merge headsshimizukawa2012-12-10156-470/+2257
| |\
| * | support multibyte filename handling.shimizukawa2012-05-017-18/+55
* | | xml: Update sphinx-build documentationJonathan Waltman2012-12-102-0/+14
* | | xml: Fix compatibility with docutils<0.9Jonathan Waltman2012-12-102-7/+13
| |/ |/|
* | Merged in pv/sphinx-work/ext-linkcode-fix (pull request #91)Jon Waltman2012-12-070-0/+0
|\ \
* | | 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-0715-8/+510
|\ \
| * | Add Docutils-native XML and pseudo-XML buildersJon Waltman2012-12-0410-2/+235
| * | Add changelog entry for devguideJon Waltman2012-12-031-0/+3
| * | Merged in jonwaltman/sphinx-devguide (pull request #88)Jon Waltman2012-12-033-4/+33
| |\ \
| | * | update CHANGESshimizukawa2012-12-021-0/+18
| | * | Merged in shimizukawa/sphinx-fix-fork/#1041 (pull request #87)Takayuki Shimizukawa2012-11-304-2/+24
| | |\ \
| | * | | fix: cpp domain parser cannot parse a const type with a modifier. closes #1041shimizukawa2012-11-282-4/+15
| * | | | devguide: Add guidelines for core developersJon Waltman2012-12-031-12/+32
| * | | | devguide: Elaborate on pull requestsJon Waltman2012-12-021-11/+21
| * | | | Add initial draft of "Sphinx Developer's Guide"Jon Waltman2012-11-292-0/+185
| | |/ / | |/| |
| * | | fix: sphinx-quickstart asks again and again Y|N because input() return value ...shimizukawa2012-11-282-1/+20
| * | | fix: cpp domain parser cannot parse 'static constexpr' declarations. closes #...shimizukawa2012-11-282-1/+4
| |/ /
* | | 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