Georg Brandl
|
4e43a95514
|
Add warning when setup() return value is unsupported
Also remove bare except.
|
2015-06-11 19:05:46 +02:00 |
|
Takeshi KOMIYA
|
10183a6ca0
|
Fix a crash when setting up extensions which do not support metadata
|
2015-06-11 19:05:23 +02:00 |
|
Rob Ruana
|
d82d110dfd
|
Closes #1927: [Napoleon] fixes parsing & formatting of types in Raises section
|
2015-06-11 01:16:25 -07:00 |
|
shimizukawa
|
cf42c46beb
|
refs #1784: fix for websupport.
|
2015-06-08 15:08:22 +08:00 |
|
shimizukawa
|
059a74c51e
|
Fix #1784: Provide non-minified JS code in sphinx/search/*.py
|
2015-06-08 14:35:01 +08:00 |
|
shimizukawa
|
a9afcb8831
|
Fix #1920 Minor documentation bug in windows install guide.
|
2015-06-07 17:08:06 +08:00 |
|
Rob Ruana
|
eade1e797e
|
Closes #1904: [Napoleon] parses restructuredtext references in fields/params BEFORE splitting on colon
|
2015-05-27 10:57:04 -07:00 |
|
Georg Brandl
|
d966317464
|
app: make buildername available
|
2015-05-21 11:39:10 +02:00 |
|
Georg Brandl
|
1bf392867c
|
Prepare release 1.3.2.
|
2015-05-21 11:28:25 +02:00 |
|
Georg Brandl
|
ad049c35e4
|
changelog update
|
2015-05-18 14:50:12 +02:00 |
|
Georg Brandl
|
4dc132f1ea
|
special exception for rst2pdf.pdfbuilder, we know it is safe
|
2015-05-18 14:47:49 +02:00 |
|
Georg Brandl
|
16e309f489
|
Add compatibility default.css.
|
2015-05-18 14:32:00 +02:00 |
|
Georg Brandl
|
034c4e9424
|
theming: do not warn if theme is "default"
To be compatible with old Sphinx versions we have to use "default".
|
2015-05-18 14:25:20 +02:00 |
|
Takeshi KOMIYA
|
c475b1eb6b
|
Set version number as "unknwon" for extensions which do not support metadata
|
2015-05-17 16:37:58 +09:00 |
|
Takeshi KOMIYA
|
ccd393734e
|
Fix a crash when setting up extensions which do not support metadata
|
2015-05-17 15:56:10 +09:00 |
|
Rob Ruana
|
568f91d1bf
|
Closes #1831: [Napoleon] Makes google type regex greedy to consume entire type, even if it contains colons
|
2015-05-03 16:28:39 -07:00 |
|
Takayuki Hirai
|
78000d2066
|
Fix #1780: Remove duplicated "class" and "exception" keywords from text builder
|
2015-04-28 22:17:09 +09:00 |
|
shimizukawa
|
2ee54dfd0b
|
add make.bat for sphinx/doc
|
2015-04-06 14:18:28 +09:00 |
|
shimizukawa
|
1f65b8354e
|
refactoring. path.abspath will call path.normpath.
|
2015-04-05 19:11:38 +09:00 |
|
shimizukawa
|
5a3fcea4b6
|
Fixes #1823: '.' as <module_path> for sphinx-apidoc cause an unfriendly error. Now '.' is converted to absolute path automatically.
|
2015-04-05 19:05:26 +09:00 |
|
shimizukawa
|
6c1ba34614
|
Fixes #1834: compatibility for docutils-0.13: handle_io_errors keyword argument for docutils.io.FileInput cause TypeError.
The argument is already deprecated and no effects from docutils-0.10.
|
2015-04-05 18:22:15 +09:00 |
|
shimizukawa
|
ccd7e73c19
|
Fix #1794: custom theme extended from alabaster or sphinx_rtd_theme can't find base theme.
|
2015-04-05 15:28:35 +09:00 |
|
Rob Ruana
|
9d2ec40d8b
|
Closes #1831: [Napoleon] If name is not found in NumPy Doc Returns section, regard the whole line as the type
|
2015-04-03 21:32:05 -04:00 |
|
Takeshi KOMIYA
|
64d2f22eb4
|
Fix #1790 literalinclude strips empty lines at the head and tail
|
2015-04-02 14:48:14 +09:00 |
|
Takeshi KOMIYA
|
aa66e7860b
|
Fix #1789 :pyobject: option of literalinclude directive includes following lines after definitions
|
2015-04-02 14:47:51 +09:00 |
|
Takayuki Hirai
|
144fb2634d
|
Fix #1793: Add new line before first item of list
|
2015-03-30 19:55:49 +09:00 |
|
Takayuki SHIMIZUKAWA
|
629961ebfe
|
Merge pull request #1802 from pjxiao/feature-1794
include builtin thmemes automatically #1794
|
2015-03-23 22:09:08 +09:00 |
|
Takayuki Hirai
|
974585d4d6
|
include builtin thmemes automatically #1794
|
2015-03-23 19:09:40 +09:00 |
|
shimizukawa
|
11f9b5ff20
|
Fix #1788: graphviz extension raises exception when caption option is present
|
2015-03-21 11:53:24 +09:00 |
|
shimizukawa
|
1c32a0fc3e
|
Bump version
|
2015-03-17 18:28:24 +09:00 |
|
shimizukawa
|
a4083dde29
|
Bump to 1.3.1 final
|
2015-03-17 14:30:11 +09:00 |
|
shimizukawa
|
085bcfa518
|
refs #1781: Setting html_domain_indices to a list raises a type check warnings.
|
2015-03-17 07:34:26 +09:00 |
|
shimizukawa
|
8fb6516256
|
fix typo.
|
2015-03-17 07:32:31 +09:00 |
|
shimizukawa
|
bd22185cf9
|
update CHANGES refs #1783
|
2015-03-17 07:32:30 +09:00 |
|
Takayuki SHIMIZUKAWA
|
3c32e43985
|
Merge pull request #1783 from jenshnielsen/unicode_all
Autodoc: Python2 Allow unicode string in __all__
|
2015-03-17 07:29:36 +09:00 |
|
Jens Hedegaard Nielsen
|
efd1fefc0b
|
Autodoc: Python2 Allow unicode string in __all__
|
2015-03-16 19:34:55 +00:00 |
|
shimizukawa
|
dbfc72a451
|
refactoring: move i18n related function from osutil into i18n
|
2015-03-16 23:11:23 +09:00 |
|
shimizukawa
|
d699b1d326
|
rename function name to avoid ambiguous
|
2015-03-16 23:06:54 +09:00 |
|
shimizukawa
|
30d6d72f47
|
Fixed #1771: automated .mo building doesn't work properly with template translation: sphinx-build will load sphinx.mo file to initialize template-bridge before compiling sphinx.po file.
|
2015-03-16 23:01:16 +09:00 |
|
shimizukawa
|
ef3a1f7b2e
|
Fixed #1771: automated .mo building doesn't work properly with:
* `gettext_compact=True` in conf.py
* `sphinx-build -a` to rebuild all files.
* `sphinx-build ... <docnames>` to specify docnames.
|
2015-03-16 22:03:21 +09:00 |
|
shimizukawa
|
a94c40cbcf
|
ref #1776: test fixed.
|
2015-03-16 00:27:12 +09:00 |
|
shimizukawa
|
36d47a2193
|
Close #1776: `source_suffix = ['.rst'] ` cause unfriendly error on prior version.
|
2015-03-16 00:20:33 +09:00 |
|
shimizukawa
|
e8e5bae15f
|
remove test that is not works correctly on travis.ci (+1 squashed commits)
|
2015-03-15 02:18:00 +09:00 |
|
shimizukawa
|
6b7a2c8b6a
|
refs #1777: fix testing. first time testing always failed it means testing on travis.ci will never be succeeded.
|
2015-03-15 01:13:57 +09:00 |
|
shimizukawa
|
1628eebfb5
|
refs #1777: add test for loading theme plugins
|
2015-03-15 00:47:43 +09:00 |
|
shimizukawa
|
f32c5c475e
|
update CHANGES for PRs.
|
2015-03-14 23:29:16 +09:00 |
|
Takayuki SHIMIZUKAWA
|
5c8062f354
|
Merge pull request #1777 from tell-k/fix-load-extra-theme
Sphinx 1.3 can't load extra theme.
|
2015-03-14 23:23:11 +09:00 |
|
Takayuki SHIMIZUKAWA
|
ca569788b1
|
Merge pull request #1774 from pjxiao/stable
Fix #1770 literalinclude with empty file occurs exception
|
2015-03-14 21:54:00 +09:00 |
|
shimizukawa
|
70612c610f
|
fix #1772 cross reference in docstrings like `:param .write: ` breaks building.
|
2015-03-14 18:54:20 +09:00 |
|
Takayuki Hirai
|
705639d626
|
Fix #1770: regard empty file as an empty string
|
2015-03-14 18:51:24 +09:00 |
|