Commit Graph

6519 Commits

Author SHA1 Message Date
Jakob Lykke Andersen
8a64cfdd91 C++, add support for template introductions.
Thanks to mickk-on-cpp.
2016-05-30 23:18:10 +09:00
Jakob Lykke Andersen
74191207db C++, add support for concept declarations.
Concept placeholders are automatically linked.
Thanks to mickk-on-cpp.
2016-05-30 19:45:17 +09:00
Takeshi KOMIYA
1825559f74 Merge pull request #2596 from alex/patch-1
Include additional info on broken links in linkcheck
2016-05-30 09:46:36 +09:00
Alex Gaynor
830e986b7a Include additional info on broken links in linkcheck 2016-05-29 10:30:33 -07:00
Takeshi KOMIYA
e946e84832 Merge pull request #2591 from solidsnack/patch-1
Fix PEP-8 violation present in generated code
2016-05-29 11:11:50 +09:00
Jason Dusek
ba03ed5d7c Fix PEP-8 violation present in generated code 2016-05-28 18:12:41 -07:00
Takeshi KOMIYA
e01d5d8507 Merge pull request #2590 from avylove/inputenc 2016-05-29 09:24:47 +09:00
Avram Lubkin
786f31eb57 Only add '\\usepackage[utf8]{inputenc}' when using pdflatex 2016-05-28 13:26:45 -04:00
Takeshi KOMIYA
1d17475a08 #2575: Now `sphinx.ext.graphviz allows :align:` option 2016-05-28 18:29:10 +09:00
Takeshi KOMIYA
e3be266be3 Merge branch 'stable' 2016-05-28 17:29:43 +09:00
Takeshi KOMIYA
b9656349aa Allow to override tocdepth, secnumdepth and contentsname using latex_elements (experimental) 2016-05-28 17:29:10 +09:00
Takeshi KOMIYA
b74b9cb585 Fix #2383: The generated footnote by latex_show_urls overflows lines 2016-05-28 14:46:13 +09:00
Takeshi KOMIYA
5cdf7a9a33 Adjust spacing in numref role (ref: #2382) 2016-05-28 13:23:37 +09:00
Takeshi KOMIYA
c64a23f3c6 Add testcase for #2382 2016-05-28 12:57:46 +09:00
Takeshi KOMIYA
ca8aec969a #2382: Adjust spacing after abbreviations on figure numbers in LaTeX writer 2016-05-28 10:37:21 +09:00
Takeshi KOMIYA
9453aa542c Merge pull request #2584 from miyakogi/patch-1
Sphinx.add_source_parser takes only two arguments
2016-05-28 00:33:24 +09:00
Takeshi KOMIYA
98c27003d0 Update description of numref option (ref: #2384) 2016-05-27 23:40:01 +09:00
miyakogi
0c89808112 Sphinx.add_source_parser takes only two arguments
https://github.com/sphinx-doc/sphinx/blob/master/sphinx/application.py#L794
2016-05-27 23:32:29 +09:00
Takeshi KOMIYA
cd1e339c80 Fix docstring; wrong directive name 2016-05-27 23:08:02 +09:00
Takeshi KOMIYA
b15e0af2cb Show warning if too large :maxdepth: option was specified 2016-05-27 00:09:57 +09:00
Takeshi KOMIYA
771e715f50 `:maxdepth: option of toctree affects secnumdepth` (ref: #2547) 2016-05-26 23:23:07 +09:00
Takeshi KOMIYA
9226513c8b Fix #2581: The search doesn't work if language="es" (spanish) 2016-05-26 20:59:29 +09:00
Takeshi KOMIYA
2578f47664 Merge branch 'stable' 2016-05-26 20:55:26 +09:00
Takeshi KOMIYA
08cfcbc363 Fix CHANGES 2016-05-26 14:04:36 +09:00
Takeshi KOMIYA
2c351a1261 Update CHANGES for PR#2556 2016-05-26 10:56:21 +09:00
Takeshi KOMIYA
f3ad0d508d Fix typo 2016-05-26 01:53:00 +09:00
Takeshi KOMIYA
581a26168d Merge pull request #2556 from mitya57/xapian-python3
Make Xapian search work with Python 3
2016-05-26 00:57:58 +09:00
Takeshi KOMIYA
5087228977 Update CHANGES for PR#2576 and PR#2577 2016-05-26 00:56:53 +09:00
Julien Schueller
6447ba772e Dont add the imgmath dvi->svg arg twice
It's already added in the general case for png too a few lines below
2016-05-26 00:51:37 +09:00
Takeshi KOMIYA
698a715d0c Refactor code using `with` syntax 2016-05-26 00:50:57 +09:00
Takeshi KOMIYA
ebc888d709 Merge pull request #2577 from jschueller/patch-2
Dont add the imgmath dvi->svg input file arg twice
2016-05-26 00:50:12 +09:00
Takeshi KOMIYA
904b31746c Merge pull request #2576 from jschueller/patch-1
Fix MathExtError arguments in imgmath
2016-05-26 00:48:39 +09:00
Dmitry Shachnev
94f2dc2843 Make Xapian search work with Python 3 2016-05-25 17:23:56 +03:00
shimizukawa
03af1ca4dd add docstring to write more detail of 'key' of index node 2016-05-25 22:59:03 +09:00
Julien Schueller
55446caca1 Dont add the imgmath dvi->svg arg twice
It's already added in the general case for png too a few lines below
2016-05-25 14:39:17 +02:00
Takeshi KOMIYA
9cd5ba994c Fix #2445: rst_prolog and rst_epilog affect to non reST sources 2016-05-25 21:25:04 +09:00
Takeshi KOMIYA
89360dd3f1 Add testcase for rst_prolog and rst_epilog 2016-05-25 21:24:31 +09:00
Julien Schueller
27f03cecd5 Fix MathExtError arguments in imgmath
It's constructor is:
```class MathExtError(SphinxError):
    def __init__(self, msg, stderr=None, stdout=None):```
2016-05-25 14:20:21 +02:00
jfbu
cf2ff7594f Fix formatting typo in CHANGES 2016-05-24 22:52:09 +02:00
jfbu
2484efc855 Update CHANGES for PR #2551 2016-05-24 22:35:36 +02:00
Takeshi KOMIYA
5d7bbe45fc Merge pull request #2551 from jfbu/latex_subparagraphs
Extend pdflatex config in sphinx.sty to subparagraphs
2016-05-24 23:59:01 +09:00
Takeshi KOMIYA
4c2d679815 Fix #2565: The descriptions of objects generated by `sphinx.ext.autosummary` overflow lines at LaTeX writer 2016-05-24 23:47:06 +09:00
Takeshi KOMIYA
187841a6b1 Update CHANGES 2016-05-24 11:50:46 +09:00
Takeshi KOMIYA
881455ca4b Fix docstring; structure of index node has changed since Sphinx-1.4 2016-05-24 11:42:19 +09:00
Takeshi KOMIYA
5e6dbe1088 Fix #2561: Info builder crashes when a footnote contains a link 2016-05-24 11:39:20 +09:00
Takeshi KOMIYA
b4df918071 Fix #2558: unpack error on devhelp builder 2016-05-24 11:27:20 +09:00
Takeshi KOMIYA
887bba5776 Update CHANGES for PR#2516 2016-05-24 11:15:37 +09:00
Takeshi KOMIYA
c028cfc5d3 Refactor testcases for #2516 2016-05-24 11:14:17 +09:00
Takeshi KOMIYA
82ef3b0aeb Merge pull request #2516 from TimKam/meta-keywords-to-search-index
Meta keywords to search index
2016-05-24 11:10:07 +09:00
Takeshi KOMIYA
37882b9c77 Fix #2518: intersphinx_mapping disallows non alphanumeric keys 2016-05-23 12:14:56 +09:00