Takeshi KOMIYA
b9d6e0a211
Update CHANGES
2018-03-13 23:23:33 +09:00
jfbu
90dfce5367
Fix #4727 : Option clash for package textcomp
...
Some packages loaded from user customized 'fontpkg' key may load
textcomp with no option, clashing with sphinx.sty which comes later
and wants it with "warn" option. This makes sure textcomp receives
always "warn" option, even if loaded prior to sphinx.
modified: CHANGES
modified: sphinx/templates/latex/latex.tex_t
modified: sphinx/texinputs/sphinx.sty
2018-03-11 09:08:21 +01:00
Takeshi KOMIYA
8b0812edc2
Update CHANGES for PR #4444
2018-03-08 01:12:10 +09:00
Takeshi KOMIYA
9bd3aaf3dc
Merge branch '1.7' into 4701_viewcode
2018-03-07 10:34:46 +09:00
Takeshi KOMIYA
f1c6c22e84
Fix #4701 : viewcode: Misplaced `<div>` in viewcode html output
2018-03-05 23:46:34 +09:00
Takeshi KOMIYA
fdefe987d5
Fix #4689 : autosummary: unexpectedly strips docstrings containing "i.e."
2018-03-04 02:12:13 +09:00
Takeshi KOMIYA
b707ab35e5
Merge branch '1.7' into 1042_strip_parens
2018-03-04 02:10:31 +09:00
Takeshi KOMIYA
adc8c80190
Fix autodoc: crashed when invalid options given
2018-03-03 02:35:28 +09:00
Takeshi KOMIYA
6872d5b337
Fix pydomain: always strip parenthesis if empty (refs: #1042 )
2018-03-03 01:41:49 +09:00
Takeshi KOMIYA
3efadc63cc
Merge pull request #4696 from tk0miya/4685_autosummary_warning
...
Fix #4685 : autosummary emits meaningless warnings
2018-03-03 01:34:30 +09:00
Takeshi KOMIYA
bd898be3fc
doc: Add deprecation list
...
So far, deprecated APIs are only listed as CHANGES entry. But
they are not listed in one place. In this change, I gathered them
to docs as a list.
As a side effect, it makes CHANGES entry simple.
2018-03-02 00:01:49 +09:00
Takeshi KOMIYA
c435bcf8dc
Fix #4685 : autosummary emits meaningless warnings
2018-03-01 22:29:50 +09:00
Takeshi KOMIYA
6bce06757f
Fix #4669 : sphinx.build_main and sphinx.make_main throw NameError
2018-02-28 23:03:21 +09:00
Takeshi KOMIYA
a37f253a6b
Bump version
2018-02-23 23:42:01 +09:00
Takeshi KOMIYA
d4b6839295
Bump to 1.7.1 final
2018-02-23 23:39:34 +09:00
Takeshi KOMIYA
c41e746b7a
Fix #4662 : any refs with term targets crash when an ambiguity is encountered
2018-02-23 23:05:58 +09:00
Takeshi KOMIYA
cd08a6503c
Fix #4664 : Reading objects.inv fails again
2018-02-23 10:44:11 +09:00
Takeshi KOMIYA
f4a527d8a6
Update CHANGES for PR #4653
2018-02-23 00:44:39 +09:00
Takeshi KOMIYA
7999aca606
Revert "Update CHANGES for PR #4653 "
...
This reverts commit 6f05c96027 .
2018-02-23 00:44:25 +09:00
Takeshi KOMIYA
6f05c96027
Update CHANGES for PR #4653
2018-02-23 00:13:17 +09:00
Takeshi KOMIYA
16a7539007
Update CHANGES
2018-02-22 21:09:21 +09:00
Jakob Lykke Andersen
bde93246c6
C++, parse 'this' in expressions.
2018-02-19 20:58:55 +01:00
Jakob Lykke Andersen
7d49a5311f
C++, parse explicit casts and typeid in expression
2018-02-19 20:58:10 +01:00
Takeshi KOMIYA
07de0ed10b
Fix #4641 : A external link in TOC cannot contain "?" with `:glob:` option
2018-02-19 23:27:57 +09:00
Takeshi KOMIYA
e0a74a3f40
Merge branch '1.7' into 4577_nested_enumlist
2018-02-19 22:48:54 +09:00
Takeshi KOMIYA
d40db5efa2
Fix #4563 : autosummary: Incorrect end of line punctuation detection
2018-02-19 14:42:19 +09:00
Takeshi KOMIYA
9b0bf85c93
Update CHANGES for PR #4634
2018-02-19 10:49:54 +09:00
Takeshi KOMIYA
364c6735e6
Merge branch '1.7' into compat_autosummary
2018-02-18 17:32:37 +09:00
Takeshi KOMIYA
6beab9c5a4
Fix #4577 : Enumerated sublists with explicit start with wrong number
2018-02-18 17:29:17 +09:00
Takeshi KOMIYA
2d640f99e0
Merge branch '1.7' into 4623_sphinx.build_main
2018-02-18 17:15:32 +09:00
Takeshi KOMIYA
a9ecb190a7
autosummary: Fix compatibility of get_documenter() API (refs: #4366 )
2018-02-17 23:26:28 +09:00
Takeshi KOMIYA
27d51cb406
Merge branch '1.7' into 4617_quickstart_argument_required
2018-02-17 14:45:34 +09:00
Takeshi KOMIYA
08158bf804
Fix CHANGES for PR #4627
2018-02-17 10:07:28 +09:00
Takeshi KOMIYA
b2e18a08e9
Update CHANGES for PR #4622
2018-02-16 21:42:24 +09:00
Takeshi KOMIYA
b5bae235f2
Fix #4615 : The argument of `sphinx.build` has been changed in 1.7.0
2018-02-16 02:08:56 +09:00
Takeshi KOMIYA
911f74f467
Fix #4623 : sphinx.build_main no longer exists in 1.7.0
2018-02-16 02:08:39 +09:00
Takeshi KOMIYA
01da85fbe2
Fix #4617 : quickstart: PROJECT_DIR argument is required
2018-02-15 01:57:26 +09:00
Takeshi KOMIYA
1d0f7827fc
Merge branch '1.7' into 4260_kwarg_separator_is_disappeared
2018-02-14 00:38:48 +09:00
Takeshi KOMIYA
7cf1520c10
Fix #4608 : epub: Invalid meta tag is generated
2018-02-13 21:00:46 +09:00
Takeshi KOMIYA
795ca7a0c9
Fix #4260 : autodoc: keyword only argument separator is not disappeared
2018-02-13 02:13:38 +09:00
Takeshi KOMIYA
419021e82f
Bump version
2018-02-12 16:16:20 +09:00
Takeshi KOMIYA
34a20bf10b
Bump to 1.7.0 final
2018-02-12 16:14:07 +09:00
Takeshi KOMIYA
e700f0ba99
Fix #4581 : apidoc: Excluded modules still included
2018-02-11 22:10:33 +09:00
Kit La Touche
f21b9d5892
Use rawsource in autosectionlabel
...
Fixes #4027 .
2018-02-11 13:52:27 +09:00
Takeshi KOMIYA
0f1168308b
Merge branch '1.7-release' into 4560_i18n_compilation_problem
2018-02-10 11:53:14 +09:00
Zac-HD
973f2680d6
Add ext.autodoc + ext.doctest test root
2018-02-09 10:39:25 +11:00
Takeshi KOMIYA
afbd27f996
Fix i18n: message catalogs are not compiled when specific build (refs: #4560 )
...
sphinx-build skips message catalog builds if specific filename are given
as arguments.
2018-02-08 12:44:15 +09:00
Takeshi KOMIYA
69384902a4
Merge branch 'stable' into 1.7-release
2018-02-05 01:06:56 +09:00
Takeshi KOMIYA
fa6d6ee5cc
Fix version number
2018-02-05 01:06:18 +09:00
Takeshi KOMIYA
0b2b316be3
Bump version
2018-02-05 01:03:50 +09:00