Commit Graph

5642 Commits

Author SHA1 Message Date
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
Rob Ruana
c48c68eac9 Closes #1840: [Napoleon] Fixes Google style parsing to only match section headers ending with exactly one colon 2015-07-24 11:30:35 -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
Georg Brandl
4d1f66a8a1 Closes #1871: fix for latex writer with multirow and 1-column tables. 2015-07-24 16:30:48 +02:00
Georg Brandl
7bb0076242 latex writer: fix questionable string escapes 2015-07-24 16:29:26 +02:00
Georg Brandl
990a375602 Merge pull request #1919 from pkienzle/master
allow apidoc using 'python -m sphinx.apidoc'
2015-07-24 16:02:39 +02:00
Georg Brandl
dea6a41127 Merge pull request #1954 from mitya57/master
Add support for SOURCE_DATE_EPOCH environment variable
2015-07-24 16:01:55 +02:00
Georg Brandl
c2f1a27905 merge with stable 2015-07-24 15:59:47 +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
Georg Brandl
9338767cb2 Merge pull request #1946 from warsaw/py35compat
One way to work around the lack of html.parser.HTMLParserError in Python 3.5
2015-07-24 15:58:05 +02:00
Georg Brandl
a40e3a2901 Closes #1956: remove unused import in default conf.py 2015-07-24 15:47:31 +02:00
Georg Brandl
6352634728 Closes #1960: show relative file path in output when copying dlfiles 2015-07-24 15:45:05 +02:00
Georg Brandl
1d7db8da46 fixup test suite for already-registered warnings 2015-07-22 19:34:37 +02:00
Georg Brandl
277f8d3ec3 Merge pull request #1963 from myokoym/adjust-underline
doc: adjust underline length of section headers
2015-07-22 07:38:55 +02:00
Masafumi Yokoyama
2522afe94d doc: adjust underline length of section headers 2015-07-22 00:51:10 +09:00
Georg Brandl
cdf0f8253c Closes #1962: when adding directives, roles or nodes from an extension, warn if such
an element is already present (built-in or added by another extension).
2015-07-21 12:43:06 +02:00
Georg Brandl
cb2f35e229 Merge pull request #1957 from hamogu/patch-1
Correct minor typo in confic.py
2015-07-13 22:08:36 +02:00
Hans Moritz Günther
6a40cbf0e0 Correct minor typo in confic.py 2015-07-12 10:08:36 -04: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
Takayuki SHIMIZUKAWA
445db4f958 Merge pull request #1830 from thomasvandoren/ref-chapel-domain-in-docs
Add reference to Chapel domain in domains document.
2015-07-11 15:25:12 +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
Dmitry Shachnev
d498b9380c Make epub builder use ustrftime instead of plain strftime 2015-07-09 13:38:02 +03:00
Dmitry Shachnev
71bac48e03 Add support for SOURCE_DATE_EPOCH environment variable to ustrftime function
See https://wiki.debian.org/ReproducibleBuilds/TimestampsProposal.
2015-07-09 13:37:44 +03:00
shimizukawa
24604b3a27 Update changes for #1892. 2015-07-06 09:54:06 +09:00
Takayuki SHIMIZUKAWA
a65127c265 Merge pull request #1951 from jwilk/spelling
Fix typos.
2015-07-06 09:38:55 +09:00
Jakub Wilk
8637ad6b6e Fix typos. 2015-07-06 02:01:09 +02:00
Eric Larson
5b2693625b FIX: Only check if members is True 2015-07-05 23:05:55 +09:00
Takayuki SHIMIZUKAWA
4c2f693cbf Merge pull request #1892 from Eric89GXL/fix-no-members
FIX: Only check if members is True. closes #1822, refs #1891, #1828, #1061, #1663
2015-07-05 12:11:36 +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
Barry Warsaw
7ce3b99122 One way to work around the lack of html.parser.HTMLParserError in Python 3.5 2015-06-25 11:54:05 -04: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
Takayuki SHIMIZUKAWA
a0dc30ed2c Merge pull request #1941 from sphinx-doc/oops-groups
Explicitly mention sphinx-users mailing list
2015-06-24 21:11:04 +09:00
Robert Lehmann
e8ab6cc44e 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 13:32:01 +02:00
Bram Geron
e237dad509 Allow overriding 'numfig_format' for LaTeX output in latex_elements 2015-06-22 14:18:17 +01:00
Rob Ruana
27be6614f7 [Napoleon] Miscellaneous formatting fixes to napoleon example docstrings 2015-06-14 13:32:04 -07:00
Rob Ruana
d5d6556a8a [Napoleon] Updates docs to use single quoted strings & 4-space indentation 2015-06-11 20:21:37 -07:00
Rob Ruana
92bf7ca36a Merge pull request #1928 from alex/patch-1
Use an HTTPS url for fonts so these load on HTTPS pages
2015-06-11 12:52:39 -07:00
Rob Ruana
4670c87be2 Related to #1927: [Napoleon] always start description on same line as type in Raises section 2015-06-11 12:50:05 -07:00
Georg Brandl
bfdbee0d04 merge with stable 2015-06-11 19:07:10 +02: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
Alex Gaynor
7592e4bda2 Use an HTTPS url for fonts so these load on HTTPS pages
Right now they're blocked as active mixed content.
2015-06-11 07:20:49 -04:00
Rob Ruana
d82d110dfd Closes #1927: [Napoleon] fixes parsing & formatting of types in Raises section 2015-06-11 01:16:25 -07:00