Jakob Lykke Andersen
81d8511920
Merge pull request #6226 from jakobandersen/cpp_fix_xref_parsing
...
C++, fix parsing of full xrefs.
2019-04-04 18:56:05 +02:00
Takeshi KOMIYA
a5679058ac
Merge pull request #6252 from tk0miya/deprecation_warning_for_htmlhelp
...
Fix deprecation warnings for sphinx.builder.htmlhelp is not shown
2019-04-05 01:52:47 +09:00
Takeshi KOMIYA
3759cfb130
Merge pull request #6250 from tk0miya/RemovedInSphinx30Warning
...
Fix RemovedInSphinx30Warning is marked as pending
2019-04-05 01:42:57 +09:00
Jakob Lykke Andersen
dbd78ac806
Merge branch '2.0.1' into cpp_fix_xref_parsing
2019-04-04 18:39:25 +02:00
Takeshi KOMIYA
8925358eca
Merge pull request #6249 from tk0miya/6245_circular_import
...
Fix #6245 : circular import error on importing SerializingHTMLBuilder
2019-04-05 01:29:22 +09:00
Takeshi KOMIYA
47bb98c275
Fix deprecation warnings for sphinx.builder.htmlhelp is not shown
2019-04-05 01:29:00 +09:00
Takeshi KOMIYA
9dfbfbf16b
Fix #6245 : circular import error on importing SerializingHTMLBuilder
2019-04-05 01:16:25 +09:00
Takeshi KOMIYA
ead1505919
Fix RemovedInSphinx30Warning is marked as pending
2019-04-05 01:09:38 +09:00
Takeshi KOMIYA
d34302a415
Merge pull request #6237 from tk0miya/6220_napoleon_AttributeError
...
Fix #6220 , #6225 : napoleon: AttributeError is raised for raised section having references
2019-04-04 23:46:42 +09:00
Jakob Lykke Andersen
89a6d41ed0
C++, fix parsing of full xrefs.
...
Fixes sphinx-doc/sphinx#6208
2019-04-01 08:41:38 +02:00
Takeshi KOMIYA
8e356c3bf4
Fix #6220 , #6225 : napoleon: AttributeError is raised for raised section having references
2019-03-31 22:25:06 +09:00
Takeshi KOMIYA
cbefc01b73
Merge pull request #6224 from tk0miya/deprecation
...
Show deprecation warnings
2019-03-30 19:18:16 +09:00
Takeshi KOMIYA
d279f58845
Show deprecation warning for viewcode_import
2019-03-30 14:48:05 +09:00
Takeshi KOMIYA
bd903c8904
Show deprecation warning for sphinx.application.CONFIG_FILENAME
2019-03-30 14:48:05 +09:00
Takeshi KOMIYA
765a92b99b
Merge pull request #6218 from tk0miya/latex_not_translated
...
LaTeX: some system labels are not translated
2019-03-29 09:54:01 +09:00
Takeshi KOMIYA
b3d3aad557
Update message catalogs
2019-03-29 01:15:18 +09:00
Takeshi KOMIYA
b2a8ffc767
Fix i18n: messages on sphinxmessages.sty_t are not extracted
2019-03-29 01:08:23 +09:00
Takeshi KOMIYA
4cfcef6513
Bump version
2019-03-29 00:22:15 +09:00
Takeshi KOMIYA
3711c47985
Bump to 2.0.0 final
v2.0.0
2019-03-29 00:19:17 +09:00
Takeshi KOMIYA
e02af7f960
Update message catalogs
2019-03-29 00:17:45 +09:00
Takeshi KOMIYA
60e2e89427
Merge CHANGES entries
2019-03-29 00:09:00 +09:00
Takeshi KOMIYA
e1185ff2e4
Merge pull request #6198 from tk0miya/6196_unexpected_prefix
...
Fix #6196 : py domain: unexpected prefix is generated
2019-03-23 22:52:05 +09:00
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
v2.0.0b2
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
v1.8.5
2019-03-10 16:48:42 +09:00