Takeshi KOMIYA
e96d0d87bc
Update CHANGES for PR #1939
2016-01-20 10:37:05 +09:00
Takeshi KOMIYA
40a1b37d99
Merge pull request #1939 from bukzor/dummy-builder
...
add a dummy builder, for syntax checkers
2016-01-20 10:36:00 +09:00
Takeshi KOMIYA
4c4450d958
Fix #656 : Add `graphviz_dot option to graphviz directives to switch the dot` command
2016-01-18 23:56:05 +09:00
Takeshi KOMIYA
ed527f86f1
Fix typo in CHANGES
2016-01-18 18:49:37 +09:00
Takeshi KOMIYA
92e4b0cac6
Merge branch 'stable'
2016-01-18 18:46:30 +09:00
Takeshi KOMIYA
8c930a3918
Fix typo in CHANGES
2016-01-18 18:18:46 +09:00
Takeshi KOMIYA
0329edc510
Fix #1565 : Show warning if Pygments throws an ErrorToken
2016-01-18 15:31:44 +09:00
Takeshi KOMIYA
34cbf3bad7
Fix #2247 : #2205 breaks make html for definition list with classifiers that contains regular-expression like string
2016-01-18 11:31:48 +09:00
Takeshi KOMIYA
c5b3da3212
Update CHANGES for #2060
2016-01-17 20:05:51 +09:00
Takeshi KOMIYA
14f58e6619
`sphinx.ext.graphviz`: show graph image in inline by default
...
To support subsutituion syntax, make graphviz node inline (ref: #1149 ).
Now graphviz directive behaves like ``image`` directive when no captions.
If specified, it generates ``figure`` node and ``caption`` node like
``figure`` directive.
2016-01-17 19:23:55 +09:00
Takeshi KOMIYA
492f60c371
Update CHANGES for PR #2207
2016-01-17 19:19:29 +09:00
Takeshi KOMIYA
78be129fc5
Update CHANGES for #2162
2016-01-17 19:08:42 +09:00
Takeshi KOMIYA
a43bacdcb3
Update CHANGES for PR #2208
2016-01-17 19:07:11 +09:00
shimizukawa
198d4a41ad
refs #2022 : 'Thumbs.db' and '.DS_Store' are added to exclude_patterns default values in conf.py that will be provided on sphinx-quickstart.
2016-01-17 17:17:13 +09:00
Georg Brandl
3e53d017ac
Merge branch 'stable'
2016-01-17 09:08:56 +01:00
Georg Brandl
8167a9b7ad
Closes #2243 : ignore strange docstring types in class docs, like already done for method docs.
2016-01-17 09:08:48 +01:00
Takeshi KOMIYA
121fc4a326
Fix #1030 : Make page reference names for latex_show_pagerefs translatable
2016-01-16 23:59:13 +09:00
Takeshi KOMIYA
350d8aade0
Fix broken LaTeX code is generated if unknown language is given
2016-01-16 23:59:13 +09:00
Takeshi KOMIYA
6b36b31984
Fix #2231 : Use DUrole instead of DUspan for custom roles in LaTeX writer
2016-01-16 02:12:17 +09:00
shimizukawa
0d5bdd3d8f
update CHANGES for #2087
2016-01-15 12:02:02 +09:00
Georg Brandl
4f72bdb722
Merge branch 'stable'
2016-01-14 22:54:08 +01:00
Takeshi KOMIYA
53cd2d4f3f
Fix #2026 : LaTeX builder rais error if parsed-literal includes links
2016-01-14 10:58:57 +09:00
Takeshi KOMIYA
3f998a0096
Fix line numbers was not shown on warnings of indecies
2016-01-13 11:37:07 +09:00
Takeshi KOMIYA
7898c64cf4
Fix line numbers were not show on warnings of numfigs
2016-01-13 00:38:38 +09:00
Takeshi KOMIYA
4c8b575dcc
Fix filenames were not shown on warnings of citations
2016-01-13 00:37:28 +09:00
Takeshi KOMIYA
6dc7ca0234
Fix line numbers were not shown on warnings in LaTeX and texinfo builder
2016-01-13 00:36:51 +09:00
shimizukawa
f824539119
merge with stable
2016-01-13 00:13:35 +09:00
shimizukawa
9b45d10abd
bump version
2016-01-13 00:10:58 +09:00
shimizukawa
8e7107b1a2
Bump to 1.3.4 final
2016-01-12 23:57:44 +09:00
shimizukawa
c6b9d3a494
tiny fix
2016-01-12 22:48:56 +09:00
shimizukawa
9dc74f50ae
remove a duplicated line in CHANGES.
2016-01-12 22:29:55 +09:00
Takeshi KOMIYA
8ea92359ba
Fix warnings in CHANGES and docs
2016-01-12 13:36:12 +09:00
Takeshi KOMIYA
bba3f388e9
Fix #2229 : No warning is given for unknown options
2016-01-11 23:31:28 +09:00
Takeshi KOMIYA
e4b9eb51f6
Merge branch 'stable'
2016-01-11 00:27:26 +09:00
shimizukawa
92ca8d92b3
Fix #1601 , #2220 : 'any' role breaks extended domains behavior. Affected extensions doesn't support resolve_any_xref and resolve_xref returns problematic node instead of None. sphinxcontrib-httpdomain is one of them.
2016-01-10 23:27:11 +09:00
shimizukawa
e5860fd75c
Merge with '87998df9cbef2380345d436121e6bca43345d2bd' on stable
...
Conflicts:
tests/test_build_latex.py
2016-01-10 10:21:27 +09:00
Takeshi KOMIYA
c8c6dc1fe9
Fix #2226 : Math is not HTML-encoded when :nowrap: is given (jsmath, mathjax)
2016-01-10 02:20:39 +09:00
Takeshi KOMIYA
7894f0bd9c
Fix #2225 : If the option does not begin with dash, linking is not performed
2016-01-09 19:57:23 +09:00
shimizukawa
e85ea7ed83
Fix #2062 : Escape characters in doctests are treated incorrectly with Python 2
...
In my current environment with Win10+Py2.7.10, SpoofOut result string doesn't necessary to decode. This commit might cause regression in older python versions....
2016-01-09 17:22:30 +09:00
shimizukawa
ac28f9b271
Fix #2198,#2205: `make gettext` generate broken msgid for definition lists. It's a regression by #1855 .
2016-01-09 15:33:43 +09:00
Takeshi KOMIYA
2ebf9d6456
Update CHANGES for #2172
2016-01-09 09:49:11 +09:00
Takeshi KOMIYA
119790cffb
Fix #2172 : Dysfunctional admonition \py@lightbox in sphinx.sty
2016-01-09 09:45:32 +09:00
Takeshi KOMIYA
386a74a0ee
Update CHANGES for PR #2160
2016-01-08 21:41:52 +09:00
Takeshi KOMIYA
85a9e820dc
Fix Sphinx crashes if mecab initialization failed
2016-01-08 21:36:42 +09:00
Natsuki Maruyama
d0bc66da58
Fix #1807 : Sphinx crashes in japanese indexing in some systems.
...
Modified to specify the C type, if directly using the libmecab.
2016-01-08 21:25:51 +09:00
Takeshi KOMIYA
c6c9c5c264
Fix #1860 : Man page using :samp: with braces - font doesn't reset
2016-01-08 00:37:33 +09:00
Takeshi KOMIYA
eea055dfb2
Fix #1366 : centered image not centered in latex
2016-01-07 17:08:54 +09:00
Takeshi KOMIYA
2be21e340e
Fix #1580 : Paragraphs in longtable don't work in Latex output
2016-01-07 14:15:34 +09:00
Takeshi KOMIYA
7c6a3b2501
Update CHANGES for PR #2214
2016-01-06 22:38:11 +09:00
Georg Brandl
ba73c484e5
chinese search: add to changelog, remote porterstemmer support
2016-01-06 10:37:30 +01:00