Takeshi KOMIYA
3d35723f6d
Merge branch '1.7' into 1.8
2018-09-05 23:09:48 +09:00
Takeshi KOMIYA
403f7edb17
Bump version
2018-09-05 23:07:09 +09:00
Takeshi KOMIYA
1cd87a11ef
Bump to 1.7.9 final
2018-09-05 23:05:02 +09:00
Takeshi KOMIYA
c9826fe676
Merge branch '1.8' into 2401_members_conflicts_with_special_members
2018-09-05 23:00:13 +09:00
Takeshi KOMIYA
c67c08fc7b
Merge pull request #5374 from tk0miya/4379_toctree_and_exclude_patterns
...
Fix #4379 : toctree shows confusible warning when document is excluded
2018-09-05 22:57:28 +09:00
Takeshi KOMIYA
e07731e7b1
Fix autodoc: ImportError is replaced by AttributeError for deeper module
2018-09-03 22:49:01 +09:00
Takeshi KOMIYA
daac35cda7
doc: Add versionadded label (refs: #5029 )
2018-09-03 10:46:38 +09:00
Takeshi KOMIYA
bd7c28f471
Fix #5127 : quickstart: `Makefile
and
make.bat
` are not overwritten if exists
2018-09-03 01:36:18 +09:00
Takeshi KOMIYA
06aa1a7864
Fix #2401 : autodoc: `:members:
causes
:special-members:
` not to be shown
2018-09-03 01:26:31 +09:00
Takeshi KOMIYA
34cc1b5c95
Fix #2720 , #4034 : Incorrect links with `:download:
`, duplicate names, and parallel builds
2018-09-03 01:01:55 +09:00
Takeshi KOMIYA
ecb1e21a58
Merge pull request #5372 from tk0miya/refactor_set.union
...
refactor: Use set.union() to combine set objects
2018-09-02 22:44:25 +09:00
Takeshi KOMIYA
86a43b0119
Fix #4379 : toctree shows confusible warning when document is excluded
2018-09-02 20:27:39 +09:00
Takeshi KOMIYA
c6e0d92d10
Fix CHANGES
2018-09-02 20:27:15 +09:00
Takeshi KOMIYA
9d7b1b756a
refactor: Use set.union() to combine set objects
2018-09-02 19:12:56 +09:00
Takeshi KOMIYA
855ebfbbf5
Merge pull request #5371 from tk0miya/5282_testcase_for_pygments
...
testcases and CHANGES for #5282
2018-09-02 17:19:25 +09:00
Takeshi KOMIYA
a1f36202c0
Update CHANGES for #5282
2018-09-02 16:21:04 +09:00
Takeshi KOMIYA
219f024595
Add testcase for pygments
2018-09-02 16:17:02 +09:00
Takeshi KOMIYA
1082806c4a
Merge pull request #5282 from schettino72/quickstart-pygments-style-none
...
quickstart: set conf.py pygments_style value to None
2018-09-02 16:16:00 +09:00
Takeshi KOMIYA
96e1c70b39
Merge pull request #5363 from tk0miya/5361_crashed_on_incremental_build
...
Fix #5361 : crashed on incremental build if document uses include directive
2018-09-01 12:43:33 +09:00
Takeshi KOMIYA
5e22ff9045
Fix #5361 : crashed on incremental build if document uses include directive
2018-09-01 12:05:15 +09:00
Takeshi KOMIYA
36a9c813e6
Update CHANGES for PR #5359
2018-08-30 23:47:02 +09:00
Takeshi KOMIYA
a58a64a863
Merge pull request #5359 from mitya57/reproducible-texinfo
...
Make generated texinfo files reproducible by sorting the anchors
2018-08-30 23:46:10 +09:00
Dmitry Shachnev
561199e5e8
Make generated texinfo files reproducible by sorting the anchors
2018-08-30 13:03:49 +03:00
Takeshi KOMIYA
5eca61fd57
Merge pull request #5349 from tk0miya/5348_support_remote_download_file
...
Fix #5348 : download reference to remote file is not displayed
2018-08-30 01:09:00 +09:00
Takeshi KOMIYA
972aaffc40
Fix broken merge
2018-08-29 22:06:39 +09:00
Takeshi KOMIYA
04d2afdaea
Merge branch '1.7' into 1.8
2018-08-29 01:06:37 +09:00
Takeshi KOMIYA
2429cc5bbf
Bump version
2018-08-29 01:03:52 +09:00
Takeshi KOMIYA
887c09bf7e
Bump to 1.7.8 final
2018-08-29 01:01:17 +09:00
Takeshi KOMIYA
bb55118e68
Merge pull request #5353 from tk0miya/allow_to_install_jsfiles_on_builder-inited
...
Allow to install JS and CSS files on builder-inited event
2018-08-27 01:21:48 +09:00
Takeshi KOMIYA
63dc6afb62
Merge branch '1.8' into 5348_support_remote_download_file
2018-08-27 01:21:19 +09:00
Takeshi KOMIYA
c5c023cb68
Merge pull request #5352 from tk0miya/improve_pytest_header
...
Improve pytest header
2018-08-27 01:20:42 +09:00
Takeshi KOMIYA
aee5fd04d4
Fix #5348 : download reference to remote file is not displayed
2018-08-26 22:25:35 +09:00
Takeshi KOMIYA
9e5ad6c304
Merge pull request #5356 from jakobandersen/cpp_unicode_test
...
C++, conditionally disable test on sys.maxunicode
2018-08-26 21:13:03 +09:00
Jakob Lykke Andersen
2a544b4ec3
C++, conditionally disable test on sys.maxunicode
2018-08-26 13:17:53 +02:00
Jakob Lykke Andersen
14d588fe15
Merge pull request #5354 from jakobandersen/cpp_symbol_add_and_lookup
...
C++, symbol addition and lookup fixes.
2018-08-26 12:42:28 +02:00
Jakob Lykke Andersen
72c135600c
Update changes
2018-08-26 11:18:40 +02:00
Jakob Lykke Andersen
d32a24ae88
C++, properly add (overloaded) symbols and params
...
- Consider all matching symbols when adding symbols.
- Only create a new symbol if no empty symbol is present.
- When filling empty symbols, also add template and function
parameters.
Fixes sphinx-doc/sphinx#5337
2018-08-26 11:06:23 +02:00
Takeshi KOMIYA
698d4ed42c
Allow to install JS and CSS files on builder-inited event
2018-08-26 11:59:47 +09:00
Takeshi KOMIYA
864ded3d8a
Merge pull request #5343 from tk0miya/5340_update_docs
...
docs: Fix wrong descriptions for logging APIs
2018-08-26 11:30:51 +09:00
Takeshi KOMIYA
48427ae57a
Improve pytest header
2018-08-26 11:28:06 +09:00
Jakob Lykke Andersen
7748b84cc9
C++, fix UnboundLocalError for overload refs not being found.
2018-08-25 12:41:44 +02:00
Takeshi KOMIYA
e983f11902
Merge pull request #5336 from tk0miya/5335_quickstart_for_libedit
...
Fix #5335 : quickstart: escape sequence has been displayed with MacPorts' python
2018-08-25 15:13:09 +09:00
Takeshi KOMIYA
8f253cfb8e
Merge pull request #5324 from tk0miya/5321_invalid_lineno_for_i18n_warnings
...
Fix i18n: warnings for translation catalogs have wrong line numbers
2018-08-25 12:14:04 +09:00
Takeshi KOMIYA
8eb44a40ab
Merge branch '1.8' into 5321_invalid_lineno_for_i18n_warnings
2018-08-25 11:45:16 +09:00
Takeshi KOMIYA
65654fd432
Fix #5335 : quickstart: escape sequence has been displayed with MacPorts' python
2018-08-25 11:28:10 +09:00
Takeshi KOMIYA
e34624cebd
Merge pull request #5334 from tk0miya/5327_reimplement_note_included
...
Fix #5327 : "document isn't included in any toctree" warning on rebuild with generated files
2018-08-25 11:07:06 +09:00
Takeshi KOMIYA
0a485740a8
docs: Fix wrong descriptions for logging APIs
2018-08-25 10:59:04 +09:00
Takeshi KOMIYA
18f107b0bc
autodoc: Fix typing.get_type_hints() raises AttributeError for partial objects
2018-08-25 10:57:34 +09:00
Takeshi KOMIYA
ea3d0b3768
Merge branch '1.7' into 1.8
2018-08-25 03:07:35 +09:00
Takeshi KOMIYA
d4bce1debd
Merge pull request #5344 from tk0miya/upgrade_python_on_circleci
...
test: Upgrade python on Circle CI to 3.5
2018-08-25 03:07:18 +09:00