Commit Graph

12732 Commits

Author SHA1 Message Date
Takeshi KOMIYA
e00ec8d7f9
Merge pull request #6069 from tk0miya/docutils-stubs-0.0.21
Fix mypy violations
2019-02-14 00:56:21 +09:00
Takeshi KOMIYA
b9b6930e28 Fix mypy violations 2019-02-14 00:37:37 +09:00
Takeshi KOMIYA
5365349780 Closes #4148: quickstart: some questions are removed 2019-02-12 00:28:14 +09:00
Takeshi KOMIYA
73b8d6ff33 Closes #5636: autosummary: Add autosummary_mock_imports to mock external libraries 2019-02-11 23:19:25 +09:00
Takeshi KOMIYA
6bdac80b5f
Merge pull request #5927 from tk0miya/refactor_html5
HTML builder outputs HTML5 by default
2019-02-11 18:41:53 +09:00
Takeshi KOMIYA
ac399b3b4e refactor tests for autosectionlabel 2019-02-11 18:34:04 +09:00
Takeshi KOMIYA
2d44232e34 Fix autosectionlabel_maxdepth is 0 origin 2019-02-11 18:33:42 +09:00
Takeshi KOMIYA
9f3feb6315 docs: autosectionlabel_maxdepth 2019-02-11 18:21:41 +09:00
Takeshi KOMIYA
4250b197c5 autosectionlabel: Rename confval to autosectionlabel_maxdepth 2019-02-11 18:21:41 +09:00
Takeshi KOMIYA
d548bf98f5 autosectionlabel: Rename node_get_depth() to get_node_depth() 2019-02-11 18:07:30 +09:00
Takeshi KOMIYA
7770940af8 Merge branch 'master' into 4261_autosectionlabel_max_depth 2019-02-11 17:53:50 +09:00
Takeshi KOMIYA
12e65061f5 Update basic.css for HTML5 writer 2019-02-11 17:46:56 +09:00
Takeshi KOMIYA
a3cdd465ec HTML builder outputs HTML5 by default 2019-02-11 17:46:56 +09:00
Takeshi KOMIYA
a90a19aa0d
Merge pull request #6060 from tk0miya/drop_py2_2
refactor sphinx.util.pycompat
2019-02-11 17:39:42 +09:00
Takeshi KOMIYA
f8e2e8b0cd
Merge pull request #6062 from tk0miya/use_CourierNew
docs: Use "Courier New" font to code blocks
2019-02-11 17:38:43 +09:00
Takeshi KOMIYA
469e8afef7 docs: Use "Courier New" font to code blocks 2019-02-11 16:48:55 +09:00
Takeshi KOMIYA
ae13f943db Fix import order 2019-02-11 16:41:19 +09:00
Takeshi KOMIYA
2efc1065c0 Deprecate sphinx.util.pycompat:sys_encoding 2019-02-11 16:41:19 +09:00
Takeshi KOMIYA
b25deb259e refactor: Move NoneType to sphinx.util.typing 2019-02-11 16:41:19 +09:00
Takeshi KOMIYA
d40ce68c7b refactor: Move terminal_safe() to sphinx.util.console 2019-02-11 16:41:19 +09:00
Takeshi KOMIYA
644d555837 Don't import pycompat in sphinx.application (not used) 2019-02-11 16:41:19 +09:00
Takeshi KOMIYA
9785d5685a
Merge pull request #6055 from tk0miya/progress_message2
refactoring with progress_message()
2019-02-11 15:54:21 +09:00
Takeshi KOMIYA
a0158187bf
Merge pull request #6058 from tk0miya/refactor_epub3
Skip escaping navpoint because it's HTML safe
2019-02-11 14:50:35 +09:00
Takeshi KOMIYA
70d160cd66
Merge pull request #6057 from tk0miya/refactor_quickstart
Remove unused template variables
2019-02-11 14:50:14 +09:00
Takeshi KOMIYA
3ffacc7db2 singlehtml: refactor with progress_message() 2019-02-11 14:49:54 +09:00
Takeshi KOMIYA
53c30c4aff Builder: refactor with progress_message() 2019-02-11 14:49:54 +09:00
Takeshi KOMIYA
66353b3330 latex: refactor with progress_message() 2019-02-11 14:49:54 +09:00
Takeshi KOMIYA
81208ad704 manpage: refactor with progress_message() 2019-02-11 14:49:54 +09:00
Takeshi KOMIYA
f82a266814 texinfo: refactor with progress_message() 2019-02-11 14:49:54 +09:00
Takeshi KOMIYA
29270c91f8
Merge pull request #6056 from tk0miya/fix_warnings_for_docs
docs: Update location of builders
2019-02-11 14:48:43 +09:00
Takeshi KOMIYA
e96ebc59aa Fix typo 2019-02-11 14:48:16 +09:00
Takeshi KOMIYA
1c91425776 Skip escaping navpoint because it's HTML safe 2019-02-11 14:28:52 +09:00
Takeshi KOMIYA
e799f94d24 Remove unused template variables 2019-02-11 14:06:02 +09:00
Takeshi KOMIYA
e0ca116057 docs: Update location of builders 2019-02-11 13:46:32 +09:00
Takeshi KOMIYA
89c3c4ab50 Fix #6046: LaTeX: `TypeError` is raised when invalid latex_elements given 2019-02-11 13:27:13 +09:00
Takeshi KOMIYA
057ef31182 Fix typo 2019-02-11 13:25:24 +09:00
Takeshi KOMIYA
54be6ae494
Merge pull request #6053 from tk0miya/5459_autodoc_default_options_accepts_True
Closes #5459: autodoc: autodoc_default_options accepts True as a value
2019-02-11 12:48:43 +09:00
Takeshi KOMIYA
37ce1eb3b3 docs: githubpage now supports CNAME file 2019-02-11 12:46:35 +09:00
Takeshi KOMIYA
175a7e6212 Update CHANGES for PR #5924 2019-02-11 12:43:39 +09:00
Takeshi KOMIYA
7f7d34def7
Merge pull request #5924 from arxanas/githubpages-cname
githubpages: support custom domains
2019-02-11 12:41:57 +09:00
Takeshi KOMIYA
3442d1b5b6
Merge pull request #6050 from tk0miya/6046_invalid_latex_elements
Fix #6046: LaTeX: ``TypeError`` is raised when invalid latex_elements given
2019-02-11 12:35:45 +09:00
Takeshi KOMIYA
ad517af81c
Merge branch 'master' into 5459_autodoc_default_options_accepts_True 2019-02-11 12:34:59 +09:00
Takeshi KOMIYA
11a398b1b0
Merge pull request #6052 from tk0miya/5394_meaningful_annotations_for_mock
Display meaningful names in type annotations for mocked objects
2019-02-11 12:32:45 +09:00
Waleed Khan
33c8b1d952 githubpages: support custom domains
Github Pages allows you to link a custom domain to your Github Pages
site by adding a `CNAME` file at the top-level of your `docs` directory.
The `githubpages` extension already inserts a `.nojekyll` file in the
`docs` directory, so it's a good place to add support for this `CNAME`
file as well.
2019-02-10 16:39:41 -08:00
Takeshi KOMIYA
8812131a57
Merge pull request #6022 from tk0miya/5196_linkcheck_should_check_remote_image
Close #5196: linkcheck also checks remote images exist
2019-02-11 02:05:14 +09:00
Takeshi KOMIYA
b0148c6921 Closes #5459: autodoc: autodoc_default_options accepts True as a value 2019-02-11 02:03:09 +09:00
Takeshi KOMIYA
0f6398efbb Close #5394: autodoc: Display readable names in type annotations for mocked objects 2019-02-11 01:48:21 +09:00
Takeshi KOMIYA
a6ef8190ce Add testcase for mocked objects in autodoc 2019-02-11 01:46:38 +09:00
Takeshi KOMIYA
453ed5e29a Merge branch 'master' into 5394_meaningful_annotations_for_mock 2019-02-11 01:38:26 +09:00
Takeshi KOMIYA
9ecf45e6ba Fix #6026: LaTeX: A cross reference to definition list does not work 2019-02-11 00:06:58 +09:00