Jean-François B
cc45e560a7
Merge branch '1.8' into 5561_remove_unneeded_xindy_option
2018-10-31 18:44:37 +01:00
Takeshi KOMIYA
d05ea750c3
Merge branch '1.8' into 5563_footnote_refs_causes_latex_crashed
2018-11-01 01:26:31 +09:00
Takeshi KOMIYA
8b687ac304
Merge branch '1.8'
2018-11-01 01:24:12 +09:00
Takeshi KOMIYA
d9ee41b86a
Merge pull request #5571 from tk0miya/3002_i18n_duplicated_ids
...
Fix #3002 : i18n: multiple footnote_references referring same footnote causes duplicated node_ids
2018-11-01 01:23:34 +09:00
Takeshi KOMIYA
5755b6aeb8
Fix #5557 : quickstart: --no-batchfile isn't honored
2018-11-01 01:00:33 +09:00
Takeshi KOMIYA
e3574a6f78
Fix #3002 : i18n: multiple footnote_references referring same footnote causes duplicated node_ids
2018-11-01 00:54:25 +09:00
Takeshi KOMIYA
021f370ade
Fix #5563 : latex: footnote_references generated by extension causes LaTeX builder crashed
2018-11-01 00:47:06 +09:00
Takeshi KOMIYA
e8e0f93c3f
Update CHANGES for PR #5559
2018-11-01 00:43:53 +09:00
Takeshi KOMIYA
08aadcffcd
Merge pull request #5559 from JulienPalard/text-colspan-rowspan
...
Working on text colspan and rowspan.
2018-11-01 00:42:02 +09:00
jfbu
a695099a1b
LaTeX: do not use -I xelatex
option with xindy ( Fix : #5561 )
...
It is not supported by old xindy (TeXLive 2013 or earlier), and probably
irrelevant anyhow as the .idx file should not have ^^ab or ^^^^abcd
entries.
2018-10-30 17:57:33 +01:00
jfbu
f4d7b2e60e
Fix invalid escape sequence \d in test (refs #5513 )
2018-10-30 17:47:59 +01:00
Takeshi KOMIYA
a4f1b0e089
Merge pull request #5570 from tk0miya/pytest-3.9
...
test: Give filterwarnings=all by ini file
2018-10-30 00:40:28 +09:00
Takeshi KOMIYA
c2590a45c1
test: Give filterwarnings=all by ini file
...
Since pytest-3.9, precedence order of warning options had been
changed. This moves ``-W all`` option into setup.cfg.
In detail, see https://github.com/pytest-dev/pytest/issues/3946
2018-10-30 00:01:39 +09:00
Takeshi KOMIYA
44edaa1bb6
Fix flake8 violation
2018-10-28 21:04:11 +09:00
Takeshi KOMIYA
331003b051
Update CHANGES for PR #5549
2018-10-28 17:54:49 +09:00
Takeshi KOMIYA
5064c36a17
Merge pull request #5549 from jdemeyer/graphviz_copy_asset
...
Correctly deal with non-existing static dir in graphviz extension
2018-10-28 17:54:00 +09:00
Takeshi KOMIYA
9c59735e04
Update CHANGES for PR #5548
2018-10-28 17:53:26 +09:00
Takeshi KOMIYA
270c484c3b
Merge pull request #5548 from jdemeyer/ensuredir_check_dir
...
Fix ensuredir() in case of pre-existing file
2018-10-28 17:51:08 +09:00
Julien Palard
dfa1824f19
Removing unnecessary indent.
2018-10-28 08:42:36 +01:00
Julien Palard
db495b56b4
Add self to authors.
2018-10-28 08:26:09 +01:00
Takeshi KOMIYA
fc3dcb6981
Fix flake8 violation
2018-10-26 23:37:01 +09:00
Takeshi KOMIYA
a4cce3e561
Merge pull request #5546 from tk0miya/refactor_test_root
...
test: Move autodoc_missing_imports to test-ext-autodoc
2018-10-25 23:55:07 +09:00
Takeshi KOMIYA
e31326d63d
Merge pull request #5545 from tk0miya/refactor_loading_extensions
...
Refactor loading extensions
2018-10-25 23:53:56 +09:00
Takeshi KOMIYA
1af1d8a82b
Merge pull request #5536 from tk0miya/5497_install_mathjax_only_if_needed
...
Fix #5497 : Do not include MathJax.js and jsmath.js unless it is really needed
2018-10-25 23:03:38 +09:00
Takeshi KOMIYA
503df91e17
Merge pull request #5534 from tk0miya/5419_incompatbile_math_block
...
Fix #5419 : incompatible math_block node has been generated
2018-10-25 23:00:05 +09:00
Takeshi KOMIYA
d0b6c52954
Merge pull request #5532 from tk0miya/5471_better_deprecation_warnings
...
Fix #5471 : Show appropriate warning for deprecated APIs
2018-10-25 22:58:54 +09:00
Takeshi KOMIYA
00254ea256
Merge pull request #5556 from drewrisinger/drewrisinger-typo-1
...
[Bug]: Typo in Domains.rst
2018-10-25 22:23:26 +09:00
Takeshi KOMIYA
83c50837c1
Merge pull request #5564 from nomis/rst-typo
...
doc: Fix typo of "restructuredtext"
2018-10-25 22:07:00 +09:00
Takeshi KOMIYA
6063a5ca61
Merge pull request #5565 from nomis/default-typo
...
doc: Fix typo of "default"
2018-10-25 22:06:40 +09:00
Drew
dc35335a35
[bug]: Correct RST header
...
Have correct amount of "~" for RST heading.
2018-10-24 16:28:11 -04:00
Simon Arlott
7aa750a637
doc: Fix typo of "restructuredtext"
2018-10-24 19:52:42 +01:00
Simon Arlott
f5d4e4207d
doc: Fix typo of "default"
2018-10-24 19:52:24 +01:00
Julien Palard
e6067d675d
Use generator.
2018-10-23 18:47:25 +02:00
Julien Palard
512c885011
Looks like sphinx docstring uses rst, ok.
2018-10-23 18:45:55 +02:00
Julien Palard
d527497b1f
Moar tests
2018-10-23 18:41:08 +02:00
Julien Palard
83703c6a5e
fix flake8
2018-10-23 18:10:31 +02:00
Julien Palard
9e1fd5f343
FIX: mypy
2018-10-23 16:51:48 +02:00
Julien Palard
d5e408e57e
Comments, maybe.
2018-10-23 00:03:39 +02:00
Julien Palard
9b30fc938d
Working on text colspan and rowspan.
2018-10-22 23:38:01 +02:00
Jeroen Demeyer
a7d950ad58
Fix ensuredir() in case of pre-existing file
2018-10-17 12:21:30 +02:00
Jeroen Demeyer
d9f93f77d1
Correctly deal with non-existing static dir in graphviz extension
2018-10-17 12:20:27 +02:00
Takeshi KOMIYA
ca8bc8ca49
refactor: Deprecate app._setting_up_extension
2018-10-17 11:56:11 +09:00
Takeshi KOMIYA
ea03286647
test: Move autodoc_missing_imports to test-ext-autodoc
2018-10-17 11:36:11 +09:00
Takeshi KOMIYA
4ed5c51cff
logging: Add prefixed_warnings() helper
2018-10-17 11:21:22 +09:00
Takeshi KOMIYA
ee139e155a
Merge pull request #5543 from vedranmiletic/documentation-fixes
...
Add more examples, add missing bracket, clean up URLs
2018-10-17 11:15:37 +09:00
Takeshi KOMIYA
12e8c7dc93
Update CHANGES for PR #5533
2018-10-17 11:14:09 +09:00
Takeshi KOMIYA
44b385e2c9
Merge pull request #5533 from ericvw/autodoc_member-only_default-options
...
autodoc: Respect `member-order` in `autodoc_default_options` as documented
2018-10-17 11:12:56 +09:00
Eric N. Vander Weele
972a5ef2d8
Add Eric N. Vander Weele to AUTHORS
2018-10-16 10:21:18 -07:00
Eric N. Vander Weele
9fcef5030a
autodoc: Respect member-order
in autodoc_default_options
as documented
...
In the `autodoc_default_options` documentation, it mentions that
`member-order` is respected; however, when setting the key-value pair in
`conf.py`, it is not. Thus, add `member-order` as one of the default
options respected in `conf.py`. Additionally, update the list of
supported options to match the example.
2018-10-16 10:21:18 -07:00
Takeshi KOMIYA
257394a459
Fix #5471 : Show appropriate warning for deprecated APIs
2018-10-17 02:05:07 +09:00