Commit Graph

10195 Commits

Author SHA1 Message Date
Aaron Carlisle
8ef71551cb
Docs: Templating: Small wording fix 2018-02-16 18:58:47 -05:00
Roman Kapl
4a913e5cee Fit graphviz images to page.
Use \sphinxincludegraphics, that's what the core image directives use
and it handles fitting properly.
2018-02-16 18:16:32 +01:00
Takeshi KOMIYA
fd763cb85c Load sub packages lazily on sphinx/__init__.py 2018-02-17 00:42:38 +09:00
Takeshi KOMIYA
ec8226daa7
Merge pull request #4612 from tk0miya/optimize_latex_testcase
Use roots/basic for test_latex_logo_if_not_found
2018-02-17 00:25:32 +09:00
Takeshi KOMIYA
1d311b3b5c test: allows to drop 0.05% coverages 2018-02-17 00:16:42 +09:00
Takeshi KOMIYA
9d91816fe6 Add app.phase to let components know the current build phase 2018-02-17 00:09:07 +09:00
Takeshi KOMIYA
b2e18a08e9 Update CHANGES for PR #4622 2018-02-16 21:42:24 +09:00
Takeshi KOMIYA
bc96017a34
Merge pull request #4622 from turky/master
key changes to 'scheme' in epub3 opf template
2018-02-16 21:41:22 +09:00
Takeshi KOMIYA
a721b32d51 docs: Use literal for commands 2018-02-16 21:40:07 +09:00
Akihiro Takizawa
dc4cb0765c restore deleted id attribute in dc.identifier element 2018-02-16 11:09:06 +09:00
Akihiro Takizawa
8a3f485e59 restore deleted id attribute in dc.identifier element 2018-02-16 10:31:50 +09:00
Akihiro Takizawa
11f543445a fix dc.identifier element using opf:scheme in sphinx/templates/epub3/content.opf_t 2018-02-16 09:37:00 +09:00
Patrick Wingo
e505cbb3be Napoleon: custom section headers (#4387)
* Changes to allow for custom sections in google/numpy comments when parsing with napoleon

* fixed some formatting to pass flake8 tests
2018-02-15 16:16:23 -05:00
Takeshi KOMIYA
b5bae235f2 Fix #4615: The argument of `sphinx.build` has been changed in 1.7.0 2018-02-16 02:08:56 +09:00
Takeshi KOMIYA
911f74f467 Fix #4623: sphinx.build_main no longer exists in 1.7.0 2018-02-16 02:08:39 +09:00
Akihiro Takizawa
3efc8e957a key changes to scheme in epub3 opf template 2018-02-15 14:28:55 +09:00
Takeshi KOMIYA
01da85fbe2 Fix #4617: quickstart: PROJECT_DIR argument is required 2018-02-15 01:57:26 +09:00
Takeshi KOMIYA
5d1b8ff55f Fix mypy violations 2018-02-14 22:57:41 +09:00
Takeshi KOMIYA
a073e17537 Use typing.TYPE_CHECKING for typehints 2018-02-14 22:57:38 +09:00
Takeshi KOMIYA
26592abbab
Merge pull request #4599 from tk0miya/4260_kwarg_separator_is_disappeared
Fix #4260: autodoc: keyword only argument separator is not disappeared
2018-02-14 10:12:37 +09:00
Rob Ruana
2602be13bc
Merge pull request #4613 from althonos/master
[Napoleon] Implement missing napoleon admonitions
2018-02-13 12:03:51 -05:00
Martin Larralde
4d7c90d857 Implement missing napoleon admonitions 2018-02-13 18:02:02 +01:00
Takeshi KOMIYA
5b02d61a04 Use roots/basic for test_latex_logo_if_not_found 2018-02-14 01:35:00 +09:00
Takeshi KOMIYA
d315f9e251
Merge pull request #4598 from stephenfin/makefile-cleanup
Makefile cleanup
2018-02-14 00:40:22 +09:00
Takeshi KOMIYA
1d0f7827fc
Merge branch '1.7' into 4260_kwarg_separator_is_disappeared 2018-02-14 00:38:48 +09:00
Takeshi KOMIYA
044c851577
Merge pull request #4601 from sphinx-doc/update_release_checklist
docs: protect and unprotect the stable branch on releasing
2018-02-14 00:38:01 +09:00
Thijs Triemstra
91807f882d fix broken links on pypi page 2018-02-14 00:37:16 +09:00
Takeshi KOMIYA
52fd0f2525
Merge pull request #4603 from tk0miya/fix_indentation
Fix indentation
2018-02-14 00:36:34 +09:00
Takeshi KOMIYA
0e39d7f6e8
Merge pull request #4607 from thijstriemstra/patch-2
fix broken contributor page links on pypi page
2018-02-14 00:36:01 +09:00
Takeshi KOMIYA
82d09f2256
Merge pull request #4610 from tk0miya/4608_invalid_metatag_for_epub
Fix #4608: epub: Invalid meta tag is generated
2018-02-14 00:34:24 +09:00
Takeshi KOMIYA
7cf1520c10 Fix #4608: epub: Invalid meta tag is generated 2018-02-13 21:00:46 +09:00
Thijs Triemstra
6ee4a6bc14
fix broken links on pypi page 2018-02-12 22:57:05 +01:00
Takeshi KOMIYA
795ca7a0c9 Fix #4260: autodoc: keyword only argument separator is not disappeared 2018-02-13 02:13:38 +09:00
Takeshi KOMIYA
053ac8c401 Fix indentation 2018-02-12 23:54:38 +09:00
Takeshi KOMIYA
4b0cff0253 docs: protect and unprotect the stable branch on releasing 2018-02-12 22:54:38 +09:00
Takeshi KOMIYA
2a65ffeef5
Merge pull request #4597 from tk0miya/4596_issubclass
Fix #4596: TypeError: issubclass() arg 1 must be a class
2018-02-12 20:58:11 +09:00
Stephen Finucane
c8d1db72a8 make: Group test commands together
We may want to eventually deprecate these in favour of 'tox', but this
cleans things up a little until then.

Signed-off-by: Stephen Finucane <stephen@that.guru>
2018-02-12 11:52:53 +00:00
Stephen Finucane
690714f4c4 make: Remove deprecated targets
These have been deprecated for a while and can now be removed.

Some indentation is also fixed, while we're at it.

Signed-off-by: Stephen Finucane <stephen@that.guru>
2018-02-12 11:52:53 +00:00
Takeshi KOMIYA
6cf0698b0c Merge branch '1.7' 2018-02-12 16:20:00 +09:00
Takeshi KOMIYA
419021e82f Bump version 2018-02-12 16:16:20 +09:00
Takeshi KOMIYA
34a20bf10b Bump to 1.7.0 final 2018-02-12 16:14:07 +09:00
Takeshi KOMIYA
bc068e4143 Update message catalogs 2018-02-12 16:10:01 +09:00
Takeshi KOMIYA
ad967433ef
Merge pull request #4593 from tk0miya/optimize
optimize: Don't use transform to process only nodes on resolving toctree
2018-02-12 10:58:45 +09:00
Takeshi KOMIYA
106dc20ce2
Merge pull request #4592 from tk0miya/4581_shall_skip_ignores_excluded_modules
Fix #4581: apidoc: Excluded modules still included
2018-02-12 10:57:32 +09:00
Takeshi KOMIYA
bd0b4204ca Fix #4596: TypeError: issubclass() arg 1 must be a class 2018-02-12 10:23:01 +09:00
Takeshi KOMIYA
e700f0ba99 Fix #4581: apidoc: Excluded modules still included 2018-02-11 22:10:33 +09:00
Takeshi KOMIYA
e5adf8ce91 Merge branch '1.7-release' 2018-02-11 19:35:48 +09:00
Takeshi KOMIYA
4ef4ef7d14 optimize: Don't use transform to process only nodes on resolving toctree
This avoid to use ``SphinxTransformer`` to apply ``process_only_nodes``
on resolving toctree.  It can skip to generate documentation node.  The
generation is too heavy process only for single transformation.
2018-02-11 19:28:48 +09:00
Takeshi KOMIYA
4a96f85119
Merge pull request #4591 from tk0miya/autosectionlabel-smart-quotes-fix
Fix #4027: use rawsource in autosectionlabel extension
2018-02-11 14:21:42 +09:00
Takeshi KOMIYA
ae38d556b7 Combine tests for autosectionlabel 2018-02-11 13:54:47 +09:00