Commit Graph
100 Commits
Author SHA1 Message Date
Takeshi KOMIYA 1c152d249c Merge branch '2.0' 2019-07-07 18:50:58 +09:00
Takeshi KOMIYA 96fa46e7b3 Merge pull request #6557 from tk0miya/update_faq
docs: Update FAQ for github pages
2019-07-07 17:24:45 +09:00
Takeshi KOMIYA 8782e50eae Merge pull request #6494 from tk0miya/5592_cmdoption_registers_multiple_indices
Close #5592: option directive registers an index entry for each comma separated option
2019-07-07 17:07:16 +09:00
Takeshi KOMIYA fde3d2a1ed Merge branch '2.0' into 5592_cmdoption_registers_multiple_indices 2019-07-07 16:40:17 +09:00
Takeshi KOMIYA c9078fa8c8 Merge pull request #6422 from tk0miya/247_autosummary_autorewrite
Fix #247: autosummary: Add autosummary_generate_option to overwrite old stub file
2019-07-07 16:37:57 +09:00
Takeshi KOMIYA 4af90fcf75 Fix #247: autosummary: Add autosummary_generate_option to overwrite old stub file 2019-07-07 16:18:49 +09:00
Takeshi KOMIYA 10883c2824 docs: Update FAQ for github pages 2019-07-07 16:08:54 +09:00
Takeshi KOMIYA f44a6242be Update CHANGES for PR #6528 2019-07-06 22:57:33 +09:00
Takeshi KOMIYA db77706c7a Merge pull request #6529 from tk0miya/6528_aware_datetime
format_date(): use "aware" local datetime by default (refs: #6528)
2019-07-06 22:53:16 +09:00
Takeshi KOMIYA 59c9336a67 Merge pull request #6555 from tk0miya/refactor_type_annotation_testing
Migrate to py3 style type annotation: sphinx.testing
2019-07-06 14:54:57 +09:00
Takeshi KOMIYA ac158d0786 Merge pull request #6554 from tk0miya/refactor_type_annotation_pycode
Migrate to py3 style type annotation: sphinx.pycode
2019-07-06 14:54:13 +09:00
Takeshi KOMIYA 1c6a279fa8 Migrate to py3 style type annotation: sphinx.testing.restructuredtext 2019-07-06 14:38:56 +09:00
Takeshi KOMIYA 3f6565df63 Migrate to py3 style type annotation: sphinx.testing.fixtures 2019-07-06 14:38:52 +09:00
Takeshi KOMIYA 05f75b7c94 Migrate to py3 style type annotation: sphinx.testing.path 2019-07-06 14:38:48 +09:00
Takeshi KOMIYA 32fa96d46d Migrate to py3 style type annotation: sphinx.testing.util 2019-07-06 14:38:45 +09:00
Takeshi KOMIYA 80e3fdb791 Migrate to py3 style type annotation: sphinx.pycode.parser 2019-07-06 14:35:35 +09:00
Takeshi KOMIYA bd578b7ab6 Migrate to py3 style type annotation: sphinx.pycode 2019-07-06 14:35:32 +09:00
Takeshi KOMIYA 9e9cc79599 Merge pull request #6540 from tk0miya/736_index_sorting
Fix #736: Invalid sort in pair index
2019-07-06 14:32:17 +09:00
Takeshi KOMIYA 31207aa813 Fix #736: Invalid sort in pair index 2019-07-06 14:12:12 +09:00
Takeshi KOMIYA 0c3f986d54 Merge pull request #6542 from tk0miya/refactor_html_builder
refactor: Separate HTMLBuilder.copy_static_files() to sub methods
2019-07-06 14:10:08 +09:00
Takeshi KOMIYA 089046979f Merge branch '2.0' 2019-07-06 13:38:15 +09:00
Takeshi KOMIYA 8b4e54f904 Merge pull request #6552 from tk0miya/refactor_type_annotation_env
Migrate to py3 style type annotation: sphinx.environment
2019-07-06 13:35:27 +09:00
Takeshi KOMIYA 2623ad17f5 Migrate to py3 style type annotation: sphinx.environment.adapters.toctree 2019-07-06 12:42:26 +09:00
Takeshi KOMIYA 986ac82adf Migrate to py3 style type annotation: sphinx.environment.adapters.indexentries 2019-07-06 12:42:26 +09:00
Takeshi KOMIYA e67e0432b5 Migrate to py3 style type annotation: sphinx.environment.adapters.asset 2019-07-06 12:42:26 +09:00
Takeshi KOMIYA d0fedc3a4b Migrate to py3 style type annotation: sphinx.environment.collectors.title 2019-07-06 12:42:26 +09:00
Takeshi KOMIYA 58847682cc Migrate to py3 style type annotation: sphinx.environment.collectors.toctree 2019-07-06 12:42:26 +09:00
Takeshi KOMIYA 66b123a9a7 Migrate to py3 style type annotation: sphinx.environment.collectors.metadata 2019-07-06 12:42:26 +09:00
Takeshi KOMIYA be673a714d Migrate to py3 style type annotation: sphinx.environment.collectors.indexentries 2019-07-06 12:42:26 +09:00
Takeshi KOMIYA f076afd920 Migrate to py3 style type annotation: sphinx.environment.collectors.dependencies 2019-07-06 12:42:26 +09:00
Takeshi KOMIYA 17c719c8de Migrate to py3 style type annotation: sphinx.environment.collectors.asset 2019-07-06 12:42:25 +09:00
Takeshi KOMIYA 0cad96233b Migrate to py3 style type annotation: sphinx.environment.collectors 2019-07-06 12:42:25 +09:00
Takeshi KOMIYA fe06eebfb5 Merge branch '2.0' 2019-07-06 12:37:27 +09:00
Takeshi KOMIYA 3fbc9c9e04 Merge branch 'master' of github.com:sphinx-doc/sphinx 2019-07-06 12:34:02 +09:00
Takeshi KOMIYA 39ec5e0deb Migrate to py3 style type annotation: sphinx.environment 2019-07-06 12:28:22 +09:00
Takeshi KOMIYA 847a642b41 Merge pull request #6541 from tk0miya/refactor_type_annotation_ext2
Migrate to py3 style type annotation: sphinx.ext (Part 2)
2019-07-06 12:23:27 +09:00
Takeshi KOMIYA 4150acbf17 Merge pull request #6551 from dullbananas/master
Clarify Windows installation
2019-07-06 11:30:26 +09:00
Takeshi KOMIYA 7806a92e3d Migrate to py3 style type annotation: sphinx.ext.autosectionlabel 2019-07-04 11:49:09 +09:00
Takeshi KOMIYA c68664ae70 Migrate to py3 style type annotation: sphinx.ext.viewcode 2019-07-04 11:49:09 +09:00
Takeshi KOMIYA 3891956324 Migrate to py3 style type annotation: sphinx.ext.todo 2019-07-04 11:49:09 +09:00
Takeshi KOMIYA 6a9b6d20dc Migrate to py3 style type annotation: sphinx.ext.jsmath 2019-07-04 11:49:09 +09:00
Takeshi KOMIYA 31f93f38dc Migrate to py3 style type annotation: sphinx.ext.ifconfig 2019-07-04 11:49:09 +09:00
Takeshi KOMIYA dcff6d7cbc Migrate to py3 style type annotation: sphinx.ext.doctest 2019-07-04 11:49:09 +09:00
Takeshi KOMIYA f82d6c429b Migrate to py3 style type annotation: sphinx.ext.autosummary 2019-07-04 11:49:09 +09:00
Takeshi KOMIYA e3eb0cc95d Migrate to py3 style type annotation: sphinx.ext.autosummary.generate 2019-07-04 01:10:15 +09:00
Takeshi KOMIYA f0579fcd4a Migrate to py3 style type annotation: sphinx.ext.napoleon.iterators 2019-07-04 01:10:15 +09:00
Takeshi KOMIYA 0a98664866 Migrate to py3 style type annotation: sphinx.ext.napoleon.docstring 2019-07-04 01:10:15 +09:00
Takeshi KOMIYA c270efccd7 Migrate to py3 style type annotation: sphinx.ext.napoleon 2019-07-04 01:10:15 +09:00
Takeshi KOMIYA dd9d02007c Migrate to py3 style type annotation: sphinx.ext.inheritance_diagram 2019-07-04 01:10:15 +09:00
Takeshi KOMIYA 3a74ef89b3 Migrate to py3 style type annotation: sphinx.ext.imgmath 2019-07-04 01:10:15 +09:00
Takeshi KOMIYA 404e15a57d refactor: Separate HTMLBuilder.copy_static_files() to sub methods 2019-07-01 01:24:53 +09:00
Takeshi KOMIYA d85f52af43 Merge branch '2.0' 2019-07-01 01:20:00 +09:00
Takeshi KOMIYA e25d77e999 Merge pull request #6534 from tk0miya/refactor_type_annotation_ext
Migrate to py3 style type annotation: sphinx.ext (Part 1)
2019-07-01 01:14:03 +09:00
Takeshi KOMIYA 0832291883 Migrate to py3 style type annotation: sphinx.ext.coverage 2019-07-01 01:02:04 +09:00
Takeshi KOMIYA eb07a0fee1 Migrate to py3 style type annotation: sphinx.ext.linkcode 2019-07-01 01:02:04 +09:00
Takeshi KOMIYA 4ba8518117 Migrate to py3 style type annotation: sphinx.ext.githubpages 2019-07-01 01:02:04 +09:00
Takeshi KOMIYA d57e338510 Migrate to py3 style type annotation: sphinx.ext.intersphinx 2019-07-01 01:02:04 +09:00
Takeshi KOMIYA 8c946570dc Migrate to py3 style type annotation: sphinx.ext.graphviz 2019-07-01 01:02:04 +09:00
Takeshi KOMIYA e67f5db296 Migrate to py3 style type annotation: sphinx.ext.autodoc.mock 2019-07-01 01:02:04 +09:00
Takeshi KOMIYA d057c5e6d7 Migrate to py3 style type annotation: sphinx.ext.autodoc.directive 2019-07-01 01:02:04 +09:00
Takeshi KOMIYA 728bf8c9d8 Migrate to py3 style type annotation: sphinx.ext.autodoc.importer 2019-07-01 01:02:04 +09:00
Takeshi KOMIYA 22fd569f9b Migrate to py3 style type annotation: sphinx.ext.autodoc 2019-07-01 01:02:03 +09:00
Takeshi KOMIYA ad81d788f9 Migrate to py3 style type annotation: sphinx.ext.mathjax 2019-07-01 00:31:31 +09:00
Takeshi KOMIYA c0b267b5a6 Migrate to py3 style type annotation: sphinx.ext.mathbase 2019-07-01 00:31:31 +09:00
Takeshi KOMIYA 30ddf70742 Migrate to py3 style type annotation: sphinx.ext.imgconverter 2019-07-01 00:31:31 +09:00
Takeshi KOMIYA 462902aea6 Migrate to py3 style type annotation: sphinx.ext.extlinks 2019-07-01 00:31:31 +09:00
Takeshi KOMIYA 0c721434a0 Migrate to py3 style type annotation: sphinx.ext.apidoc 2019-07-01 00:31:31 +09:00
Takeshi KOMIYA 75477633b6 Merge branch '2.0' 2019-07-01 00:29:51 +09:00
Takeshi KOMIYA 95723aa6f6 Fix flake8 violations 2019-07-01 00:28:30 +09:00
Takeshi KOMIYA b5f7d08ec7 Merge pull request #6532 from tk0miya/6531_failed_loading_pickled_env
Fix #6531: Failed to load last environment object when extension added
2019-07-01 00:26:14 +09:00
Takeshi KOMIYA cb7e2a9dea Merge pull request #6537 from tk0miya/refactor_domain
refactor: Add data accessors to CDomain, ChangesetDomain and JavaScriptDomain
2019-06-30 15:34:40 +09:00
Takeshi KOMIYA d615eff08e Fix #6531: Failed to load last environment object when extension added 2019-06-30 15:21:13 +09:00
Takeshi KOMIYA 05949f8347 Merge pull request #6535 from tk0miya/refactor_type_annotation_cmd
Migrate to py3 style type annotation: sphinx.cmd
2019-06-30 15:17:19 +09:00
Takeshi KOMIYA 27be7c2d0d Merge pull request #6538 from tk0miya/progress_message3
html: refactor with progress_message()
2019-06-30 15:15:25 +09:00
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 ebac9b22d1 refactor: Add data accessors to JavaScriptDomain 2019-06-30 02:37:30 +09:00
Takeshi KOMIYA 4655489a5b refactor: Add data accessors to ChangesetDomain 2019-06-30 02:37:29 +09:00
Takeshi KOMIYA e42d546685 refactor: Add data accessors to CDomain 2019-06-30 02:37:29 +09:00
Takeshi KOMIYA 231bde7461 html: refactor with progress_message() 2019-06-30 02:34:25 +09:00
Takeshi KOMIYA a2c052475f Merge pull request #6536 from tk0miya/6475_overridable_add_autodocumenter
Close #6475: Add override argument to app.add_autodocumenter()
2019-06-30 01:50:00 +09:00
Takeshi KOMIYA 0ff514743f Close #6475: Add override argument to app.add_autodocumenter() 2019-06-30 01:41:15 +09:00
Takeshi KOMIYA 9148b6e653 Migrate to py3 style type annotation: sphinx.cmd.make_mode 2019-06-30 01:27:43 +09:00
Takeshi KOMIYA 5cc5c53435 Migrate to py3 style type annotation: sphinx.cmd.quickstart 2019-06-30 01:27:43 +09:00
Takeshi KOMIYA fdc2bee7d3 Migrate to py3 style type annotation: sphinx.cmd.build 2019-06-30 01:27:43 +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 f4bbc33f1a format_date(): use "aware" local datetime by default (refs: #6528)
This gives system timezone information to default value of
``format_date()``.  And it does not modifies the timestamp to UTC.
2019-06-29 10:38:19 +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