Commit Graph

9013 Commits

Author SHA1 Message Date
jfbu
347f15ca28 Make PDF support for emphasize-lines work with lineno-start like html 2017-12-10 16:19:32 +01:00
jfbu
8ac042a0f8 Add emphasize-lines PDF support also under verbatimwrapslines=false 2017-12-10 16:19:28 +01:00
jfbu
70f8d4ddfc Support `:emphasize-lines:` in PDF output (closes #1238) 2017-12-10 12:37:36 +01:00
jfbu
90ee039e34 Avoid № in CHANGES, as PDF built with language="ja" does not render it 2017-12-06 19:02:11 +01:00
jfbu
21d1025739 Update CHANGES for PR #4268
modified:   CHANGES
2017-12-06 18:43:37 +01:00
Jean-François B
7b2794fde1
Merge pull request #4268 from jfbu/4267_Unicode_breaks_PDF
Fix #4267 by passing `warn` option to package textcomp.
2017-12-05 23:26:36 +01:00
jfbu
10ec24b80d Fix #4267 by passing warn option to package textcomp.
This silences its silly build-breaking errors in case some font
substitution proved necessary for the characters it supports.
2017-11-29 17:07:10 +01:00
Jakob Lykke Andersen
56b520958f C++: properly link class reference to class from inside constructor
Fixes sphinx-doc/sphinx#4099
2017-11-26 22:37:26 +01:00
Takeshi KOMIYA
0c98d04507
Merge pull request #4233 from tk0miya/4221_napoleon_loads_autodoc_explicitly
Fix #4221: napoleon depends on autodoc, but users need to load it man…
2017-11-12 11:32:50 +09:00
Rob Ruana
9095ee4bc4
Merge branch 'stable' into 4221_napoleon_loads_autodoc_explicitly 2017-11-11 13:29:20 -05:00
Takeshi KOMIYA
bdebbdf873 Update CHANGES for PR #2299 2017-11-12 01:51:40 +09:00
Takeshi KOMIYA
c1555638ae
Merge pull request #2299 from scVENUS/fix_attribute_docstrings_of_imported_class
Fix #2298: automodule fails to document a class attribute.
2017-11-12 01:48:48 +09:00
Takeshi KOMIYA
4abe6cb62e Fix #4221: napoleon depends on autodoc, but users need to load it manually 2017-11-11 21:53:20 +09:00
Takeshi KOMIYA
c3113d2e17 Update CHANGES for PR #4231 2017-11-11 18:30:32 +09:00
Takeshi KOMIYA
4e11b78f01
Merge pull request #4231 from berkerpeksag/fix-3549
Apply fixFirefoxAnchorBug only under Firefox
2017-11-11 18:28:55 +09:00
Berker Peksag
17dc8beeaf Apply fixFirefoxAnchorBug only under Firefox
A compatibility shim for `$.browser` was added in
c608af4bab.

Fixes #3549
2017-11-11 10:03:55 +03:00
Takeshi KOMIYA
c4e364ee63 Rename tests directory; roots/test-doctest -> roots/test-ext-doctest 2017-11-02 00:03:29 +09:00
Takeshi KOMIYA
79df05b36d Revert "Add :confval:smart_quotes to disable smart quotes through `conf.py` (refs: #4142)"
This reverts commit bfd39c12b2.
2017-11-01 22:43:40 +09:00
Takeshi KOMIYA
26db2675b4
Merge pull request #4208 from tk0miya/4206_label_loses_paragraph_break
Fix #4206: latex: reST label between paragraphs loses paragraph break
2017-11-01 22:23:39 +09:00
Takeshi KOMIYA
29c62c64f5 Fix #4206: latex: reST label between paragraphs loses paragraph break 2017-11-01 14:33:22 +09:00
jfbu
9701c236d4 Trim docs/config.rst now that new config setting smart_quotes exists 2017-10-31 20:31:56 +01:00
jfbu
4b3d41c855 Fix typo in doc/config.rst 2017-10-31 20:30:32 +01:00
Takeshi KOMIYA
e03ec5b9fb confirm selected language supports smart_quotes or not (refs: #4112) 2017-11-01 00:10:33 +09:00
Takeshi KOMIYA
bfd39c12b2 Add :confval:smart_quotes to disable smart quotes through `conf.py` (refs: #4142) 2017-10-27 00:45:06 +09:00
Takeshi KOMIYA
e45b03dd50 Update CHANGES for PR #4181 2017-10-25 23:51:41 +09:00
Takeshi KOMIYA
f8c8a0e6c7 Merge pull request #4181 from mitya57/sort-dicts
inspect: Sort dictionary keys when possible
2017-10-25 23:48:20 +09:00
Dmitry Shachnev
eb934cb665 Add a test for the previous change 2017-10-23 23:12:10 +03:00
Dmitry Shachnev
49e486ff47 inspect: Sort dictionary keys when possible
This should help for reproducible builds and for finding items in large
dictionaries.
2017-10-23 20:28:14 +03:00
Takeshi KOMIYA
92cdbb99f2 Merge pull request #4180 from tk0miya/3919_logging_namespace
Fix #3919: become silent if logging settings are cleared
2017-10-24 01:55:52 +09:00
Takeshi KOMIYA
47c869c89a Fix flake8 and style-check violations 2017-10-23 23:01:18 +09:00
Takeshi KOMIYA
314831d332 Bump version 2017-10-23 12:22:42 +09:00
Takeshi KOMIYA
33fd46b2a5 Bump to 1.6.5 final 2017-10-23 12:19:56 +09:00
Takeshi KOMIYA
90352cf940 Fix #3919: become silent if logging settings are cleared 2017-10-23 00:59:24 +09:00
Takeshi KOMIYA
ad2610a0bc Fix mypy violation 2017-10-22 20:50:20 +09:00
Takeshi KOMIYA
cfadf17379 Fix #4132: Failed to convert reST parser error to warning 2017-10-22 20:34:07 +09:00
jfbu
6b4a0123fa Fix the fix of #4090 (sorry) 2017-10-22 13:28:46 +02:00
jfbu
5e86c1c934 Fix #4090: extra LaTeX macros via `latex_additional_files` 2017-10-22 13:24:03 +02:00
jfbu
90e3425ed7 Fix #4149: Documentation: Help choosing latex_engine 2017-10-22 11:45:28 +02:00
Takeshi KOMIYA
ed3683a56e Merge pull request #4176 from tk0miya/3739_module_is_ignored_inside_pyobject
Fix #3739: ``:module:`` option is ignored at content of pyobjects
2017-10-21 21:52:11 +09:00
Takeshi KOMIYA
ffad4f08c7 Fix #3739: `:module:` option is ignored at content of pyobjects 2017-10-21 21:37:44 +09:00
Takeshi KOMIYA
1c060b9b28 Merge pull request #4092 from mitya57/stable
Make it easier to override variables in Makefiles generated by quickstart
2017-10-21 19:31:42 +09:00
Dmitry Shachnev
943cd788fc Make it easier to override variables in Makefiles generated by quickstart
Refs #3965.
2017-10-21 12:59:14 +03:00
Takeshi KOMIYA
b8b4d9b187 Update CHANGES for #3965 2017-10-21 16:24:07 +09:00
Takeshi KOMIYA
a5f6e97ac4 Revert "Default SPHINXBUILD to 'python -msphinx' instead of 'sphinx-build'."
This reverts commit 0832aa73ab.
2017-10-21 16:23:50 +09:00
Takeshi KOMIYA
c3dec3507d Merge pull request #4153 from Smattr/1086bfa6-fa4c-485f-bd17-6aa1ca49f851
Fix #1020: ext.todo todolist not linking to the page in pdflatex
2017-10-21 13:48:52 +09:00
Takeshi KOMIYA
cd4964249f Merge branch 'stable' into 1086bfa6-fa4c-485f-bd17-6aa1ca49f851 2017-10-21 13:48:25 +09:00
Takeshi KOMIYA
29f6650153 Merge pull request #4171 from tk0miya/4169_chinese_search
Fix #4169: Chinese language doesn't trigger Chinese search automatically
2017-10-21 13:44:46 +09:00
Takeshi KOMIYA
05516a61c8 Fix mypy violation 2017-10-21 13:44:36 +09:00
Takeshi KOMIYA
e56b70d7c9 Merge branch 'stable' into 4169_chinese_search 2017-10-21 13:21:13 +09:00
Takeshi KOMIYA
4448902977 Fix #4169: Chinese language doesn't trigger Chinese search automatically 2017-10-21 01:42:53 +09:00