Takeshi KOMIYA
fddeab4c6d
Merge pull request #5624 from jdufresne/fix-ignore
...
Correct type annotation to remove 'type: ignore' comment
2018-11-13 21:50:08 +09:00
Takeshi KOMIYA
2f5b79b943
Merge pull request #5625 from jdufresne/unused
...
Remove dead code `or '.'`
2018-11-13 21:49:45 +09:00
Jon Dufresne
0137b0287a
Remove dead code or '.'
...
The expression `os.path.dirname(__file__)` always evaluates as a truthy
value. The `or '.'` is never evaluated.
2018-11-12 14:31:29 -08:00
Jon Dufresne
1c9c9df68d
Correct type annotation to remove 'type: ignore' comment
2018-11-12 13:26:21 -08:00
Takeshi KOMIYA
b6fb808317
Merge pull request #5481 from jdufresne/binary-type
...
Remove use of six.binary_type; use bytes instead
2018-11-12 22:44:59 +09:00
Jon Dufresne
27a6787d63
Remove use of six.binary_type
...
Remove type checks for cases that don't apply to Python 3.
For remaining uses, use bytes instead
2018-11-11 19:09:47 -08:00
Takeshi KOMIYA
7ff3d1875a
Merge pull request #5612 from tk0miya/removal_six
...
Remove use six.move module
2018-11-12 11:13:58 +09:00
Takeshi KOMIYA
6d8dc3639d
Merge pull request #5615 from jdufresne/six-u
...
Remove use of six.u
2018-11-12 11:11:15 +09:00
Takeshi KOMIYA
e89b1d342e
Merge pull request #5617 from jdufresne/super
...
Use super() to call parent class's method
2018-11-12 11:03:42 +09:00
Jon Dufresne
710ca3d7c3
Use super() to call parent class's method
2018-11-11 13:07:12 -08:00
Jon Dufresne
6ada18b9a8
Remove use of six.u
2018-11-11 12:24:44 -08:00
Takeshi KOMIYA
8f9a76f476
Remove use six.move module
2018-11-12 01:02:14 +09:00
Takeshi KOMIYA
42d52d6a91
Merge pull request #5608 from tk0miya/refactor_test2
...
test: Replace call_autodoc() by do_autodoc()
2018-11-12 00:30:36 +09:00
Takeshi KOMIYA
9c4e5b244a
test: Replace call_autodoc() by do_autodoc()
2018-11-11 21:22:11 +09:00
Takeshi KOMIYA
4c96c6efce
Merge branch '1.8'
2018-11-11 15:12:31 +09:00
Takeshi KOMIYA
345e96c374
Bump version
2018-11-11 15:12:10 +09:00
Takeshi KOMIYA
62a83e4960
Bump to 1.8.2 final
2018-11-11 15:07:44 +09:00
Takeshi KOMIYA
2810f77edd
Merge branch '1.8'
2018-11-09 22:10:35 +09:00
Takeshi KOMIYA
f75f03c1cb
Merge pull request #5601 from tk0miya/tox_install_command
...
Give install_command to tox
2018-11-09 22:09:30 +09:00
Takeshi KOMIYA
b28ab1e103
Merge pull request #5600 from tk0miya/3080_invalid_texinfo
...
Fix #3080 : multiline rubrics and citations are broken in texinfo builder
2018-11-09 22:08:51 +09:00
Takeshi KOMIYA
8adb20cc42
Give install_command to tox
...
Since tox-3.2.0, 'usedevelop' option and 'deps=.[test,websupport]'
option have been conflicted. As a workaround, this adds
'install_command' option to avoid the situation.
2018-11-09 00:51:13 +09:00
Takeshi KOMIYA
feba53ff55
Fix #3080 : texinfo: multiline citations are broken
2018-11-08 23:33:00 +09:00
Takeshi KOMIYA
84f781252f
Fix #3080 : texinfo: multiline rubric is broken
2018-11-08 23:33:00 +09:00
jfbu
994b0ea827
LaTeX: update date and version of sphinx.sty
2018-11-06 18:32:41 +01:00
jfbu
16f47cded9
Merge branch '1.8'
2018-11-06 18:30:21 +01:00
Jean-François B
c9999b1208
Merge pull request #5583 from jfbu/5579_style_index_entries
...
LaTeX: add styling to general index, similar to domain indices
2018-11-06 18:12:19 +01:00
Takeshi KOMIYA
63daf8c6e6
Merge pull request #5525 from eqvinox/revert-pickle-write-1.8
...
[1.8] Revert "Builder.build: save env also with only new documents"
2018-11-07 00:16:58 +09:00
Takeshi KOMIYA
c307787dc8
Merge pull request #5591 from tk0miya/fix_typehints
...
Fix type annotations
2018-11-06 23:34:17 +09:00
Takeshi KOMIYA
5fe0807e5a
Fix mypy violation
2018-11-06 23:06:03 +09:00
Takeshi KOMIYA
4da03dc541
Fix typehints: sphinx.builders
2018-11-06 00:26:29 +09:00
Takeshi KOMIYA
babd33e388
Fix typehints: sphinx.directives
2018-11-06 00:26:29 +09:00
Takeshi KOMIYA
99bb07740e
Fix typehints: sphinx.domains
2018-11-06 00:26:29 +09:00
Takeshi KOMIYA
67cbc7d96c
Fix typehints: sphinx.environment.adapters.toctree
2018-11-06 00:26:29 +09:00
Takeshi KOMIYA
d340ff9abb
Fix typehints: sphinx.registry
2018-11-05 11:11:16 +09:00
jfbu
00a75b2742
LaTeX: deprecate optional argument scre to visit_index()
...
And it is already ignored.
2018-11-04 21:48:35 +01:00
Takeshi KOMIYA
9a636683a0
Fix typehints: sphinx.util.math
2018-11-05 01:20:24 +09:00
Takeshi KOMIYA
545bb77b1e
Fix typehints: sphinx.io
2018-11-05 01:20:24 +09:00
Takeshi KOMIYA
07b7821810
Merge pull request #5586 from tk0miya/refactor_texinfo
...
refactor: Move Makefile for texinfo to templates dir
2018-11-04 01:02:43 +09:00
Takeshi KOMIYA
bebea6bd8c
Merge pull request #5587 from jdufresne/easy
...
Remove reference to deprecated easy_install
2018-11-02 17:14:48 +09:00
Jon Dufresne
1b5cf5ca7f
Remove reference to deprecated easy_install
...
easy_install is deprecated and its use is discouraged by PyPA:
https://setuptools.readthedocs.io/en/latest/easy_install.html
> Warning: Easy Install is deprecated. Do not use it. Instead use pip.
Follow upstream advice and only recommended supported tools.
2018-11-01 18:42:48 -07:00
Takeshi KOMIYA
1562682c8b
Merge pull request #5515 from tk0miya/refactor_latex2
...
latex: Move \pageautorefname to sphinxmessage.sty
2018-11-01 23:44:59 +09:00
Takeshi KOMIYA
66867111c8
Merge pull request #5581 from tk0miya/5557_quickstart_no_batchfile
...
Fix #5557 : quickstart: --no-batchfile isn't honored
2018-11-01 23:20:04 +09:00
Takeshi KOMIYA
0917550744
refactor: Move Makefile for texinfo to templates dir
2018-11-01 22:56:45 +09:00
Takeshi KOMIYA
01130900b5
Merge branch '1.8' into 5557_quickstart_no_batchfile
2018-11-01 22:54:01 +09:00
Takeshi KOMIYA
7a1516a8b0
Merge pull request #5580 from tk0miya/5563_footnote_refs_causes_latex_crashed
...
Fix #5563 : latex: footnote_references generated by extension causes LaTeX builder crashed
2018-11-01 22:53:03 +09:00
Takeshi KOMIYA
dcc4ac55bb
latex: Move \pageautorefname to sphinxmessages.sty
2018-11-01 22:47:15 +09:00
Takeshi KOMIYA
e080163dfc
Merge branch '1.8' into 5563_footnote_refs_causes_latex_crashed
2018-11-01 22:32:09 +09:00
jfbu
0f45cf75b3
LaTeX general index: also style "extras" in triple entries
2018-11-01 11:41:19 +01:00
jfbu
4df3b067b7
LaTeX: add styling to general index, similar to domain indices
...
Closes : #5579 . Also closes #5576 .
2018-10-31 19:22:34 +01:00
Jean-François B
47bd24e7d2
Merge pull request #5574 from jfbu/5561_remove_unneeded_xindy_option
...
LaTeX: do not use `-I xelatex` option with xindy (Fix : #5561 )
2018-10-31 18:45:48 +01:00