Takeshi KOMIYA
253eef9e6a
#2680 : sphinx.ext.todo now emits warnings if todo_emit_warnings enabled
2016-07-16 00:59:02 +09:00
Takeshi KOMIYA
947a457444
Merge pull request #2776 from shibukawa/fix/qthelpbuilder
...
fix #2352 (qthelp builder should have ) and improve qthelp readability
2016-07-15 01:56:39 +09:00
Takeshi KOMIYA
a692009808
Merge branch 'stable'
2016-07-15 00:51:29 +09:00
Takeshi KOMIYA
2b6a83599d
applehelp: Sphinx crashes if `hiutil or codesign` commands not found
2016-07-14 20:24:00 +09:00
Yoshiki Shibukawa
b600eb64b0
fix #2352 (qthelp builder should have ) and improve qthelp readability
...
by using new ``nonav`` theme.
2016-07-13 22:56:58 +09:00
Takeshi KOMIYA
1dd249dd8d
Merge branch 'stable'
2016-07-13 21:29:47 +09:00
Takeshi KOMIYA
e3fa9b7209
Bump version
2016-07-13 21:26:41 +09:00
Takeshi KOMIYA
effc597cb5
Bump to 1.4.5 final
2016-07-13 21:20:14 +09:00
Yoshiki Shibukawa
3cbd84346e
Fix #2634 (Update jquery to latest from 1.x)
2016-07-13 14:58:52 +09:00
mixmastamyk
cd09b6c609
Fix #2763 , add default alt attribute to svg images
2016-07-08 18:30:41 -07:00
Takeshi KOMIYA
4fbcb5bfd6
math: Add hyperlink marker to each equations in HTML output
2016-07-09 00:22:03 +09:00
Takeshi KOMIYA
3807eda6df
Merge pull request #2766 from silviot/stable
...
Make javascript search work in python 3
2016-07-08 23:08:35 +09:00
Silvio Tomatis
45473b3334
Make javascript search work in more contexts
...
The meaning of `\w` changed from python 2 to python 3.
> $ python3.5 -c "import re; print(re.compile(r'[a-zA-Z]\w*$').match(u'a\xe8'));"
> <_sre.SRE_Match object; span=(0, 2), match='aè'>
> python -c "import re; print(re.compile(r'[a-zA-Z]\w*$').match(u'a\xe8'));"
> None
but the definition of what's an acceptable javascript identifier should not vary from case to case.
2016-07-08 15:27:48 +02:00
Takeshi KOMIYA
234955a3ff
Merge pull request #2746 from tk0miya/check_config_value_as_enum
...
Add sphinx.config.ENUM to check the config values is in candidates
2016-07-08 21:55:30 +09:00
Takeshi KOMIYA
d1a427c51e
Merge branch 'stable'
2016-07-08 01:09:28 +09:00
Takeshi KOMIYA
5991bbe4ac
Add sphinx.config.ENUM to check the config values is in candidates
2016-07-07 23:42:49 +09:00
Takeshi KOMIYA
8a4b01a2b7
Merge pull request #2754 from tk0miya/2753_smartcopy
...
``sphinx.util.osutil.filecopy()`` skips copying if the file has not been changed (ref: #2510 , #2753 )
2016-07-07 23:38:27 +09:00
Takeshi KOMIYA
2e83592ae7
Show warnings if deprecated latex options are used
2016-07-07 23:15:51 +09:00
Takeshi KOMIYA
d99c6c11fc
`sphinx.util.osutil.filecopy()` skips copying if the file has not been changed (ref: #2510 , #2753 )
2016-07-07 12:04:03 +09:00
Takeshi KOMIYA
f8955b16d6
Replace all copy_static_entry() with copy_asset()
...
At same time, copy_static_entry() is now deprecataed
2016-07-07 00:10:26 +09:00
Takeshi KOMIYA
fb7e6a22ac
Update CHANGES for PR#2454
2016-07-06 01:59:43 +09:00
Takeshi KOMIYA
7eca745b5c
Fix #2667 : latex crashes if resized images appeared in section title
2016-07-05 14:33:44 +09:00
Takeshi KOMIYA
00af06af8f
latex: Separate stylesheets of pygments to .sty file
...
To improve readability of generated LaTeX source code, separate
stylesheets of pygments into independent .sty file.
2016-07-03 01:48:50 +09:00
jfbu
0ecfa8e8e9
Fix #2735 : latexpdf `Underfull \hbox` warnings from title page
...
This came from the spurious space tokens following a fullwidth rule at
top of ``\maketitle`` in ``sphinxhowto.cls`` and ``sphinxmanual.cls``.
The ``\newline\null\par`` incantation recreates the extra empty line
which originated in these spurious space tokens, but it avoids the
Underfull latex warning. Nothing is changed to layout from this fix.
2016-07-02 10:56:59 +02:00
Takeshi KOMIYA
e3c3e4f0cb
Merge branch 'stable'
2016-07-02 16:39:13 +09:00
jfbu
7796a553d3
Update CHANGES for PR#2726
2016-07-02 07:41:43 +02:00
Takeshi KOMIYA
bd2ad1bc68
Fix #2699 : hyperlinks in help HTMLs are broken if html_file_suffix is set
2016-07-02 14:30:38 +09:00
Takeshi KOMIYA
1142a7f43f
Fix CHANGES for #2650 (again)
2016-07-02 14:15:03 +09:00
Takeshi KOMIYA
b30d4f4882
Fix #2718 : Sphinx crashes if the document file is not readable
2016-07-02 13:54:45 +09:00
Takeshi KOMIYA
2ebeff6776
Fix CHANGES
2016-07-02 10:29:26 +09:00
Takeshi KOMIYA
e6b545c2f2
Update CHANGES for PR#2731
2016-07-02 10:26:57 +09:00
jfbu
35214d4518
Fix #2733 : `make latexpdf` generates lots of hyperref warnings
2016-07-01 19:18:27 +02:00
mixmastamyk
c80db568eb
Update CHANGES
2016-06-30 13:57:25 -07:00
Takeshi KOMIYA
1eaa412372
Fix CHANGES for PR#2650 (again)
2016-06-30 20:06:18 +09:00
Takeshi KOMIYA
624bcef1cb
Merge remote-tracking branch 'tjanez/setup-warning-is-error-master'
2016-06-30 20:05:37 +09:00
jfbu
067d3cabf0
latex, make use of `\small` for code listings customizable
2016-06-30 11:20:30 +02:00
Tadej Janež
a9ffcf0d60
Add `--warning-is-error` option to setup.py command
2016-06-30 10:18:49 +02:00
Takeshi KOMIYA
2a5e5a5530
Update CHANGES for PR#2650
2016-06-30 10:55:02 +09:00
jfbu
446e93aca7
fix a typo in CHANGES
2016-06-30 00:08:40 +02:00
jfbu
2a1826022d
Update to CHANGES
2016-06-30 00:03:06 +02:00
Jakob Lykke Andersen
68a32a2bff
C++, fix id generation of var/member declarations.
...
Namespaces not in the declaration are now properly included in the id.
Fixes sphinx-doc/sphinx#2722 .
2016-06-29 09:02:35 +02:00
Takeshi KOMIYA
cd093fb0ca
latex writer considers unitless dimensions as px based
2016-06-26 22:56:20 +09:00
Takeshi KOMIYA
4bc5a242ce
Show warnings if invalid dimension units found
2016-06-26 22:32:34 +09:00
Takeshi KOMIYA
efd74a9e14
latex, replace `pt by TeX equivalent bp if found in width or height` attribute of an image (ref: #2714 )
2016-06-26 12:03:55 +09:00
Takeshi KOMIYA
593f12060c
Fix warning in CHANGES
2016-06-26 11:40:08 +09:00
Jean-François B
2273be9c37
Merge pull request #2711 from jfbu/latex_allowpx2
...
latex, allow image dimensions using px unit (96px=1in)
2016-06-25 13:00:23 +02:00
Takeshi KOMIYA
7a81169e4c
Fix warning in CHANGES
2016-06-25 10:31:30 +09:00
jfbu
f6b0ae903d
latex, allow image dimensions using px unit (96px=1in)
...
New key ``'pixelsize'`` in ``latex_elements`` dictionary.
2016-06-24 20:36:35 +02:00
jfbu
45ddb6387c
Add a missing word in CHANGES and fix minor other issues there
2016-06-24 19:18:56 +02:00
jfbu
84ed2c394a
Merge branch 'jfbu_fixspaceafterinlineliteral' into stable
2016-06-24 15:33:58 +02:00