Takeshi KOMIYA
86f0336693
Merge branch '2.0'
2019-03-21 02:21:59 +09:00
Takeshi KOMIYA
b96a315b5f
Bump version
2019-03-21 02:20:33 +09:00
Takeshi KOMIYA
987cf555d8
Bump to 2.0.0 beta2
2019-03-21 02:18:06 +09:00
Takeshi KOMIYA
021749429d
Merge branch '2.0' into 6178_hidden_tocs
2019-03-19 01:23:17 +09:00
Takeshi KOMIYA
79da4c777d
Update CHANGES
2019-03-19 01:19:59 +09:00
Michael Goerz
4e27cc465a
Fix docs of inheritance-diagram "parts" option
...
The documentation now correctly describes the behavior of the ``parts``
option in an inheritance-diagram directive: it gives the number of parts
that are *kept* not dropped. The option now also accepts negative
values, which drops parts from the left (which is the what the
documentation incorrectly claimed the option would do for positive
values)
As a form of testing of the new functionality, the documentation for the
inheritance_diagram extension now includes a section "Examples" that
demonstrate the different possibilities. This would fail to build
without the patch.
Closes #4872
2019-03-19 01:19:29 +09:00
Takeshi KOMIYA
e6cc18cc59
Merge pull request #6164 from goerz/inheritance_diagram
...
Fix docs of inheritance-diagram "parts" option
2019-03-19 01:18:07 +09:00
Takeshi KOMIYA
86d5d2113e
Deprecate imports for compatibility
2019-03-17 18:30:50 +09:00
Takeshi KOMIYA
b5959ca230
Add SphinxPostTransform class ( #6154 )
...
* Add SphinxPostTransform
* Apply SphinxPostTransform to latex transforms
2019-03-17 18:27:00 +09:00
Takeshi KOMIYA
bee5f45a68
Fix #6172 : AttributeError is raised for old styled index nodes
2019-03-17 17:42:47 +09:00
Takeshi KOMIYA
6698bd6b3f
Fix #6178 : i18n: Captions missing in translations for hidden TOCs
2019-03-17 17:19:33 +09:00
Takeshi KOMIYA
fadab68ffc
Update CHANGES for PR #6180
2019-03-17 15:10:07 +09:00
Jakob Lykke Andersen
ceb72a78b8
C++, fix parsing of initializers
...
Specifically, add parsing of braced-init-list.
See also michaeljones/breathe#425
2019-03-16 18:23:07 +01:00
Michael Goerz
1f136215c1
Fix docs of inheritance-diagram "parts" option
...
The documentation now correctly describes the behavior of the ``parts``
option in an inheritance-diagram directive: it gives the number of parts
that are *kept* not dropped. The option now also accepts negative
values, which drops parts from the left (which is the what the
documentation incorrectly claimed the option would do for positive
values)
As a form of testing of the new functionality, the documentation for the
inheritance_diagram extension now includes a section "Examples" that
demonstrate the different possibilities. This would fail to build
without the patch.
Closes #4872
2019-03-10 18:37:05 -04:00
Takeshi KOMIYA
332dd5d89f
Merge branch '2.0'
2019-03-10 17:46:12 +09:00
Takeshi KOMIYA
4bac6b56d0
Merge branch '1.8' into 2.0
2019-03-10 16:52:51 +09:00
Takeshi KOMIYA
6ef08a42df
Bump version
2019-03-10 16:50:39 +09:00
Takeshi KOMIYA
591bdd74c0
Bump to 1.8.5 final
2019-03-10 16:48:42 +09:00
Takeshi KOMIYA
fc99687105
Fix #3859 : manpage: code-block captions are not displayed correctly
2019-03-10 12:40:55 +09:00
Takeshi KOMIYA
a37e508b3f
Merge branch '2.0'
2019-03-10 12:23:15 +09:00
Takeshi KOMIYA
cf74a71848
Merge branch '2.0' into 2155_code_directive
2019-03-10 12:05:26 +09:00
Takeshi KOMIYA
05d3e37ef7
Fix #6149 : LaTeX: :index: role titles causes build error of LaTeX
2019-03-10 02:07:02 +09:00
Takeshi KOMIYA
7c712464bb
Merge branch '2.0'
2019-03-09 18:12:56 +09:00
Takeshi KOMIYA
d7024fe996
Merge branch '1.8' into 2.0
2019-03-09 18:12:33 +09:00
Takeshi KOMIYA
f03c2d4fe2
Update CHANGES for PR #6135
2019-03-09 15:52:05 +09:00
Takeshi KOMIYA
57ecc5733e
Fix AssertionError is raised for custom citation_reference node (refs: #6147 )
...
AssertionError is raised when custom ``citation_reference`` node
having classes attribute refers missing citation (refs: #6147 )
2019-03-09 15:46:03 +09:00
Takeshi KOMIYA
4865bdff66
Update CHANGES for PR #6147
2019-03-09 15:25:32 +09:00
Takeshi KOMIYA
2f97fd4b0c
Update CHANGES for PR #6139 , #6148
2019-03-08 22:15:36 +09:00
Takeshi KOMIYA
e8195d24c7
Merge pull request #6143 from tk0miya/6140_unittest.mock
...
Fix #6140 : Use unittest.mock instead of mock
2019-03-08 00:56:45 +09:00
Jakob Lykke Andersen
1aa7d45695
C++, fix alias declarations.
...
Based on sphinx-doc/sphinx#6131 .
Defer parsing to transform time, and make sure alias nodes are
copied in a reasonable way.
Fixes sphinx-doc/sphinx#5946
2019-03-07 09:16:13 +01:00
Takeshi KOMIYA
ba86f4ea78
Merge branch '2.0'
2019-03-07 01:23:26 +09:00
Takeshi KOMIYA
fbb7e9d267
Merge branch '1.8' into 2.0
2019-03-07 01:22:10 +09:00
Takeshi KOMIYA
4ca5924d49
Merge pull request #6129 from tk0miya/refactor_util.nodes
...
Refactor util.nodes
2019-03-07 01:20:06 +09:00
Takeshi KOMIYA
346d33bf54
Fix #6136 : `:name: option for math` directive causes a crash
2019-03-06 01:46:45 +09:00
Takeshi KOMIYA
5415061293
Merge branch '2.0' into 3079_texinfo_install_figures
2019-03-06 01:35:26 +09:00
Takeshi KOMIYA
3f22d512ec
Add a helper method `SphinxDirective.set_source_info()`
2019-03-03 20:01:44 +09:00
Takeshi KOMIYA
c4a45b4a01
Close #2155 : Support `code` directive
2019-03-03 19:55:31 +09:00
Takeshi KOMIYA
bde9cab7fe
Add sphinx.testing.restructuredtext.parse()
2019-03-03 19:55:31 +09:00
Takeshi KOMIYA
b58d0e88ce
Merge pull request #6121 from tk0miya/refactor_NoUri
...
refactor: move NoUri to sphinx.errors
2019-03-03 16:09:35 +09:00
Takeshi KOMIYA
259c2bb8a6
refactor: Rename find_source_node() to get_node_source()
2019-03-03 14:42:23 +09:00
Takeshi KOMIYA
615c0f8091
Fix #5391 : A cross reference in heading is rendered as literal
2019-03-02 21:07:54 +09:00
Takeshi KOMIYA
7a5aa822f6
Fix #3079 : texinfo: image files are not copied on `make install-info`
2019-03-02 18:56:08 +09:00
Takeshi KOMIYA
01f46111c5
Merge branch '2.0'
2019-03-02 18:38:24 +09:00
Takeshi KOMIYA
ac9e9c0745
Merge branch '1.8' into 2.0
2019-03-02 18:37:20 +09:00
Takeshi KOMIYA
3987734c18
Fix texinfo: `make install-info` fails on macOS
2019-03-02 17:41:48 +09:00
Takeshi KOMIYA
57a7f76c77
Fix texinfo: `make install-info` causes syntax error
2019-03-02 17:39:34 +09:00
Takeshi KOMIYA
0d7bc86e7b
refactor: move NoUri to sphinx.errors
2019-03-02 16:21:44 +09:00
Takeshi KOMIYA
be971c6d38
Merge pull request #6116 from tk0miya/6067_latex_images_having_target
...
Fix #6067 : latexpdf image :target: changes output
2019-03-02 16:14:35 +09:00
Takeshi KOMIYA
0377adb82e
Fix #6068 : doctest: `skipif` option may remove the code block from documentation
2019-02-28 20:02:11 +09:00
Takeshi KOMIYA
6f973d410b
Fix #6028 : graphviz: Ensure the graphviz filenames are reproducible
2019-02-28 17:03:21 +09:00