Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'master' into refactor_latex_footnotes | Takeshi KOMIYA | 2018-05-03 | 1 | -0/+15 | |
|\ \ | ||||||
| * | | refactor: Move env.write_doctree() to Builder._write_doctree() | Takeshi KOMIYA | 2018-05-01 | 1 | -0/+5 | |
| | | | ||||||
| * | | refactor: Move env.read_doc() to Builder._read_doc() | Takeshi KOMIYA | 2018-05-01 | 1 | -0/+5 | |
| | | | ||||||
| * | | Merge branch 'master' into deprecate_highlightlang_directive | Takeshi KOMIYA | 2018-04-29 | 2 | -1/+37 | |
| |\ \ | ||||||
| * | | | Deprecate highlightlang directive | Takeshi KOMIYA | 2018-04-15 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | highlightlang directive is not documented, and marked as old in v0.2. | |||||
* | | | | Merge branch 'master' into refactor_latex_footnotes | Takeshi KOMIYA | 2018-04-29 | 2 | -1/+37 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | Merge branch 'master' into refactor_config | Takeshi KOMIYA | 2018-04-29 | 1 | -0/+5 | |
| |\ \ \ | ||||||
| | * | | | Show warnings for deprecated html_search_options | Takeshi KOMIYA | 2018-04-28 | 1 | -0/+5 | |
| | | | | | ||||||
| * | | | | Merge branch 'master' into refactor_config | Takeshi KOMIYA | 2018-04-28 | 1 | -0/+2 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Merge pull request #4884 from tk0miya/4873_adjust_word-break | Takeshi KOMIYA | 2018-04-22 | 1 | -0/+2 | |
| | |\ \ \ | | | | | | | | | | | | | Fix #4873: Adjust word-break of deprecated-APIs table | |||||
| | | * | | | Fix #4873: Adjust word-break of deprecated-APIs table | Takeshi KOMIYA | 2018-04-22 | 1 | -0/+2 | |
| | | | | | | ||||||
| * | | | | | Rename Config.read_from_py() to Config.read() | Takeshi KOMIYA | 2018-04-28 | 1 | -1/+6 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'master' into refactor_config | Takeshi KOMIYA | 2018-04-22 | 2 | -1/+39 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | Merge pull request #4853 from tk0miya/4810_order_of_transforms | Takeshi KOMIYA | 2018-04-21 | 1 | -0/+5 | |
| | |\ \ \ \ | | | | | | | | | | | | | | | Change processing order of reading a document | |||||
| | | * | | | | Change priority of versioning doctrees | Takeshi KOMIYA | 2018-04-21 | 1 | -0/+5 | |
| | | | |/ / | | | |/| | | ||||||
| | * | | | | Merge pull request #4833 from tk0miya/add_docs_for_ImageConverter | Takeshi KOMIYA | 2018-04-21 | 1 | -0/+3 | |
| | |\ \ \ \ | | | | | | | | | | | | | | | doc: Add ImageConverter to utils | |||||
| | | * | | | | doc: Add ImageConverter to utils | Takeshi KOMIYA | 2018-04-21 | 1 | -0/+3 | |
| | | | | | | | ||||||
| | * | | | | | Update all pypi.python.org URLs to pypi.org | Jon Dufresne | 2018-04-18 | 1 | -1/+1 | |
| | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | For details on the new PyPI, see the blog post: https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html | |||||
| * | | | | | Merge branch 'master' into refactor_config | Takeshi KOMIYA | 2018-04-02 | 1 | -0/+5 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Rename Config.read() to Config.from_conf_py() | Takeshi KOMIYA | 2018-04-01 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Deprecate Config.check_unicode() | Takeshi KOMIYA | 2018-03-29 | 1 | -0/+5 | |
| | | | | | | | ||||||
| * | | | | | | Merge branch 'master' into refactor_config | Takeshi KOMIYA | 2018-03-28 | 1 | -0/+5 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | Deprecate Config.check_types() | Takeshi KOMIYA | 2018-03-24 | 1 | -0/+5 | |
| | | | | | | | | ||||||
| * | | | | | | | Refactor: Add Config.read() as a constructor | Takeshi KOMIYA | 2018-03-23 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To simplify Config.__init__() method, this separates conf.py parsing feature to Config.read() method. This allows to instantiate config object simply. | |||||
* | | | | | | | | Deprecate footnotes helpers | Takeshi KOMIYA | 2018-04-20 | 1 | -0/+25 | |
| |_|_|/ / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #4815 from tk0miya/refine_add_css_file | Takeshi KOMIYA | 2018-04-13 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | Refine adding CSS files | |||||
| * | | | | | | Rename add_stylesheet() to add_css_file() | Takeshi KOMIYA | 2018-04-06 | 1 | -0/+5 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #4804 from tk0miya/add_SphinxDirective | Takeshi KOMIYA | 2018-04-08 | 2 | -0/+20 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Add SphinxDirective class | |||||
| * | | | | | | Add document for utility classes | Takeshi KOMIYA | 2018-03-31 | 2 | -0/+20 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Drop `document.settings.gettext_compact` | Takeshi KOMIYA | 2018-03-30 | 1 | -0/+5 | |
|/ / / / / | ||||||
* | | | | | Merge branch 'master' into add_override_option | Takeshi KOMIYA | 2018-03-29 | 1 | -0/+5 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | Deprecate env._nitpick_ignore | Takeshi KOMIYA | 2018-03-26 | 1 | -0/+5 | |
| |/ / / | ||||||
* | | | | Deprecate app.override_domain() | Takeshi KOMIYA | 2018-03-29 | 1 | -0/+5 | |
|/ / / | ||||||
* | | | Closes #2157: helper function ``warning()`` for HTML themes is added | Takeshi KOMIYA | 2018-03-19 | 1 | -0/+5 | |
| | | | ||||||
* | | | Update deprecation list | Takeshi KOMIYA | 2018-03-15 | 1 | -0/+61 | |
| | | | ||||||
* | | | Merge branch '1.7' | Takeshi KOMIYA | 2018-03-03 | 1 | -0/+126 | |
|\ \ \ | |/ / | ||||||
| * | | doc: Add deprecation list | Takeshi KOMIYA | 2018-03-02 | 1 | -0/+126 | |
| | | | | | | | | | | | | | | | | | | | | | So far, deprecated APIs are only listed as CHANGES entry. But they are not listed in one place. In this change, I gathered them to docs as a list. As a side effect, it makes CHANGES entry simple. | |||||
* | | | Update docs | Takeshi KOMIYA | 2018-02-25 | 3 | -0/+20 | |
| | | | ||||||
* | | | Change interface of add_source_parser() and add add_source_suffix() | Takeshi KOMIYA | 2018-02-21 | 2 | -1/+32 | |
| | | | ||||||
* | | | docs: Add description for attributes of Builder (refs: #4402) | Takeshi KOMIYA | 2018-01-29 | 1 | -0/+3 | |
| | | | ||||||
* | | | Close #4460: extensions should return the version of data structure as metadata | Takeshi KOMIYA | 2018-01-25 | 1 | -0/+7 | |
| | | | ||||||
* | | | doc: Add 'is_parallel_allowed' | Stephen Finucane | 2018-01-21 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | This is an important function and should be documented. Signed-off-by: Stephen Finucane <stephen@that.guru> | |||||
* | | | doc: Reorder 'sphinx.application' docs to match code | Stephen Finucane | 2018-01-21 | 1 | -15/+15 | |
| | | | | | | | | | | | | | | | | | | Use the same ordering to minimize cognitive load. Signed-off-by: Stephen Finucane <stephen@that.guru> | |||||
* | | | doc: Move 'sphinx.application' API docs to code | Stephen Finucane | 2018-01-21 | 1 | -436/+40 | |
| | | | | | | | | | | | | | | | | | | This allows us to do something like 'help(sphinx.application)' in code. Signed-off-by: Stephen Finucane <stephen@that.guru> | |||||
* | | | doc: Rework 'sphinx.application' API documentation | Stephen Finucane | 2018-01-21 | 1 | -92/+161 | |
| | | | | | | | | | | | | Signed-off-by: Stephen Finucane <stephen@that.guru> | |||||
* | | | Merge pull request #4465 from tk0miya/improve_config | Takeshi KOMIYA | 2018-01-21 | 1 | -0/+6 | |
|\ \ \ | | | | | | | | | Improve config | |||||
| * | | | Add config-inited event | Takeshi KOMIYA | 2018-01-20 | 1 | -0/+6 | |
| | | | | ||||||
* | | | | doc: Move sphinx.logging API docs to code | Stephen Finucane | 2018-01-20 | 1 | -22/+5 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Stephen Finucane <stephen@that.guru> | |||||
* | | | | doc: Move sphinx.config API docs to code | Stephen Finucane | 2018-01-20 | 1 | -9/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Once again, we make things a little smarter by using Python domain roles. Signed-off-by: Stephen Finucane <stephen@that.guru> | |||||
* | | | | doc: Move sphinx.errors API docs to code | Stephen Finucane | 2018-01-20 | 1 | -31/+5 | |
|/ / / | | | | | | | | | | | | | | | | | | | This allows us to do something like 'help(sphinx.errors)' in code. We reword the exception descriptions per Python stdlib conventions. Signed-off-by: Stephen Finucane <stephen@that.guru> |