summaryrefslogtreecommitdiff
path: root/sphinx
Commit message (Expand)AuthorAgeFilesLines
* Closes #1372: use https URL for PEPs and RFCsGeorg Brandl2014-11-171-2/+2
* Fix :confval:`autodoc_docstring_signature` not working with signaturesGeorg Brandl2014-11-072-53/+38
* 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-291-3/+2
* fix: autosummary of modules broken in Sphinx-1.2.3. closes #1585shimizukawa2014-10-041-1/+2
* Closes #1584: Point to master doc in HTML "top" link.Georg Brandl2014-10-011-1/+1
* 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-261-1/+1
* 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-251-6/+6
* 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
* | Merged in tk0miya/sphinx/stable (pull request #288)Takayuki Shimizukawa2014-09-236-10/+26
|\ \
| * | 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-171-1/+1
| * | merge headsGeorg Brandl2014-09-174-7/+23
| |\ \ | | |/ | |/|
| | * Exception logs now contain the last 10 messages emitted by Sphinx.Georg Brandl2014-09-174-7/+23
| * | sphinx.application.Sphinx.add_search_language raises AssertionError for corre...shimizukawa2014-09-091-1/+1
| |/
* | Fix #1512 env.record_dependency crashes on multibyte directoriestk0miya2014-09-152-2/+5
|/
* Post-release bump.shimizukawa2014-09-021-1/+1
* Bump to 1.2.3.1.2.3shimizukawa2014-09-011-3/+3
* run `make check` and correct errors.shimizukawa2014-09-011-2/+4
* Add source comment to explain why is the second argument (msgnode) not needed...shimizukawa2014-08-301-0/+6
* Now Sphinx exits with non-zero status code if builder status is not success. ...shimizukawa2014-08-291-1/+4
* Fix: footnotes from table get displayed twice in LaTeX. To fix this, restorin...shimizukawa2014-08-261-0/+3
* `make text` generate wrong table when it has empty table cells. Closes #1544shimizukawa2014-08-261-2/+2
* * gettext does not extract nodes.line in a table or list. Closes #1477shimizukawa2014-08-261-0/+1
* refactoringshimizukawa2014-08-261-18/+32
* Fix tests has broken by changset:bb0211a65072tk0miya2014-08-242-2/+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
* * importing the pull request #270 change to stable: Non-ASCII docstring cause...shimizukawa2014-08-151-0/+3
* * On Python3 environment, docutils.conf with 'source_link=true' in the genera...shimizukawa2014-08-121-1/+5
* * adding new sphinx supported system languages. closes #1403.shimizukawa2014-08-1175-29354/+29383
* `sphinx-apidoc` command now have a `--version` option to show version informa...shimizukawa2014-07-251-0/+7
* * Fix: Non-ASCII filename raise exception on make singlehtml, latex, man, tex...shimizukawa2014-07-132-3/+4
* * Fix: py:function directive generate incorrectly signature when specifying a...shimizukawa2014-07-121-1/+1
* * Fix: autodoc, autosummary: importing setup.py will invoke setup process and...shimizukawa2014-07-052-3/+10
* * In autodoc, fix display of parameter defaults containing backslashes. Close...shimizukawa2014-07-021-1/+4
* * With non-callable `setup` in a conf.py, now sphinx-build emits user-friendl...shimizukawa2014-06-301-2/+10
* * Fix: autosummary can't handle nested classes correctly. Closes #1441shimizukawa2014-06-212-12/+17
* * Fix exception on Python3 if nonexistent method is specified by automethod. ...shimizukawa2014-06-091-0/+4
* Fix: make-mode will work with sphinx-build command that is generated from set...shimizukawa2014-05-251-0/+7
* Fix: In python3 environment, make linkcheck cause "Can't convert 'bytes'shimizukawa2014-05-041-1/+5
* fix: make-mode can't handle extra options that passed as SPHINXOPTSshimizukawa2014-05-031-2/+2
* * Fix: autosummary does not create the description from attributes docstring....shimizukawa2014-04-111-1/+16