Daniel
411ad98768
Allow the '=' character in the -D option of sphinx-build.py
2016-10-20 21:30:24 +09:00
Takeshi KOMIYA
4411f677cf
Fix #3058 : Using the same 'caption' attribute in multiple 'toctree' directives results in warning / error
2016-10-17 16:17:47 +09:00
Takeshi KOMIYA
cb5e09ffe1
Merge pull request #2936 from shibukawa/fix/doc-makefile
...
Fix doc/Makefile that can't build man because of doc/man folder exists
2016-10-14 11:55:54 +09:00
Yoshiki Shibukawa
6ee4289a95
Fix doc/Makefile that can't build man because of doc/man folder exists
2016-10-13 22:25:22 +09:00
Takeshi KOMIYA
55a8ab3bbb
Bump version
2016-10-02 00:43:32 +09:00
Takeshi KOMIYA
007c855c9c
Bump to 1.4.8 final
2016-10-02 00:37:59 +09:00
Takeshi KOMIYA
fc45d4d5fe
Update CHANGES
2016-10-02 00:36:42 +09:00
Takeshi KOMIYA
502874bcc4
Fix "make clean" does not remove build/ directory
2016-10-02 00:25:58 +09:00
Takeshi KOMIYA
6f3a93c8b4
Bump version
2016-10-01 22:39:25 +09:00
Takeshi KOMIYA
1406f6b63e
Bump to 1.4.7 final
2016-10-01 22:32:32 +09:00
Takeshi KOMIYA
9118fa38a1
Fix autodoc misdetect typing with py3.6
2016-09-29 14:15:18 +09:00
Takeshi KOMIYA
83d6ec11ce
Fix #2968 : autodoc: show-inheritance option breaks docstrings
2016-09-29 00:18:22 +09:00
Takeshi KOMIYA
4f318efdfa
Update CHANGES for PR#2962
2016-09-17 21:40:48 +09:00
Takeshi KOMIYA
96362154d2
Merge pull request #2962 from kakkojc/fix_longtable_label_bug
...
Fix label missing bug in longtable environment
2016-09-17 21:37:26 +09:00
Takeshi KOMIYA
82c153ffd2
Fix #2931 : code-block directive with same :caption: causes warning of duplicate target
2016-09-17 18:28:55 +09:00
Kazufumi Aoki
729a08cf4d
Fix label missing bug in longtable environment
2016-09-16 22:31:53 +09:00
Takeshi KOMIYA
669b5f1736
Merge pull request #2956 from arcivanov/issue_2955
...
Quickstart should return an error consistently on all error conditions
2016-09-14 16:47:38 +09:00
Arcadiy Ivanov
1db59830c3
Quickstart should return an error consistently on all error conditions
...
fixes #2955 , connected to #2955
2016-09-14 01:28:34 -04:00
Takeshi KOMIYA
f6ca0feedb
Update CHANGES for PR#2056
2016-09-14 11:00:29 +09:00
Andrey Golovizin
584bb96a06
Fix relative paths in intersphinx links
2016-09-14 10:55:18 +09:00
Takeshi KOMIYA
3eb56b1c6f
doc: Use AutodocReporter at example of nested_parse_with_titles()
...
In detail, please refer following thread:
https://groups.google.com/forum/#!topic/sphinx-dev/l4fHrIJfwq4
2016-09-07 15:46:20 +09:00
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