Takeshi KOMIYA
5a02c6162b
Merge pull request #2938 from jfbu/allowcodebreaksatcommas
...
Fix #2873 : code-block overflow in latex (due to commas)
2016-09-05 10:55:57 +09:00
jfbu
581216e50e
Update CHANGES
2016-09-02 10:09:56 +02:00
jfbu
71b9f00d31
Fix #2873 : code-block overflow in latex (due to commas)
...
The potential linebreaks at commas in code lines were not inserted due
to latex kernel macro ``\@noligs`` which is issued by fancyvrb.sty
during its line processing. From the default `` `<>,'- ``, only the
backtick is left to be handled by ``\@noligs`` because the others are
either already replaced by a macro by Pygments, or (only the comma) made
active by sphinx.sty to insert potential linebreaks.
2016-09-02 09:48:33 +02:00
Takeshi KOMIYA
778f98e592
mathbase: Generate \label only if label exists
2016-09-01 02:23:42 +09:00
Takeshi KOMIYA
0862a4c974
Fix could not reference equations if `:nowrap:
` option specified
2016-09-01 02:11:32 +09:00
Takeshi KOMIYA
8d96c90fc6
Fix #1462 : autosummary warns for namedtuple with attribute with trailing underscore
2016-08-30 00:37:30 +09:00
Takeshi KOMIYA
37bb9c2c33
Fix #2917 : inline code is hyphenated on HTML
2016-08-29 11:23:05 +09:00
Takeshi KOMIYA
281942ce25
Merge pull request #2901 from shibukawa/fix/epub-figure
...
Fix epub result: skip creating links from image tags to original image files
2016-08-27 23:35:20 +09:00
Yoshiki Shibukawa
2a95fec985
Fix epub result: skip creating links from image tags to original image files.
2016-08-27 23:31:40 +09:00
Takeshi KOMIYA
8606de3963
Merge pull request #2899 from shibukawa/fix/hasdoc
...
Fix hasdoc() function in Jinja2 template.
2016-08-27 23:15:45 +09:00
Yoshiki Shibukawa
21733b3244
Fix hasdoc() function in Jinja2 template.
2016-08-27 22:52:15 +09:00
Takeshi KOMIYA
153f6cb416
Merge pull request #2900 from shibukawa/fix/epub-autogen-files-link
...
epub: add auto generated orphan documents to spine with linear=no
2016-08-27 22:47:31 +09:00
Yoshiki Shibukawa
0d3f2e06cb
epub: add auto generated orphan documents to spine with linear=no
2016-08-27 22:45:11 +09:00
Takeshi KOMIYA
acd4d9f2ba
#2902 : jsdump.loads fails to load search index if keywords starts with underscore
2016-08-27 15:28:36 +09:00
Takeshi KOMIYA
52f4c07202
Add tests for sphinx.util.jsdump:loads()
2016-08-27 14:20:08 +09:00
Takeshi KOMIYA
2879cef0f5
Merge pull request #2889 from shibukawa/fix/theme_doc
...
fix document: rtd is optional from 1.4
2016-08-23 19:08:14 +09:00
Yoshiki Shibukawa
dd09457d7e
fix document: rtd is optional from 1.4
2016-08-23 18:42:12 +09:00
Takeshi KOMIYA
8e777063fd
Merge pull request #2882 from tkelman/linkcheck-403
...
[stable] linkcheck: Fall back to a GET request on 403 status
2016-08-22 21:35:47 +09:00
Tony Kelman
0d58607d8a
linkcheck: Fall back to a GET request on 403 status
...
stable branch version of 2f46c7899c
Add changelog entry
2016-08-22 04:16:05 -07:00
Takeshi KOMIYA
14a1d5df29
Update CHANGES for PR#2879
2016-08-22 19:49:22 +09:00
Takeshi KOMIYA
1b0cda5349
Merge pull request #2879 from shibukawa/fix/searchsplitter
...
fix #2856 : use same regex word splitter in Python and JS
2016-08-22 19:48:27 +09:00
Takeshi KOMIYA
3011dac89b
Merge pull request #2870 from shibukawa/fix/genindex2
...
Flatten genindex columns' height
2016-08-21 17:50:30 +09:00
Yoshiki Shibukawa
4ff5cbfaf9
fix #2856 : use same regex word splitter in Python and JS
2016-08-20 23:15:15 +09:00
Yoshiki Shibukawa
16b99532ca
flatten genindex columns' height
2016-08-20 22:27:13 +09:00
Takeshi KOMIYA
cbb4266b19
Fix CHANGES
2016-08-20 18:31:11 +09:00
Takeshi KOMIYA
938dad8400
Bump version
2016-08-20 18:05:14 +09:00
Takeshi KOMIYA
4168b0bd20
Bump to 1.4.6 final
2016-08-20 18:00:04 +09:00
Takeshi KOMIYA
be2637f7ff
Add testfiles to DONT_CHECK target
2016-08-20 17:57:08 +09:00
Takeshi KOMIYA
b0c956bb25
Merge pull request #2816 from embray/fix-domain-initial-data
...
Fix bug with copying of initial_data for Domains
2016-08-20 00:40:03 +09:00
Erik M. Bray
68b34a3540
Add a changelog entry for the fix
2016-08-19 12:10:38 +02:00
Erik M. Bray
11182d42b1
Use a deep copy of the initial_data for a domain so that updates to its internal data structures aren't reflected in initial_data
2016-08-19 12:06:49 +02:00
Takeshi KOMIYA
caf7e280c2
Update CHANGES for PR#2867
2016-08-18 18:25:50 +09:00
Takeshi KOMIYA
2606064b09
Merge pull request #2867 from jschueller/patch-4
...
Require six 1.5 for html_parser
2016-08-18 18:22:42 +09:00
Julien Schueller
626be8b5f3
Require six 1.5 for html_parser
2016-08-18 09:34:43 +02:00
Takeshi KOMIYA
1c9524dedd
Add testcase for #2846
2016-08-17 13:58:05 +09:00
Takeshi KOMIYA
ed2d55431d
Fix #2846 : `singlehtml
` builder does not include figure numbers
2016-08-17 13:29:07 +09:00
Takeshi KOMIYA
b69d37375e
Fix parsing errors for caption of code-blocks are displayed in document (ref: #2845 )
2016-08-12 21:14:10 +09:00
Takeshi KOMIYA
bfcc2a159b
Fix test has broken in py3
2016-08-11 13:58:21 +09:00
Takeshi KOMIYA
82b451df03
Remove debug print
2016-08-11 12:20:52 +09:00
Takeshi KOMIYA
d5078a64d7
Fix #2789 : sphinx.ext.intersphinx
generates wrong hyperlinks if the inventory is given
2016-08-11 11:19:42 +09:00
Takeshi KOMIYA
0db59b677a
Merge pull request #2806 from shibukawa/fix/epub3
...
Fix epub builder
2016-08-09 22:58:39 +09:00
Yoshiki Shibukawa
90b3c79895
fix html entity to fix epub error
2016-08-09 16:58:56 +09:00
Yoshiki Shibukawa
8f162a132e
fix epub warning in Sphinx's document
2016-08-09 16:58:56 +09:00
Yoshiki Shibukawa
59ebeb7f1f
fix epub3 toc.xhtml, epub date format to satisfy spec
2016-08-09 16:58:56 +09:00
Takeshi KOMIYA
511a0aaef7
Update CHANGES
2016-08-09 12:21:04 +09:00
Takeshi KOMIYA
96b3979d84
Update CHANGES for PR#1911
2016-08-08 00:29:29 +09:00
mulhern
189494c27e
Make sure extensions specified with -D override extensions in config file.
...
Previously, a comma separated list of extensions was read and parsed
correctly. However, the value was then stored in config hashtable,
which was overwritten when the config file was parsed.
Now, the config file is parsed first, and the the entry in the config
hashtable is updated with the overriding extension, if it exists.
Signed-off-by: mulhern <amulhern@redhat.com>
2016-08-08 00:26:42 +09:00
Takeshi KOMIYA
83472acc97
Merge pull request #2833 from joostvanzwieten/fix-instance-annotations
...
ext.autodoc: fix formatting instance annotations
2016-08-08 00:23:33 +09:00
Joost van Zwieten
099b58f7fe
ext.autodoc: fix formatting instance annotations
...
Currently `format_annotation` fails on instances, because instances don't have
`__module__` and `__qualname__` attributes. Defer building the
`qualified_name` of an annotation until we have established that the annotation
is a type.
2016-08-07 16:18:22 +02:00
Takeshi KOMIYA
da7e2d9dda
Merge pull request #2824 from EricFromCanada/stable
...
remove extra colons in C++ domain examples
2016-08-04 01:00:55 +09:00