Takeshi KOMIYA
0104cba2b8
Convert sphinx.builders.latex to package from module
2018-04-14 18:22:31 +09:00
Takeshi KOMIYA
00bdea2411
Merge pull request #4827 from tk0miya/4784_latex_show_urls_and_substitutions
...
Fix #4784 : latex_show_urls assigns incorrect footnote numbers
2018-04-14 15:44:40 +09:00
Takeshi KOMIYA
72762db255
Merge pull request #4839 from tk0miya/mypy-0.590
...
Fix mypy violations
2018-04-14 15:41:22 +09:00
Takeshi KOMIYA
779d25f7f1
Fix mypy violations
2018-04-14 15:26:53 +09:00
Takeshi KOMIYA
5ef8da518f
Fix #4784 : latex_show_urls assigns incorrect footnote numbers
2018-04-12 23:40:15 +09:00
Takeshi KOMIYA
5433d5c03d
Merge pull request #4809 from tk0miya/update_classifiers
...
Update package classifiers
2018-04-11 00:29:48 +09:00
Takeshi KOMIYA
dbafab6a9f
Merge pull request #4823 from tk0miya/4817_fix_URLs
...
Fix #4817 : wrong URLs on warning messages
2018-04-09 10:59:59 +09:00
Takeshi KOMIYA
31d6576871
Merge pull request #4822 from tk0miya/4543_fix_testcase_for_partialmethod
...
Fix #4543 : testcase for partialmethod is failed with py3.6.5
2018-04-09 01:56:27 +09:00
Takeshi KOMIYA
ca8e79a392
Merge branch '1.7' into 4817_fix_URLs
2018-04-09 01:56:12 +09:00
Takeshi KOMIYA
9fb2aa68b9
Merge pull request #4813 from tk0miya/4812_type_annotated_variables
...
Fix #4812 : autodoc ignores type annotated variables
2018-04-09 01:55:18 +09:00
Takeshi KOMIYA
245e7d7bab
Fix #4812 : autodoc ignores type annotated variables
2018-04-08 23:51:01 +09:00
Takeshi KOMIYA
7e1707000f
Merge pull request #4807 from tk0miya/4783_relpath
...
Fix #4783 : Sphinx crashed when drives of srcdir and outdir are different
2018-04-08 23:35:59 +09:00
Stephen Finucane
651d41e1c7
Mark raw string as such
...
Resolves the following warning when building docs:
sphinx/ext/autosummary/__init__.py:94: DeprecationWarning: invalid
escape sequence \.
periods_re = re.compile('\.(?:\s+)')
Signed-off-by: Stephen Finucane <stephen@that.guru>
2018-04-08 23:35:01 +09:00
Takeshi KOMIYA
b4ccaa4c0b
Update comments on conf.py
2018-04-08 22:37:24 +09:00
Takeshi KOMIYA
4546c8a1b1
Fix #4817 : wrong URLs on warning messages
2018-04-08 22:32:49 +09:00
Takeshi KOMIYA
aefb3bbaaa
Fix #4543 : testcase for partialmethod is failed with py3.6.5
2018-04-08 21:54:00 +09:00
jfbu
e81f80880a
Slight rework of latex doc
2018-04-02 19:47:57 +02:00
jfbu
5473851e8c
Improve formatting of docs about LaTeX builder
2018-04-02 19:23:13 +02:00
Takeshi KOMIYA
3525c5a3b1
Merge pull request #4808 from tk0miya/4789_imgconverter
...
Fix error handling on imgconverter
2018-04-03 00:33:54 +09:00
Takeshi KOMIYA
7ac8ac643e
Fix error handling on imgconverter
2018-04-03 00:14:19 +09:00
Takeshi KOMIYA
cff8dc519b
Fix #4783 : Sphinx crashed when drives of srcdir and outdir are different
2018-04-02 23:03:02 +09:00
Takeshi KOMIYA
eef9d13999
Update package classifiers
2018-04-02 21:09:16 +09:00
shimizukawa
eb1e8f937c
So far, the Sphinx-doc project name on the transifex service included the latest major version number. For example "sphinx-doc-1_8". For this reason, we released a major version, we had to create a new project with transifex and took time to switch the data to be translated. This was to keep the translated text of the past version on transifex.
...
From now on, transifex project name does not include version number like "sphinx-doc". Project data always handles the contents of Sphinx's master branch.
Translation of the major version of the past is held at https://travis-ci.org/sphinx-doc/sphinx-doc-translations .
2018-04-01 21:50:13 +09:00
Takeshi KOMIYA
095b178cc3
Merge pull request #4797 from tk0miya/4789_imgconverter_misdetects_convert_command
...
Fix #4789 : imgconverter: confused by converter.exe of Windows
2018-04-01 17:59:44 +09:00
Takeshi KOMIYA
4e39113d94
Fix #4789 : imgconverter: confused by convert.exe of Windows
2018-03-31 02:46:54 +09:00
jfbu
d8b9baf1cb
Better font config for Sphinx own PDF docs
2018-03-30 10:32:08 +02:00
jfbu
98e73ecf77
Improve latex docs about fonts
2018-03-30 10:30:05 +02:00
jfbu
2e74ab0baf
Update CHANGES for PR #4796
2018-03-29 19:16:45 +02:00
Jean-François B
14bef5d8ca
Merge pull request #4796 from jfbu/latex_fix_mangled_template_path
...
Fix broken LateX customization via templates (closes : #4795 )
2018-03-29 19:00:10 +02:00
jfbu
b25f7ee137
Use builder.confdir as prefix to user latex templates
2018-03-29 15:34:37 +02:00
jfbu
38dc048bce
Fix broken LateX customization via templates ( closes : #4795 )
2018-03-29 14:58:32 +02:00
jfbu
bf911b9f40
Update CHANGES for PR #4792
2018-03-28 22:56:22 +02:00
Jean-François B
3259ba9422
Merge pull request #4792 from jfbu/autosummary_latex_tablespec
...
Fix autosummary latex table colspec (closes #4790 )
2018-03-28 22:40:32 +02:00
jfbu
c59a0ccae1
Fix autosummary latex table colspec ( closes #4790 )
2018-03-28 10:03:18 +02:00
Takeshi KOMIYA
e2d2a9ab7b
Merge pull request #4774 from tk0miya/4769_argument_for_staticmethods
...
Fix #4769 : autodoc loses the first staticmethod parameter
2018-03-27 09:47:11 +09:00
Takeshi KOMIYA
9e0089b252
Fix #4769 : autodoc loses the first staticmethod parameter
2018-03-24 00:53:07 +09:00
Takeshi KOMIYA
991b471025
Bump version
2018-03-21 21:06:48 +09:00
Takeshi KOMIYA
d029b3d5c9
Bump to 1.7.2 final
2018-03-21 21:03:54 +09:00
Takeshi KOMIYA
ce3019821b
Merge pull request #4766 from tk0miya/4520_apidoc
...
4520 apidoc
2018-03-21 20:00:47 +09:00
Takeshi KOMIYA
a35be4cc66
Update CHANGES
2018-03-21 14:55:09 +09:00
Takeshi KOMIYA
451168d292
Merge pull request #4764 from tk0miya/4744_add_canonical_url
...
Fix #4744 : Add canonical URL to docs
2018-03-21 14:45:15 +09:00
Takeshi KOMIYA
00260936ed
Merge pull request #4762 from tk0miya/4724_fix_example_for_autogen
...
Fix #4724 : doc: an example of autogen is incorrect
2018-03-21 14:42:07 +09:00
Takeshi KOMIYA
75eccc86d7
apidoc: Fix local variable is not initialized
2018-03-21 14:36:16 +09:00
Christer Bystrom
a7aac6956d
Closes #4520 - acidic: Subpackage not in toc. The rule of skipping folders with only an empty __init__.py has been removed. The reason for this is that it was never working consistently in the first place and made the code unnecessary hard to reason about. Tests for the TOC generation have been added, as well as tests for the exclude mechanism since they are coupled. One test (test_ext_apidoc.py::test_exclude) has also been modified to reflect the new behaviour.
2018-03-21 14:35:58 +09:00
Takeshi KOMIYA
ad08b5b409
Merge pull request #4755 from stephenfin/issue/4738
...
codecov: Disable status checks
2018-03-21 11:47:03 +09:00
Takeshi KOMIYA
948f8c94d9
Merge pull request #4763 from tk0miya/4611_epubcheck
...
Fix existence check for JRE was broken
2018-03-21 01:23:56 +09:00
Stephen Finucane
cef28eedfe
codecov: Disable status checks
...
We don't currently care if a commit changes our coverage metrics, so we
can disable the status checks that would enforce that.
Signed-off-by: Stephen Finucane <stephen@that.guru>
Fixes : #4738
2018-03-20 15:33:35 +00:00
Takeshi KOMIYA
d8c107a61b
Fix #4744 : Add canonical URL to docs
2018-03-21 00:01:44 +09:00
Takeshi KOMIYA
cd08872cc0
Fix existence check for JRE was broken
2018-03-20 23:35:42 +09:00
Takeshi KOMIYA
cf3de7d62b
Merge pull request #4758 from tk0miya/epub_escape_toc.ncx
...
epub: Fix docTitle elements of toc.ncx is not escaped
2018-03-20 23:08:10 +09:00