Commit Graph

11119 Commits

Author SHA1 Message Date
Alan M. Carroll
6441853e66 cpp domain: Fix assert when describing unreferenced symbol. 2018-06-09 19:59:14 +02:00
Jakob Lykke Andersen
6e035ede7c
Merge pull request #4667 from SolidWallOfCode/cpp-unreferenced-symbol-fix
cpp domain: Fix assert when describing undefined symbol.
2018-06-09 19:57:21 +02:00
Jakob Lykke Andersen
b1e1fd0822 C++, fix lookup of full template specializations with no template arguments 2018-06-09 18:10:33 +02:00
Jakob Lykke Andersen
515fb53b60 C, render empty argument lists for macros.
Fixes #2410
2018-06-09 17:12:43 +02:00
Takeshi KOMIYA
2476d1c5d2 Deprecate builder.script_files (refs: #4439) 2018-06-09 22:22:59 +09:00
Takeshi KOMIYA
c330c0f582 Fix #5064: KeyError on literal_block in new Latex transform 2018-06-09 22:20:30 +09:00
Takeshi KOMIYA
eccee5ea29 Update CHANGES for PR #5029 2018-06-09 22:11:53 +09:00
Takeshi KOMIYA
40ee7cd0c4
Merge pull request #5029 from kmaehashi/autosummary-inherited-docs
autosummary: expose inherited_members to template
2018-06-09 22:11:03 +09:00
Takeshi KOMIYA
72e60ce165 Merge branch '1.7' 2018-06-09 20:53:01 +09:00
Takeshi KOMIYA
1240fededa
Merge pull request #5061 from tk0miya/mypy-0.610
Fix mypy violation
2018-06-09 20:51:25 +09:00
Jakob Lykke Andersen
c561b25e39
Merge pull request #5062 from jakobandersen/cpp_anon
C++, add support for anon entities.
2018-06-09 13:24:04 +02:00
Jakob Lykke Andersen
9a9acc842a C++, anon names, fix regex str/unicode complaint 2018-06-09 12:48:19 +02:00
Jakob Lykke Andersen
765ca9f400 C++, anon names, use different fullname and dispname in get_objects 2018-06-09 12:42:17 +02:00
Jakob Lykke Andersen
cc026946f7 C++, add support for anon entities.
Anonymous entities are specified with names starting with "@",
but are rendered as "[anonymous]".

Fixes sphinx-doc/sphinx#3593 and sphinx-doc/sphinx#2683.
2018-06-09 12:24:34 +02:00
Takeshi KOMIYA
6d739017c3 Fix mypy violation 2018-06-09 14:15:54 +09:00
Takeshi KOMIYA
fc7817b854
Merge pull request #5034 from tk0miya/add_html_js_files
Add :confval:`html_js_files`
2018-06-09 11:51:11 +09:00
Jean-François B
aedd79c7e4
Merge pull request #5045 from jfbu/latex_remove_shorthandoff_variable
Remove usage of internal shorthandoff variable from LaTeX writer
2018-06-08 20:30:15 +02:00
Jean-François B
95a8099913
Merge branch 'master' into latex_remove_shorthandoff_variable 2018-06-08 19:53:46 +02:00
Jean-François B
c840e085ca
Merge pull request #5060 from jfbu/5009_add_nobreak
LaTeX, follow-up to PR #5012, avoid label separated by pagebreak
2018-06-08 19:50:55 +02:00
Takeshi KOMIYA
9fc2657d7e Add :confval:html_js_files 2018-06-09 02:38:36 +09:00
Takeshi KOMIYA
9617b138c7
Merge pull request #5049 from tk0miya/4193_canonical_url
html: Output ``canonical_url`` metadata if :confval:`html_baseurl` set
2018-06-09 02:35:56 +09:00
jfbu
45c63a8e2d LaTeX, follow-up to PR #5012, avoid label separated by pagebreak
PR #5012 took care of this for longtable, but the problem can also arise
with tabular/tabulary and is much easier to fix.
2018-06-08 18:46:15 +02:00
Takeshi KOMIYA
50f0124e16
Merge pull request #5058 from jodemaey/patch-1
Link to cdnjs was incorrect
2018-06-09 00:14:56 +09:00
Takeshi KOMIYA
738198022c
Merge pull request #5050 from tk0miya/5048_numbered_toctree
Fix #5048: crashed with numbered toctree
2018-06-08 22:05:17 +09:00
Takeshi KOMIYA
6d5e68b02e
Merge branch '1.7' into 5048_numbered_toctree 2018-06-08 21:41:48 +09:00
Takeshi KOMIYA
40d84aa845
Merge pull request #5012 from tk0miya/5009_label_for_table_on_latex
Fix #5009: latex: a label for table is vanished if table does not have a caption
2018-06-08 21:40:35 +09:00
Jonathan Demaeyer
7ed05e1d69
Link to cdnjs was incorrect 2018-06-08 13:56:45 +02:00
Takeshi KOMIYA
5843dcb868
Merge branch '1.7' into 5048_numbered_toctree 2018-06-08 20:52:43 +09:00
Takeshi KOMIYA
1e60076b17
Merge pull request #5052 from tk0miya/5016_settings_spec_for_recommonmark
Fix #5016: crashed when recommonmark.AutoStrictify is enabled
2018-06-08 20:51:12 +09:00
jfbu
7bebdd0f97 Add tests for non-captioned table with label in latex 2018-06-08 10:18:53 +02:00
Takeshi KOMIYA
fad20b733a
Merge pull request #5056 from andresdelfino/path-sep
Use the common path separator in systems other than UNIX-based
2018-06-08 11:13:19 +09:00
Takeshi KOMIYA
e342d1ab4d
Merge branch '1.7' into 5016_settings_spec_for_recommonmark 2018-06-08 11:06:54 +09:00
Takeshi KOMIYA
73f4899d0d
Merge pull request #5055 from tk0miya/fix_CHANGES
Update CHANGES (reorder, fix typos)
2018-06-08 11:06:10 +09:00
Andrés Delfino
8500ef228e Initial commit 2018-06-07 15:09:02 -03:00
jfbu
359854fa78 Postpone to 3.0 removal of ExtBabel.get_shorthandoff() 2018-06-07 18:29:24 +02:00
Takeshi KOMIYA
cdb4bb857d
Merge pull request #5054 from tk0miya/update_docs_for_SphinxParser
Update docs for sphinx.parsers.Parser
2018-06-08 01:25:23 +09:00
Takeshi KOMIYA
d0e7000cee
Merge pull request #5053 from tk0miya/update_docs_for_SphinxDirective
docs: Update docstring of SphinxDirective (add notice)
2018-06-08 01:24:56 +09:00
Takeshi KOMIYA
b914327317 Reorder deprecated APIs (app) 2018-06-08 00:51:00 +09:00
Takeshi KOMIYA
e081b1f154 Reorder deprecated APIs (env) 2018-06-08 00:51:00 +09:00
Takeshi KOMIYA
a2c4ed6614 Fix wrong module name in CHANGES 2018-06-08 00:51:00 +09:00
Takeshi KOMIYA
2ccf05c32e Update docs for sphinx.parsers.Parser 2018-06-08 00:49:54 +09:00
Takeshi KOMIYA
7416e9907c Fix #5009: latex: a label for table is vanished if table does not have a caption 2018-06-07 23:58:29 +09:00
Takeshi KOMIYA
65cf7b2cb2
Merge pull request #5024 from tk0miya/5022_import_roman
Fix #5022: latex: crashed with docutils package provided by Debian/Ubuntu
2018-06-07 22:34:52 +09:00
Takeshi KOMIYA
49ab23db0b Fix #5022: latex: crashed with docutils package provided by Debian/Ubuntu 2018-06-07 22:14:56 +09:00
Takeshi KOMIYA
b9d06fd802 Fix #5016: crashed when recommonmark.AutoStrictify is enabled 2018-06-07 21:54:28 +09:00
Takeshi KOMIYA
a4c30027bd docs: Update docstring of SphinxDirective (add notice) 2018-06-07 14:29:14 +09:00
Takeshi KOMIYA
f88767c0ad
Merge pull request #5028 from tk0miya/5016_recommonmark_crashed
Fix #5016: ``character_level_inline_markup`` setting is not initialized
2018-06-07 08:48:12 +09:00
jfbu
1f5e3428cb Add missing warning import 2018-06-06 23:21:03 +02:00
jfbu
215ea93a48 Update CHANGES for depreaction of ExtBabel.get_shorthandoff() 2018-06-06 19:22:58 +02:00
jfbu
b41b1dac5c Deprecate sphinx.writers.latex.ExtBabel.get_shorthandoff()
This partially reverts d17f3955a5
2018-06-06 19:16:14 +02:00