Takeshi KOMIYA
|
9fc83df2de
|
Revert "Fix #2183 porterstemmer causes make json to fail"
This is a breaking change. So we move the change into master branch.
This reverts commit f1518c5fc4.
|
2015-12-26 13:15:36 +09:00 |
|
Takeshi KOMIYA
|
f1518c5fc4
|
Fix #2183 porterstemmer causes make json to fail
Drop PorterStemmer package support.
For now, PyStemmer can accelarate stemming process of snowballstemmer.
|
2015-12-26 11:17:04 +09:00 |
|
Takeshi KOMIYA
|
9c2704b705
|
Fix #2193: shutil.SameFileError if source directory and destination directory are same
|
2015-12-26 01:44:40 +09:00 |
|
Takeshi KOMIYA
|
f1cf5d594a
|
Fix #2040: UnicodeDecodeError in sphinx-apidoc when author contains non-ascii characters
|
2015-12-25 15:52:51 +09:00 |
|
Takeshi KOMIYA
|
0719611d54
|
Fix #2071: Same footnote in more than two section titles => LaTeX/PDF Bug
|
2015-12-25 10:43:41 +09:00 |
|
Takeshi KOMIYA
|
ae1d9d8ff7
|
Update CHANGES for PR #2188
|
2015-12-22 11:35:30 +09:00 |
|
Takeshi KOMIYA
|
21093adfee
|
Update CHANGES for #2186
|
2015-12-22 10:29:27 +09:00 |
|
Takeshi KOMIYA
|
8b57bc7227
|
Fix #2003: decode error under python2 (only) when `make linkcheck` is run
|
2015-12-21 22:34:04 +09:00 |
|
Takeshi KOMIYA
|
f85d1a0b99
|
Fix #2189: previous sibling link has broken if the file was appeared twice or more
|
2015-12-21 11:40:56 +09:00 |
|
Hong Xu
|
61d18a533f
|
Update changes for #2182
|
2015-12-19 12:51:52 -08:00 |
|
Takeshi KOMIYA
|
9669f2a48b
|
Fix #2171: cannot linkcheck url with unicode
|
2015-12-19 22:58:53 +09:00 |
|
Takeshi KOMIYA
|
209e5f29b1
|
Fix #2168: raw directive does not work for text writer
|
2015-12-19 20:34:27 +09:00 |
|
Takeshi KOMIYA
|
5983d02787
|
Fix #1237 footnotes not working in definition list in LaTeX
|
2015-12-19 16:45:23 +09:00 |
|
Takeshi KOMIYA
|
e859543f8b
|
Fix #967: SVG inheritance diagram is not hyperlinked (clickable)
|
2015-12-19 16:12:26 +09:00 |
|
Takeshi KOMIYA
|
39458552ec
|
Update CHANGES for PR #2176
|
2015-12-19 15:20:55 +09:00 |
|
Takeshi KOMIYA
|
cb3f8c62ae
|
Fix typo in CHANGES
|
2015-12-19 15:12:44 +09:00 |
|
Takeshi KOMIYA
|
cc84702257
|
Update CHANGES for PR #1833
|
2015-12-19 10:52:53 +09:00 |
|
Daniel Rings
|
9cdaf3406f
|
Fix #2177: Remove parallel hangs
|
2015-12-18 21:37:20 +01:00 |
|
Takeshi KOMIYA
|
8b47cc52b1
|
Update CHANGES
|
2015-12-10 00:15:07 +09:00 |
|
shimizukawa
|
024a3f701e
|
fix CHANGES
|
2015-12-09 18:29:46 +09:00 |
|
shimizukawa
|
5bd8930fec
|
tiny fix
|
2015-12-06 13:31:17 +09:00 |
|
Takeshi KOMIYA
|
8648bdeec1
|
Fix #2094 rubric with reference not working in Latex
|
2015-12-03 14:48:00 +09:00 |
|
Takeshi KOMIYA
|
32b483d5bc
|
Fix #2134 figure caption with reference causes latex build error
|
2015-12-03 10:33:29 +09:00 |
|
shimizukawa
|
7cbd1254a9
|
Bump version
|
2015-12-02 18:37:34 +09:00 |
|
shimizukawa
|
bfcfed2fe6
|
Bump to 1.3.3 final
|
2015-12-02 18:25:39 +09:00 |
|
shimizukawa
|
d86ce4c0c2
|
Fix #2148: Error while building devhelp target with non-ASCII document.
|
2015-12-02 18:22:47 +09:00 |
|
shimizukawa
|
28db5fb767
|
Fix #2142: Provide non-minified JS code in `sphinx/search/non-minified-js/*.js` for source distribution on PyPI.
|
2015-11-30 23:46:56 +09:00 |
|
Lele Gaifax
|
f4ea187b84
|
Rectify the path of non-minified JS stemmers
|
2015-11-30 23:40:53 +09:00 |
|
Takeshi KOMIYA
|
47e7b022c2
|
Fix #2012 exception occurred if `numfig_format` is invalid
|
2015-11-30 11:38:37 +09:00 |
|
shimizukawa
|
afcea49dc9
|
Bump version
|
2015-11-29 23:06:09 +09:00 |
|
Takayuki Shimizukawa
|
6d0df203e4
|
Bump to 1.3.2 final
|
2015-11-29 13:28:56 +00:00 |
|
shimizukawa
|
2f8af51a2b
|
update CHANGES for PR #2127
|
2015-11-29 22:14:40 +09:00 |
|
Takeshi KOMIYA
|
042daed015
|
Update CHANGES for #2140
|
2015-11-29 22:03:48 +09:00 |
|
shimizukawa
|
47bdbd1655
|
Fix #1818: sphinx.ext.todo directive generates broken html class attribute as 'admonition-' when :confval:language is specified with non-ASCII linguistic area like 'ru' or 'ja'. To fix this, now `todo directive can use `:class:` option.
|
2015-11-29 12:02:02 +09:00 |
|
shimizukawa
|
9d0ce7a6c1
|
Fixes #1884: plug-in html themes cannot inherit another plug-in theme
Closes #1885: A part of code for this fix is from pull requeest #1885.
refs #1794
|
2015-11-22 00:13:42 +09:00 |
|
shimizukawa
|
f0c390493b
|
update CHANGES for #2121.
|
2015-11-21 17:00:55 +09:00 |
|
shimizukawa
|
f21a3039a0
|
Fixed #1974: UnboundLocalError: local variable 'domain' referenced before assignment when using any role and sphinx.ext.intersphinx in same time.
|
2015-11-17 00:59:39 +09:00 |
|
shimizukawa
|
df3643722f
|
Fixed #2102: On Windows + Py3, using `|today|` and non-ASCII date format will raise UnicodeEncodeError.
|
2015-10-27 00:16:18 +09:00 |
|
shimizukawa
|
f26f716d59
|
On Py2 environment, conf.py that is generated by sphinx-quickstart should have u prefixed config value for 'version' and 'release'.
|
2015-10-26 00:11:16 +09:00 |
|
shimizukawa
|
6bce0a1c10
|
Avoid "2.0" version of Babel because it doesn't work with Windows environment. Closes #1976.
see also:
* https://github.com/mitsuhiko/babel/issues/174
* https://github.com/mitsuhiko/babel/pull/188
Version spec syntax "babel>=1.3,!=2.0" is following PEP440: https://www.python.org/dev/peps/pep-0440/#version-exclusion and it works with pip 6.0 or later (I didn't check before pip 6.0).
|
2015-09-13 09:40:14 +09:00 |
|
shimizukawa
|
f886c54263
|
Fix #1994: More supporting non-standard parser (like recommonmark parser) for Translation and WebSupport feature. Now node.rawsource is fall backed to node.astext() during docutils transforming.
|
2015-09-13 00:20:21 +09:00 |
|
Takeshi KOMIYA
|
2c5c54aa67
|
Closes #1987: Fix ampersand is ignored in `:menuselection: and :guilabel:` on LaTeX builder
|
2015-09-01 00:29:03 +09:00 |
|
Takeshi KOMIYA
|
e1305d549d
|
Fix flake8 violation
|
2015-08-21 14:29:01 +09:00 |
|
shimizukawa
|
a3109f6976
|
Fixes #1983: i18n translation feature breaks references which uses section name.
|
2015-08-09 23:44:14 +09:00 |
|
Takeshi KOMIYA
|
49b812b856
|
Fix #1540: Fix RuntimeError with circular referenced toctree
|
2015-08-09 21:08:33 +09:00 |
|
shimizukawa
|
82e05e7a9c
|
Fixes #1725: On py2 environment, doctest with using non-ASCII characters causes 'ascii' codec can't decode byte exception.
|
2015-08-02 00:07:23 +09:00 |
|
shimizukawa
|
c6b598f519
|
Merge branch 'stable' of github.com:sphinx-doc/sphinx into stable
Conflicts:
CHANGES
|
2015-07-25 19:06:34 +02:00 |
|
Georg Brandl
|
29dc6976b2
|
Fixed #1798: Fix building LaTeX with references in titles.
|
2015-07-25 19:03:55 +02:00 |
|
shimizukawa
|
3ad810406c
|
Fixed #1869: Fix problems when dealing with files containing non-ASCII characters.
|
2015-07-25 19:02:47 +02:00 |
|
shimizukawa
|
d3375761d2
|
Fixed #1855: make gettext generates broken po file for definition lists with classifier.
|
2015-07-25 17:41:07 +02:00 |
|