Commit Graph

9504 Commits

Author SHA1 Message Date
Timotheus Kampik
6413833a4f #3751 work in feedback 2017-08-02 00:20:49 +02:00
Bernat Gabor
0c3f9851b3 fixes #3959 alias/rename support for classes inside inheritence diagrams 2017-07-31 18:21:05 +01:00
Takeshi KOMIYA
13be8e03ba Fix #3969: private instance attributes causes AttributeError 2017-07-31 22:49:04 +09:00
Takeshi KOMIYA
d63a678228 Reduce DeprecationWarning 2017-07-31 22:30:48 +09:00
Takeshi KOMIYA
51dead783b Merge pull request #3966 from tk0miya/3962_apidoc_implicit_namespaces
Fix #3962: sphinx-apidoc does not recognize implicit namespace packages correctly
2017-07-31 01:01:14 +09:00
Takeshi KOMIYA
22e7380a70 Merge pull request #3964 from JulienPalard/issue-3958-french-title-fix
i18n: This string is used as html_title, it needs to be capitalized.
2017-07-31 00:58:56 +09:00
Takeshi KOMIYA
211f6c67de Merge pull request #3968 from Blendify/patch-1
Theme: Change for HTML5
2017-07-31 00:52:02 +09:00
Takeshi KOMIYA
da0fda3b0b Add tests for default-role 2017-07-31 00:46:26 +09:00
Takeshi KOMIYA
fa9ad8552d Fix #3960: default_role = guilabel not functioning 2017-07-30 23:52:39 +09:00
Aaron Carlisle
3d37aa2c87 Theme: Change for HTML5 2017-07-29 21:07:09 -04:00
Takeshi KOMIYA
ea03e27fb8 Fix :pep: and :rfc: does not supports `default-role` directive (refs: #3960) 2017-07-29 16:53:05 +09:00
Takeshi KOMIYA
56a47cd9b9 Fix #3962: sphinx-apidoc does not recognize implicit namespace packages correctly 2017-07-29 16:04:54 +09:00
Takeshi KOMIYA
abaf1cbb6b Merge branch 'stable' 2017-07-29 16:01:47 +09:00
Julien Palard
44da8f4fa7 i18n: This string is used as html_title, it needs to be capitalized. 2017-07-29 08:23:27 +02:00
Bernat Gabor
7697683b3d add proxy to tox, so the tests can succeed even behind a proxy network 2017-07-26 20:09:33 +01:00
Bernat Gabor
1a48c4b963 add IDE files to gitignore 2017-07-26 20:09:33 +01:00
Takeshi KOMIYA
582c714d31 Merge pull request #3937 from tk0miya/refactor_pycode
Refactor pycode
2017-07-26 21:06:35 +09:00
Takeshi KOMIYA
79243816f1 Remove unused regexp 2017-07-26 20:51:58 +09:00
Takeshi KOMIYA
8683823536 pycode: Replace pgen2 by own parser 2017-07-26 20:51:58 +09:00
Takeshi KOMIYA
6900d19b71 pycode: Add new parser! 2017-07-26 20:51:40 +09:00
Takeshi KOMIYA
b1f80427a7 Add testcase for sphinx.util.docstrings 2017-07-26 20:51:40 +09:00
Takeshi KOMIYA
57667b5766 Add testcase for oneliner 2017-07-26 20:51:40 +09:00
Takeshi KOMIYA
ae3b761184 Add testcase for pycode interface 2017-07-26 20:51:40 +09:00
jfbu
e97aa92b1b Update CHANGES for PR #3872 2017-07-24 15:23:36 +02:00
jfbu
f353bc63d7 Update LaTeX style file version date 2017-07-24 15:15:52 +02:00
jfbu
7f9907be61 Update CHANGES 2017-07-24 15:08:34 +02:00
jfbu
621eca38be Fix #3946 (typo in sphinx.sty) 2017-07-24 14:51:06 +02:00
Jean-François B
8d32f03a86 Merge pull request #3872 from jfbu/literalblock_cappos
Add latex key to configure literal blocks caption position in PDF output
2017-07-23 22:46:39 +02:00
Jakob Lykke Andersen
917fee7b94 Merge pull request #3945 from tony/patch-1
Doc: add label for C++ domain
2017-07-22 10:53:18 +02:00
Takeshi KOMIYA
618760cf58 Merge pull request #3948 from rneatherway/lgtm-fixes
Fix alerts found on lgtm.com
2017-07-21 14:18:40 +09:00
Takeshi KOMIYA
1055b68381 Merge pull request #3950 from tony/patch-2
Fix typo in TocTree warning
2017-07-21 10:58:59 +09:00
Tony Narlock
53ba31a6a5 Fix typo in TocTree warning 2017-07-19 06:36:02 -05:00
Robin Neatherway
3459de0aeb Use with on file write to ensure closure 2017-07-19 09:59:24 +01:00
Robin Neatherway
3be324efb0 Remove impossible condition
We have just checked that `descname` is truthy, so it can't possibly
be falsy immediately afterwards.
2017-07-19 09:59:24 +01:00
Robin Neatherway
71e903635f Remove redundant pass statement 2017-07-19 09:59:24 +01:00
Robin Neatherway
4ac0a8e278 Mark unused loop iteration variable as such 2017-07-19 09:59:24 +01:00
Robin Neatherway
63d68df1d1 Use NotImplementedError for better exception messages
NotImplemented would cause a TypeError
2017-07-19 09:59:24 +01:00
Robin Neatherway
4fb02e6900 Declare loop variables to make them local 2017-07-19 09:59:24 +01:00
Tony Narlock
112e8fe5e0 Add label for c++ domain
Currently it's [#id2](http://www.sphinx-doc.org/en/stable/domains.html#id2) on sphinx-doc documentation
2017-07-18 03:52:02 -05:00
Takeshi KOMIYA
947e01436b Fix CHANGES (refs: #3869) 2017-07-17 17:44:03 +09:00
Takeshi KOMIYA
ad00155894 Merge pull request #3869 from tk0miya/3866_suppress_pydomain_ref_warning
Fix #3866: suppress pydomain ref warning
2017-07-17 17:43:09 +09:00
Takeshi KOMIYA
d65c5c4ed8 Merge branch 'master' into 3866_suppress_pydomain_ref_warning 2017-07-17 17:42:23 +09:00
Takeshi KOMIYA
5ce51728ba Fix #3924: docname lost after dynamically parsing RST in extension 2017-07-17 17:09:42 +09:00
Takeshi KOMIYA
9678cf715f Merge pull request #3939 from vedranmiletic/documentation-fixes
Add more EXAMPLES, minor updates to existing ones
2017-07-17 14:11:42 +09:00
Vedran Miletić
6acf701e8a Add more EXAMPLES, minor updates to existing ones 2017-07-16 19:41:52 +02:00
Timotheus Kampik
68fe4b2d6f #3751 document -M command line option 2017-07-16 09:50:08 +02:00
Takeshi KOMIYA
246143dc3a Merge pull request #3931 from tk0miya/3926_autodoc_warningiserror
Fix #3926: Add ``autodoc_warningiserror`` to suppress the behavior of ``-W`` option
2017-07-16 14:06:38 +09:00
Takeshi KOMIYA
1e8421b8a1 Merge pull request #3932 from TimKam/1685-fix-docutils-markup-api-doc
#1685 remove non-existing attributes from custom directive doc
2017-07-16 11:51:17 +09:00
Takeshi KOMIYA
0f4262c391 Merge pull request #3933 from goodspark/py-rtype-xref
Python rtypes should match classes, not all objects
2017-07-16 11:50:19 +09:00
Sam Park
7020f6b41d Add tests 2017-07-15 15:18:49 -07:00