| Commit message (Expand) | Author | Age | Files | Lines |
| * | Closes #1372: use https URL for PEPs and RFCs | Georg Brandl | 2014-11-17 | 1 | -2/+2 |
| * | Fix :confval:`autodoc_docstring_signature` not working with signatures | Georg Brandl | 2014-11-07 | 2 | -53/+38 |
| * | Closes #1619: missing in_production_list check for latex writer | Georg Brandl | 2014-11-06 | 1 | -1/+2 |
| * | Fix #1610: Sphinx cause AttributeError when MeCab search option is enabled an... | shimizukawa | 2014-10-29 | 1 | -3/+2 |
| * | fix: autosummary of modules broken in Sphinx-1.2.3. closes #1585 | shimizukawa | 2014-10-04 | 1 | -1/+2 |
| * | Closes #1584: Point to master doc in HTML "top" link. | Georg Brandl | 2014-10-01 | 1 | -1/+1 |
| * | fix: deque missing | shimizukawa | 2014-09-26 | 1 | -0/+2 |
| * | refactoring by using `with cd` | shimizukawa | 2014-09-26 | 4 | -31/+24 |
| * | Now sphinx.ext.autodoc work with python-2.5 again, again. | shimizukawa | 2014-09-26 | 3 | -4/+7 |
| * | Now sphinx.ext.autodoc work with python-2.5 again. | shimizukawa | 2014-09-26 | 1 | -1/+1 |
| * | Fix make-mode behavior on Windows. make target `latexpdf`, `latexpdfja` and `... | shimizukawa | 2014-09-26 | 1 | -3/+19 |
| * | Fix make.bat for make-mode that lack `SOURCEDIR` argument for sphinx-build co... | shimizukawa | 2014-09-26 | 1 | -2/+3 |
| * | Fix: special toctree entry "self" located after another entry that also has ... | shimizukawa | 2014-09-25 | 1 | -6/+6 |
| * | Merged in ngoldbaum/sphinx/stable (pull request #285) | Takayuki Shimizukawa | 2014-09-23 | 1 | -4/+5 |
| |\ |
|
| | * | Test for subclasses of docutils node types when screening searchindex | Nathan Goldbaum | 2014-09-12 | 1 | -4/+5 |
| * | | Merged in tk0miya/sphinx/stable (pull request #288) | Takayuki Shimizukawa | 2014-09-23 | 6 | -10/+26 |
| |\ \ |
|
| | * | | Std domain: don't expect "refprogram" attribute on an xref node. | Georg Brandl | 2014-09-19 | 1 | -1/+1 |
| | * | | Closes #1568: since "centered" directly contains text children, it should be ... | Georg Brandl | 2014-09-17 | 1 | -1/+1 |
| | * | | merge heads | Georg Brandl | 2014-09-17 | 4 | -7/+23 |
| | |\ \
| | |/
| |/| |
|
| | | * | Exception logs now contain the last 10 messages emitted by Sphinx. | Georg Brandl | 2014-09-17 | 4 | -7/+23 |
| | * | | sphinx.application.Sphinx.add_search_language raises AssertionError for corre... | shimizukawa | 2014-09-09 | 1 | -1/+1 |
| | |/ |
|
| * | | Fix #1512 env.record_dependency crashes on multibyte directories | tk0miya | 2014-09-15 | 2 | -2/+5 |
| |/ |
|
| * | Post-release bump. | shimizukawa | 2014-09-02 | 1 | -1/+1 |
| * | Bump to 1.2.3.1.2.3 | shimizukawa | 2014-09-01 | 1 | -3/+3 |
| * | run `make check` and correct errors. | shimizukawa | 2014-09-01 | 1 | -2/+4 |
| * | Add source comment to explain why is the second argument (msgnode) not needed... | shimizukawa | 2014-08-30 | 1 | -0/+6 |
| * | Now Sphinx exits with non-zero status code if builder status is not success. ... | shimizukawa | 2014-08-29 | 1 | -1/+4 |
| * | Fix: footnotes from table get displayed twice in LaTeX. To fix this, restorin... | shimizukawa | 2014-08-26 | 1 | -0/+3 |
| * | `make text` generate wrong table when it has empty table cells. Closes #1544 | shimizukawa | 2014-08-26 | 1 | -2/+2 |
| * | * gettext does not extract nodes.line in a table or list. Closes #1477 | shimizukawa | 2014-08-26 | 1 | -0/+1 |
| * | refactoring | shimizukawa | 2014-08-26 | 1 | -18/+32 |
| * | Fix tests has broken by changset:bb0211a65072 | tk0miya | 2014-08-24 | 2 | -2/+2 |
| * | Fix #1509 TODO extension not compatible with websupport | tk0miya | 2014-08-24 | 1 | -1/+2 |
| * | * fix a310af0 to add missing pt_PT, vi locales. refs #1403. | shimizukawa | 2014-08-20 | 6 | -0/+1680 |
| * | ues sphinx.util.force_decode if doc is not unicode. | shimizukawa | 2014-08-15 | 1 | -1/+3 |
| * | * importing the pull request #270 change to stable: Non-ASCII docstring cause... | shimizukawa | 2014-08-15 | 1 | -0/+3 |
| * | * On Python3 environment, docutils.conf with 'source_link=true' in the genera... | shimizukawa | 2014-08-12 | 1 | -1/+5 |
| * | * adding new sphinx supported system languages. closes #1403. | shimizukawa | 2014-08-11 | 75 | -29354/+29383 |
| * | `sphinx-apidoc` command now have a `--version` option to show version informa... | shimizukawa | 2014-07-25 | 1 | -0/+7 |
| * | * Fix: Non-ASCII filename raise exception on make singlehtml, latex, man, tex... | shimizukawa | 2014-07-13 | 2 | -3/+4 |
| * | * Fix: py:function directive generate incorrectly signature when specifying a... | shimizukawa | 2014-07-12 | 1 | -1/+1 |
| * | * Fix: autodoc, autosummary: importing setup.py will invoke setup process and... | shimizukawa | 2014-07-05 | 2 | -3/+10 |
| * | * In autodoc, fix display of parameter defaults containing backslashes. Close... | shimizukawa | 2014-07-02 | 1 | -1/+4 |
| * | * With non-callable `setup` in a conf.py, now sphinx-build emits user-friendl... | shimizukawa | 2014-06-30 | 1 | -2/+10 |
| * | * Fix: autosummary can't handle nested classes correctly. Closes #1441 | shimizukawa | 2014-06-21 | 2 | -12/+17 |
| * | * Fix exception on Python3 if nonexistent method is specified by automethod. ... | shimizukawa | 2014-06-09 | 1 | -0/+4 |
| * | Fix: make-mode will work with sphinx-build command that is generated from set... | shimizukawa | 2014-05-25 | 1 | -0/+7 |
| * | Fix: In python3 environment, make linkcheck cause "Can't convert 'bytes' | shimizukawa | 2014-05-04 | 1 | -1/+5 |
| * | fix: make-mode can't handle extra options that passed as SPHINXOPTS | shimizukawa | 2014-05-03 | 1 | -2/+2 |
| * | * Fix: autosummary does not create the description from attributes docstring.... | shimizukawa | 2014-04-11 | 1 | -1/+16 |