Georg Brandl
ae7e3afb4f
Closes #1949 : Use `safe_getattr
` in the coverage builder to avoid aborting with descriptors that have custom behavior.
2015-07-25 09:33:09 +02:00
Georg Brandl
21188120cc
fix message when calling sphinx-build without arguments
2015-07-25 09:33:09 +02:00
Rob Ruana
6b6d3dbea9
Closes #1840 : [Napoleon] Fixes Google style parsing to only match section headers ending with exactly one colon
2015-07-24 11:31:47 -07:00
Georg Brandl
1b8afbb343
some changelog entries
2015-07-24 16:34:11 +02:00
Georg Brandl
c7bee16c8a
Closes #1871 : fix for latex writer with multirow and 1-column tables.
2015-07-24 16:33:19 +02:00
Barry Warsaw
5d30bc635b
One way to work around the lack of html.parser.HTMLParserError in Python 3.5
2015-07-24 15:58:50 +02:00
shimizukawa
c53fbdc949
CHANGES for #1780
2015-07-11 18:36:50 +09:00
Takayuki SHIMIZUKAWA
21aaf07776
Merge pull request #1866 from pjxiao/feature-1780
...
Fix #1780 : Text builder outputs "class" and "exception" keywords once
2015-07-11 18:31:24 +09:00
shimizukawa
8f560079ef
CHANGES for #1793
2015-07-11 15:22:03 +09:00
Takayuki SHIMIZUKAWA
219b5aac9e
Merge pull request #1819 from pjxiao/feature-1793
...
Fix #1793 : Add new line before first item of list
2015-07-11 15:15:01 +09:00
shimizukawa
24604b3a27
Update changes for #1892 .
2015-07-06 09:54:06 +09:00
Eric Larson
5b2693625b
FIX: Only check if members is True
2015-07-05 23:05:55 +09:00
shimizukawa
0150548940
the release is canceled.
2015-07-05 10:01:34 +09:00
Takeshi KOMIYA
962a830015
Update README
2015-06-26 21:37:16 +09:00
Takeshi KOMIYA
65663912a4
Add testcase for graphviz
2015-06-26 21:23:03 +09:00
Takeshi KOMIYA
342a5ee83d
Update CHANGES refs #1935
2015-06-26 18:52:45 +09:00
Takeshi KOMIYA
7b9c3981cc
Merge pull request #1935 from bgeron/allow-override-latex-numfig_format
...
Allow overriding 'numfig_format' for LaTeX output in latex_elements
2015-06-26 18:50:40 +09:00
Robert Lehmann
f323b60641
Explicitly mention sphinx-users mailing list
...
This should now answer searches for "mailing list" and "sphinx-", in case users just skim the Web site.
I have checked this in a Web browser and it looks good IMO (box not overfull.)
2015-06-24 21:13:24 +09:00
Bram Geron
e237dad509
Allow overriding 'numfig_format' for LaTeX output in latex_elements
2015-06-22 14:18:17 +01:00
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