summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add a examplestableshimizukawa2014-12-301-0/+1
* fix documentation for extension development tutorial. Closes #1624. Thanks to...shimizukawa2014-11-261-0/+1
* wrong branch...shimizukawa2014-11-211-1/+0
* add a documentation example with custome layout and cssshimizukawa2014-11-211-0/+1
* Ignore test build dir from default branch.Georg Brandl2014-11-171-0/+1
* Closes #1372: use https URL for PEPs and RFCsGeorg Brandl2014-11-172-4/+4
* Fix :confval:`autodoc_docstring_signature` not working with signaturesGeorg Brandl2014-11-074-62/+61
* Closes #1619: missing in_production_list check for latex writerGeorg Brandl2014-11-061-1/+2
* Fix #1610: Sphinx cause AttributeError when MeCab search option is enabled an...shimizukawa2014-10-292-3/+4
* add a example.shimizukawa2014-10-281-0/+1
* fix: autosummary of modules broken in Sphinx-1.2.3. closes #1585shimizukawa2014-10-042-1/+3
* Closes #1584: Point to master doc in HTML "top" link.Georg Brandl2014-10-012-1/+2
* fix: deque missingshimizukawa2014-09-261-0/+2
* refactoring by using `with cd`shimizukawa2014-09-264-31/+24
* Now sphinx.ext.autodoc work with python-2.5 again, again.shimizukawa2014-09-263-4/+7
* Now sphinx.ext.autodoc work with python-2.5 again.shimizukawa2014-09-262-1/+2
* Fix make-mode behavior on Windows. make target `latexpdf`, `latexpdfja` and `...shimizukawa2014-09-261-3/+19
* Fix make.bat for make-mode that lack `SOURCEDIR` argument for sphinx-build co...shimizukawa2014-09-261-2/+3
* Fix: special toctree entry "self" located after another entry that also has ...shimizukawa2014-09-252-6/+8
* * update CHANGES for pull request #285.shimizukawa2014-09-231-0/+2
* Merged in ngoldbaum/sphinx/stable (pull request #285)Takayuki Shimizukawa2014-09-231-4/+5
|\
| * Test for subclasses of docutils node types when screening searchindexNathan Goldbaum2014-09-121-4/+5
* | * update CHANGES for pull request #288, #1512shimizukawa2014-09-231-1/+4
* | Merged in tk0miya/sphinx/stable (pull request #288)Takayuki Shimizukawa2014-09-239-16/+45
|\ \
| * | Ignore .tags file.Georg Brandl2014-09-191-0/+1
| * | Std domain: don't expect "refprogram" attribute on an xref node.Georg Brandl2014-09-191-1/+1
| * | Closes #1568: since "centered" directly contains text children, it should be ...Georg Brandl2014-09-172-1/+2
| * | merge headsGeorg Brandl2014-09-175-7/+28
| |\ \ | | |/ | |/|
| | * Exception logs now contain the last 10 messages emitted by Sphinx.Georg Brandl2014-09-175-7/+28
| * | sphinx.application.Sphinx.add_search_language raises AssertionError for corre...shimizukawa2014-09-092-1/+7
| |/
| * Closes #1561: fix typo and indentation.Georg Brandl2014-09-071-6/+6
* | Fix #1512 env.record_dependency crashes on multibyte directoriestk0miya2014-09-153-3/+31
|/
* Post-release bump.shimizukawa2014-09-022-1/+5
* Added tag 1.2.3 for changeset 1aecc0bb5db6shimizukawa2014-09-020-0/+0
* Bump to 1.2.3.1.2.3shimizukawa2014-09-012-5/+5
* run `make check` and correct errors.shimizukawa2014-09-012-3/+6
* Add source comment to explain why is the second argument (msgnode) not needed...shimizukawa2014-08-301-0/+6
* Add documentation for supported image types and choosing priority for each bu...shimizukawa2014-08-292-18/+57
* Now Sphinx exits with non-zero status code if builder status is not success. ...shimizukawa2014-08-293-2/+19
* Fix: footnotes from table get displayed twice in LaTeX. To fix this, restorin...shimizukawa2014-08-262-0/+5
* `make text` generate wrong table when it has empty table cells. Closes #1544shimizukawa2014-08-263-2/+29
* * gettext does not extract nodes.line in a table or list. Closes #1477shimizukawa2014-08-263-0/+123
* refactoringshimizukawa2014-08-261-18/+32
* pull request #130 has been merged by hand.shimizukawa2014-08-252-0/+6
* Update for pull request #282.shimizukawa2014-08-241-2/+2
* Fix tests has broken by changset:bb0211a65072tk0miya2014-08-242-2/+2
* Update CHANGES for pull request #281.shimizukawa2014-08-241-0/+2
* Fix #1509 TODO extension not compatible with websupporttk0miya2014-08-241-1/+2
* * fix a310af0 to add missing pt_PT, vi locales. refs #1403.shimizukawa2014-08-206-0/+1680
* ues sphinx.util.force_decode if doc is not unicode.shimizukawa2014-08-151-1/+3