Commit Graph

15211 Commits

Author SHA1 Message Date
Ryan Soklaski
7e97de805d
Update mathjax to version 2.7.7
There is a bug in latest.js in versions 2.7.5 and below; when the current version on the CDN is 3.0 or higher, latest.js will not use the highest version of 2.x, but instead will use the version from which latest.js has been taken. See the warning section on this page:  http://docs.mathjax.org/en/latest/upgrading/v2.html

This PR fixes that by pointing to 2.7.7, the latest version available on the CDN.
2020-05-28 22:55:31 -04:00
Takeshi KOMIYA
666c4a4cd8
Merge pull request #7711 from larsoner/meth
BUG: Fix check for meth
2020-05-29 02:40:41 +09:00
Eric Larson
79d8bfb9e0 BUG: Fix check for meth 2020-05-28 13:21:00 -04:00
Takeshi KOMIYA
ee4c7d3a68
Merge pull request #7713 from tk0miya/3673_autodoc_sort_by_all
Fix #3673: autodoc: bysource order does not work for a module having __all__
2020-05-28 01:50:24 +09:00
Takeshi KOMIYA
eb9263b8a0
Merge pull request #7725 from kai687/patch-1
Fixed broken link to pygments lexers doc
2020-05-28 01:49:16 +09:00
Takeshi KOMIYA
b2b57b9282
Merge pull request #7732 from tk0miya/refactor_test_project
refactor test_project: PathComparer is unnecessary for this case
2020-05-28 01:48:29 +09:00
Takeshi KOMIYA
36fd5bfa9a refactor test_project: PathComparer is unnecessary for this case 2020-05-27 02:44:53 +09:00
Takeshi KOMIYA
c087d717f6
Merge pull request #7712 from tk0miya/refactor_autodoc_sort_members
refactor: autodoc: Sort members alphabetically when unknown order
2020-05-27 01:41:37 +09:00
Takeshi KOMIYA
d0779390d9 Merge branch '3.0.x' into 3.x 2020-05-27 00:38:23 +09:00
Takeshi KOMIYA
e3f9bf43f6 Bump version 2020-05-27 00:37:11 +09:00
Takeshi KOMIYA
b797f7f75c Bump to 3.0.4 final 2020-05-27 00:34:47 +09:00
Kai Welke
0ee57a6f6e
Fixed broken link to pygments lexers doc 2020-05-26 09:35:47 +02:00
Takeshi KOMIYA
302c23fb5c
Merge pull request #7307 from tk0miya/4187_endash_on_pdf_bookmarks
Fix #4187: latex: EN DASH disappears from PDF bookmarks in Japanese documents
2020-05-24 02:47:51 +09:00
Takeshi KOMIYA
6c324be96b Fix #4187: latex: EN DASH disappears from PDF bookmarks in Japanese documents 2020-05-24 01:51:46 +09:00
Takeshi KOMIYA
d501b94311 latex: Allow to add LaTeX package after hyperref loaded via API 2020-05-24 01:51:46 +09:00
Takeshi KOMIYA
a5e3b4a43d Fix #3673: autodoc: bysource order does not work for a module having __all__ 2020-05-23 21:52:11 +09:00
Takeshi KOMIYA
d674d917ae refactor: autodoc: Copy module.__all__ to ModuleDocumenter.__all__ 2020-05-23 20:41:54 +09:00
Takeshi KOMIYA
b8e2cfde7b refactor: autodoc: Add Documenter.sort_members() 2020-05-23 20:25:43 +09:00
Takeshi KOMIYA
14ef3791b9 refactor: autodoc: Sort members alphabetically when unknown order 2020-05-23 20:17:55 +09:00
Takeshi KOMIYA
a1293e2825
Merge pull request #7709 from tk0miya/refactor_test_ext_autodoc
refactor: test: Separate tests for autofunction
2020-05-23 02:38:53 +09:00
Takeshi KOMIYA
6a4148abec
Merge pull request #7669 from tk0miya/7668_wront_retann
Fix #7668: autodoc: wrong retann value is passed to autodoc-proccess-signature
2020-05-23 00:43:18 +09:00
Takeshi KOMIYA
0c05958d7c
Merge pull request #7672 from tk0miya/7671_missing_warning_location
Fix #7671: autosummary: The location of import failure warning is missing
2020-05-23 00:43:02 +09:00
Takeshi KOMIYA
f13e05a01b refactor: test: Separate tests for autofunction 2020-05-22 23:41:45 +09:00
Jakob Lykke Andersen
589df567c0
Merge pull request #7708 from jakobandersen/c_cpp_fix_test_typo
C, C++: fix typo in tests
2020-05-22 16:25:57 +02:00
Takeshi KOMIYA
62db8a8755
Merge pull request #7689 from mgeier/float-document
bizstyle&sphinxdoc themes: Fix float behavior
2020-05-22 23:22:26 +09:00
Takeshi KOMIYA
c5f7ded772
Merge branch '3.x' into 7668_wront_retann 2020-05-22 23:15:47 +09:00
Takeshi KOMIYA
e031ebe3fc
Merge branch '3.x' into 7671_missing_warning_location 2020-05-22 23:14:42 +09:00
Takeshi KOMIYA
0210511531
Merge pull request #7681 from tk0miya/7679_migrate_priority
Fix #7679: autodoc: Pass priority option to the config-inited handler
2020-05-22 23:14:01 +09:00
Takeshi KOMIYA
9d4901f5a1
Merge pull request #7703 from tk0miya/refactor_autosectionlabel
refactor: autosectionlabel: Use accessors of std domain
2020-05-22 23:13:42 +09:00
Takeshi KOMIYA
c1ef87a23b Fix #7696: html: Updated jQuery version from 3.4.1 to 3.5.1 2020-05-22 23:12:31 +09:00
Takeshi KOMIYA
3893620cb4
Merge pull request #7705 from tk0miya/7696_jquery-3.5.1
Fix #7696: html: Updated jQuery version from 3.4.1 to 3.5.1
2020-05-22 23:11:44 +09:00
Takeshi KOMIYA
03c81d5c0c Update CHANGES for PR #7676 2020-05-22 23:10:28 +09:00
Takeshi KOMIYA
d5a3af4cbf
Merge pull request #7680 from tk0miya/7676_validate_member_order
Fix #7676: autodoc: wrong value for :member-order: option is ignored silently
2020-05-22 23:09:28 +09:00
Takeshi KOMIYA
23422f5846
Merge pull request #7676 from eric-wieser/better-source-order
Respect member-order="bysource" even when no analyzer is present
2020-05-22 23:08:49 +09:00
Jakob Lykke Andersen
07c74b5ff4 C, C++: fix typo in tests 2020-05-22 15:39:47 +02:00
Takeshi KOMIYA
eb29926441 Fix #7696: html: Updated jQuery version from 3.4.1 to 3.5.1 2020-05-22 00:59:17 +09:00
Takeshi KOMIYA
04698d525a refactor: autosectionlabel: Use accessors of std domain 2020-05-21 22:58:47 +09:00
Takeshi KOMIYA
816c61a811
Merge pull request #7700 from mdeff/patch-1
remove repeted word in reStructuredText Primer
2020-05-21 22:53:49 +09:00
Takeshi KOMIYA
b4ab929029
Merge pull request #7702 from comradekingu/patch-1
Fix typo in make.bat_t, https:// link
2020-05-21 22:27:25 +09:00
Allan Nordhøy
ce3455d80e
Fix typo in make.bat_t, https:// link 2020-05-21 12:36:15 +00:00
Eric Wieser
ebd48b9081 Respect member-order="bysource" even when no analyzer is present
This takes advantage of the fact that in Python 3.6 and up, the __dict__ attribute of classes and modules is insertion-ordered, which is usually a good approximation of "source order".

Notably, this means that `..automodule:: some_c_extension_module` will document members in the order they were added to the module dict, which is likely what the user wants.
2020-05-21 12:23:19 +01:00
Michaël Defferrard
5e5bd748e6
remove repeted word in reStructuredText Primer 2020-05-20 22:30:58 +02:00
Takeshi KOMIYA
74351b2d43
Merge pull request #7686 from tk0miya/7685_autosummary_imported_members
Fix #7685: autosummary: imported members are listed unexpectedly
2020-05-21 02:07:44 +09:00
Takeshi KOMIYA
784d4cb36a Fix #7685: autosummary: imported members are listed unexpectedly 2020-05-21 01:24:46 +09:00
Takeshi KOMIYA
752d3285d2 Update docs (refs: #7469) 2020-05-21 00:56:32 +09:00
Takeshi KOMIYA
35651e2508 Update CHANGES for PR #7469 2020-05-21 00:53:48 +09:00
Takeshi KOMIYA
dc805e5511
Merge pull request #7469 from dfremont/3.x
autosummary tables include module attributes
2020-05-21 00:52:21 +09:00
Takeshi KOMIYA
b7e6c67ce8 Update CHANGES for PR #7695 2020-05-21 00:35:06 +09:00
Takeshi KOMIYA
ff8c5c35d7
Merge pull request #7695 from obulat/patch-1
Add viewport meta tag for responsive layout
2020-05-21 00:34:14 +09:00
Olga Bulat
3e68d59d12
Add viewport meta tag for responsive layout
Viewport meta tag is necessary to make layout responsive. Without it, the layout is rendered for desktop size and then scaled down, making text small and difficult to read. It also makes a site fail Google Lighthouse audits.
2020-05-20 15:15:03 +03:00