Takeshi KOMIYA
700be75a73
Fix #6196 : py domain: unexpected prefix is generated
2019-03-23 22:32:37 +09:00
Takeshi KOMIYA
8980f637c9
Add testcase for sphinx.domains.python
2019-03-23 21:44:00 +09:00
Takeshi KOMIYA
98e476779c
Merge pull request #6195 from tk0miya/update_changes
...
Add an incompatible change entry (refs: #6186 )
2019-03-23 17:40:47 +09:00
Takeshi KOMIYA
2c75d273da
Add an incompatible change entry (refs: #6186 )
2019-03-23 17:33:24 +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
0af3012cb8
Merge pull request #6184 from tk0miya/6178_hidden_tocs
...
Fix #6178 : i18n: Captions missing in translations for hidden TOCs
2019-03-19 01:54:43 +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
ac6de0a2d9
Install graphiz on Travis
...
This is required to generate inheritance diagrams (as there is now an
example inheritance diagram in the documentation of the extension
generating such diagrams)
2019-03-19 01:19:37 +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
Jon Dufresne
22afc77c48
Python-3-only clean ups discovered by pyupgrade
...
https://github.com/asottile/pyupgrade
> A tool to automatically upgrade syntax for newer versions of the
> language.
- Drop u str prefix
- Drop base object inheritance
- Drop args to super()
- Use set literals
- Use dict comprehension
- Use set comprehension
2019-03-19 01:09:48 +09:00
Takeshi KOMIYA
33ba281e0a
Merge pull request #6177 from tk0miya/6172_AttributeError_for_old_styled_index
...
Fix #6172 : AttributeError is raised for old styled index nodes
2019-03-17 18:41:55 +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
Jakob Lykke Andersen
a95af4c195
Merge pull request #6183 from jakobandersen/cpp_init
...
C++, fix parsing of initializers
2019-03-16 18:35:19 +01: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
Takeshi KOMIYA
9b6edde726
Merge pull request #6176 from tk0miya/6174_docstring
...
docs: drop mention to deprecated method (refs: #6174 )
2019-03-15 00:56:41 +09:00
Takeshi KOMIYA
16b1b71a3a
docs: drop mention to deprecated method (refs: #6174 )
2019-03-14 00:38:54 +09:00
Takeshi KOMIYA
a0b9d3c7fb
Merge pull request #6162 from tk0miya/add_long_description_content_type
...
Add long description content type
2019-03-10 19:07:41 +09:00
Takeshi KOMIYA
6d02bdda13
Do "twine check" before uploading package
2019-03-10 18:58:02 +09:00
Takeshi KOMIYA
ab95fa5ded
Add long_description_content_type to package metadata
2019-03-10 18:57:50 +09:00
Takeshi KOMIYA
db23555f7d
Merge pull request #6160 from tk0miya/adjust
...
pretty changes for 2.0
2019-03-10 17:34:43 +09:00
Takeshi KOMIYA
ef2d16d68a
refactor: Use py3 style super()
2019-03-10 17:07:58 +09:00
Takeshi KOMIYA
b691fa804d
Fix test: filename has been smallcased since 2.0
2019-03-10 17:07:15 +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
f44aa23761
Merge pull request #6159 from tk0miya/3859_code-block_captions_for_manpage
...
Fix #3859 : manpage: code-block captions are not displayed correctly
2019-03-10 15:24:34 +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
63c05f2b6d
Merge pull request #6132 from tk0miya/2155_code_directive
...
Closes #2155 : Support ``code`` directive
2019-03-10 12:22:47 +09:00
Takeshi KOMIYA
cf74a71848
Merge branch '2.0' into 2155_code_directive
2019-03-10 12:05:26 +09:00
Takeshi KOMIYA
f57041ab00
Merge pull request #6152 from tk0miya/6149_index_on_title
...
Fix #6149 : LaTeX: :index: role titles causes build error of LaTeX
2019-03-10 11:56:14 +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
d7024fe996
Merge branch '1.8' into 2.0
2019-03-09 18:12:33 +09:00
Takeshi KOMIYA
9f283bc3f1
Merge pull request #6153 from tk0miya/use_bionic_on_circleci
...
Use bionic (py36) on Circle CI
2019-03-09 18:10:22 +09:00
Takeshi KOMIYA
f61a5f91f7
Fix test: imgconverter expects size of images fixed
2019-03-09 18:04:40 +09:00
Takeshi KOMIYA
f7315edfc2
Use bionic (py36) on Circle CI
2019-03-09 17:57:20 +09:00
Takeshi KOMIYA
fd67809c1a
Merge pull request #6151 from tk0miya/6147_AssertionError_for_citation_ref
...
Fix AssertionError is raised for custom citation_reference node (refs: #6147 )
2019-03-09 17:29:15 +09:00
Takeshi KOMIYA
f03c2d4fe2
Update CHANGES for PR #6135
2019-03-09 15:52:05 +09:00
Takeshi KOMIYA
7c50f8f08b
Merge pull request #6135 from bz2/changes_module_1.8
...
Fix UnboundLocalError when building changes (1.8)
2019-03-09 15:50:44 +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
65970a3033
Fix #6140 : Use unittest.mock instead of mock
2019-03-09 15:16:04 +09:00
Takeshi KOMIYA
177246a49e
Merge pull request #6147 from chrisjsewell/propogate_citeref_classes
...
propogate cite_reference node classes to pending_xref node
2019-03-09 15:15:05 +09:00
Chris Sewell
08d7b4de2e
modify deprecated method
2019-03-08 14:10:14 +00:00
Chris Sewell
a88078ec73
Merge remote-tracking branch 'upstream/2.0' into propogate_citeref_classes
2019-03-08 14:05:20 +00:00
Martin Packman
71dec3b38e
Fix UnboundLocalError when building changes
...
Split testing of changes builder to its own test file and root.
Improve coverage a little, and add case that fails if a module
directive is included in the rst source.
Correctly handle changesets with a module declared.
Fixes https://github.com/sphinx-doc/sphinx/issues/6134
2019-03-08 13:30:27 +00:00
Takeshi KOMIYA
2f97fd4b0c
Update CHANGES for PR #6139 , #6148
2019-03-08 22:15:36 +09:00
Takeshi KOMIYA
e8294ccd41
Merge pull request #6148 from lsaffre/1.8
...
Fixed a bug in intersphinx failure reporting
2019-03-08 22:12:36 +09:00