Commit Graph

13427 Commits

Author SHA1 Message Date
Takeshi KOMIYA
852c061cc6
Merge pull request #6539 from tk0miya/fix_flake8_violations
Fix flake8 violations
2019-06-30 15:11:47 +09:00
Takeshi KOMIYA
8017b6ec2c Fix flake8 violations 2019-06-30 14:55:22 +09:00
Takeshi KOMIYA
c18dcf08f9 Merge branch '2.0' 2019-06-30 01:08:48 +09:00
Takeshi KOMIYA
afefeebb52
Merge pull request #6485 from tk0miya/refactor_type_annotation_domains
Migrate to py3 style type annotation: sphinx.domains
2019-06-30 01:04:40 +09:00
Takeshi KOMIYA
b93672c4d4 Migrate to py3 style type annotation: sphinx.domains 2019-06-30 00:56:33 +09:00
Takeshi KOMIYA
1b597dc450 Migrate to py3 style type annotation: sphinx.domains.javascript 2019-06-30 00:56:33 +09:00
Takeshi KOMIYA
f5620910fc Migrate to py3 style type annotation: sphinx.domains.math 2019-06-30 00:56:33 +09:00
Takeshi KOMIYA
f6d0cb8f3a Migrate to py3 style type annotation: sphinx.domains.rst 2019-06-30 00:56:33 +09:00
Takeshi KOMIYA
ee6e44a04f Migrate to py3 style type annotation: sphinx.domains.python 2019-06-30 00:56:32 +09:00
Takeshi KOMIYA
3a81e0ad7d Migrate to py3 style type annotation: sphinx.domains.c 2019-06-30 00:56:32 +09:00
Takeshi KOMIYA
6c47f7d4a2 Migrate to py3 style type annotation: sphinx.domains.changeset 2019-06-30 00:56:32 +09:00
Takeshi KOMIYA
62e5f6935b Migrate to py3 style type annotation: sphinx.domains.std 2019-06-30 00:56:32 +09:00
Takeshi KOMIYA
320661ee94 Migrate to py3 style type annotation: sphinx.domains.citation 2019-06-30 00:26:25 +09:00
Takeshi KOMIYA
5731ca634e
Merge pull request #6530 from tk0miya/6495_annotation_doc
doc: Update document for :annotation: option (refs: #6495)
2019-06-29 22:08:53 +09:00
Takeshi KOMIYA
828beb12e0 doc: Update document for :annotation: option (refs: #6495) 2019-06-29 18:43:30 +09:00
Takeshi KOMIYA
2f97b86bfd
Merge pull request #6528 from ViktorHaag/last_updated-time-always-utc-iss6527
Force last update datetime value to always be UTC
2019-06-29 09:53:20 +09:00
Viktor Haag
116d3fba11 Force last update datetime value to always be UTC
- If SOURCE_DATE_EPOCH is set in the environment, then the build date will use
  UTC as the timezone.

- If it's not set in the environment, we should do the same thing and use UTC
  as the timezone for the build date.

- `datetime.now()` produces a naive system-time datetime object; `datetime.utcnow()`
  produces the aware, UTC-oriented datetime object.
2019-06-28 14:48:58 -04:00
Takeshi KOMIYA
66e66d5cf9 Merge branch '2.0' 2019-06-29 01:51:53 +09:00
Takeshi KOMIYA
bf45fc1dd2 Merge branch '2.1.3' into 2.0 2019-06-29 01:50:58 +09:00
Takeshi KOMIYA
f443fb5579
Merge pull request #6526 from tk0miya/mypy-0.711
Fix mypy violations (for mypy-0.711)
2019-06-29 01:50:37 +09:00
Takeshi KOMIYA
e7b1803a96 Fix mypy violations (for mypy-0.711) 2019-06-29 01:41:16 +09:00
Takeshi KOMIYA
f9e63d53d9 Update CHANGES for PR #6514 2019-06-29 00:14:26 +09:00
Takeshi KOMIYA
97c7b745a2
Merge pull request #6514 from thedrow/search-page-accessability
Add a label to search input for accessability purposes in search.html
2019-06-29 00:06:42 +09:00
Takeshi KOMIYA
dc377d799d
Merge pull request #6519 from tk0miya/6517_passthrough_templatedir_to_separateoption
Fix #6517: apidoc: user_template_dir is not passed when it recurses
2019-06-28 23:54:22 +09:00
Omer Katz
16398972e1 Add a label to search input for accessability purposes. 2019-06-23 11:33:15 +03:00
Takeshi KOMIYA
17d907d4e6
Merge pull request #6513 from tk0miya/6512_continuation_typo
Fix #6512: typo in continuation label for tables
2019-06-22 22:12:29 +09:00
Takeshi KOMIYA
c23f253b9f Fix #6517: apidoc: user_template_dir is not passed when it recurses 2019-06-22 19:41:49 +09:00
Takeshi KOMIYA
64ca455c23
Merge pull request #6508 from tk0miya/refactor_autosummary3
Fix #6507: autosummary: crashes without no autosummary_generate setting
2019-06-22 02:00:18 +09:00
Takeshi KOMIYA
e7644547e7
Merge branch '2.0' into refactor_autosummary3 2019-06-22 01:34:47 +09:00
Takeshi KOMIYA
35b1b5c328 Fix #6512: typo in continuation label for tables 2019-06-22 01:33:29 +09:00
Takeshi KOMIYA
0595adce03
Merge pull request #6506 from tk0miya/6498_crashed_with_wrong_autosummary_generate
Fix #6498: autosummary: crashed with wrong autosummary_generate setting
2019-06-22 01:32:44 +09:00
Takeshi KOMIYA
c4073eebc3
Merge pull request #6516 from csabella/patch-1
Fix typo in comment
2019-06-22 01:29:09 +09:00
Cheryl Sabella
e392dd548e
Fix typo 2019-06-21 07:54:41 -04:00
Takeshi KOMIYA
b325a1de2b Merge branch '2.0' 2019-06-21 12:47:02 +09:00
Takeshi KOMIYA
fd5b3c47b6 Merge branch '2.1.3' into 2.0 2019-06-21 11:36:58 +09:00
Takeshi KOMIYA
bd09f009bf
Merge pull request #6515 from tk0miya/mypy-0.710
Fix mypy violations (for mypy-0.710)
2019-06-21 11:33:11 +09:00
Takeshi KOMIYA
224d247ca0 Fix mypy violations (for mypy-0.710) 2019-06-21 11:07:27 +09:00
Takeshi KOMIYA
f21b5b1627 Merge branch '2.1.3' into 2.0 2019-06-19 20:36:26 +09:00
Takeshi KOMIYA
6595f65b0e Bump version 2019-06-19 20:34:10 +09:00
Takeshi KOMIYA
39563d1b29 Bump to 2.1.2 final 2019-06-19 20:31:54 +09:00
Jon Dufresne
131c93caf5 Remove "universal" configuration from setup.cfg
Sphinx is Python-3-only and therefore is not a universal wheel. It
should still distribute a 'py3' wheel, just not a universal one.

From https://wheel.readthedocs.io/en/stable/user_guide.html

> If your project contains no C extensions and is expected to work on
> both Python 2 and 3, you will want to tell wheel to produce universal
> wheels by adding this to your setup.cfg file: …

As Sphinx doesn't work on Python 2, it should not be universal.

Refs #6470
2019-06-19 20:31:54 +09:00
Takeshi KOMIYA
2709cd3cd1 Update CHANGES for PR #6482 2019-06-19 20:30:03 +09:00
Takeshi KOMIYA
1aa1373ce3 Fix #6498: autosummary: crashed with wrong autosummary_generate setting 2019-06-19 14:03:42 +09:00
Takeshi KOMIYA
673922b055
Merge pull request #6509 from tk0miya/refactor_autosummary4
Suppress deprecation warning for autosummary
2019-06-19 13:54:47 +09:00
Takeshi KOMIYA
ab38b2dd8e Fix #6507: autosummary: crashes without no autosummary_generate setting 2019-06-19 13:51:38 +09:00
Takeshi KOMIYA
efc0c19142
Merge pull request #6449 from tk0miya/6444_non_existing_urls
Fix #6444: test: replace example.com by existing page
2019-06-19 11:19:23 +09:00
Takeshi KOMIYA
a6a38c803f Suppress deprecation warning for autosummary 2019-06-19 01:58:16 +09:00
Takeshi KOMIYA
982f63e4a2
Merge pull request #6482 from ViktorHaag/object-descr-setting-class-type-map-iss6478
Explicitly treat ObjectDescription._doc_field_type_map as an instance variable
2019-06-18 23:04:42 +09:00
Viktor Haag
e9ee39d655 repair white space 2019-06-18 09:37:52 -04:00
Viktor Haag
6a054355d9 Simplify to ensure we're lazily setting the instance field-type-map variable
- We can more simply have ObjectDescription.get_field_type_map() make sure that
  it's going to lazily set the value of an instance variable, not the class
  variable, when it populates the field type map.
2019-06-18 09:22:25 -04:00