Takeshi KOMIYA
4a3b4a90da
Merge pull request #4838 from bmwiedemann/hhp
...
Sort .hhp file list
2018-04-15 13:36:38 +09:00
Takeshi KOMIYA
ccb694882c
Merge pull request #4843 from tk0miya/4803_optimize_latex_show_urls
...
4803 optimize latex show urls
2018-04-15 13:23:18 +09:00
Takeshi KOMIYA
bab5e3a826
Merge branch '1.7' into 4803_optimize_latex_show_urls
2018-04-15 13:01:43 +09:00
Takeshi KOMIYA
d6ffdde45e
Merge pull request #4844 from tk0miya/4767_broken_mathjax_by_highlighting
...
Fix #4767 : html: search highlighting breaks mathjax equations
2018-04-15 13:00:45 +09:00
Bernhard M. Wiedemann
36038f8196
Sort .hhp file list
...
Without this change, the pgadmin3 openSUSE package differed for every build
(happens in a disposable VM) because pgadmin3.hhp contained entries
in indeterministic filesystem readdir order.
See https://reproducible-builds.org/ for why this matters.
2018-04-14 21:27:04 +02:00
jfbu
aa21d78e42
Fix again #4837 , using better equivalent to deprecated \sf
2018-04-14 19:48:24 +02:00
jfbu
453d6a0b67
Fix #4837 : (latex with class memoir) Font command \sf is not supported
2018-04-14 18:56:57 +02:00
Takeshi KOMIYA
b1a0e8062f
Fix #4767 : html: search highlighting breaks mathjax equations
2018-04-15 00:30:53 +09:00
Takeshi KOMIYA
36a8781688
Fix #4803 : latex: too slow in proportion to number of auto numbered footnotes
2018-04-14 20:46:01 +09:00
Takeshi KOMIYA
185987a517
Move ShowUrlsTransform to sphinx.builders.latex.transforms
2018-04-14 20:13:16 +09:00
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