Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump http-proxy from 1.17.0 to 1.18.1dependabot/npm_and_yarn/http-proxy-1.18.1 | dependabot[bot] | 2020-09-06 | 1 | -10/+12 |
| | | | | | | | | Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.0 to 1.18.1. - [Release notes](https://github.com/http-party/node-http-proxy/releases) - [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md) - [Commits](https://github.com/http-party/node-http-proxy/compare/1.17.0...1.18.1) Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | Merge pull request #8171 from pdecat/patch-1 | Takeshi KOMIYA | 2020-09-04 | 1 | -5/+5 |
|\ | | | | | Fix some broken links | ||||
| * | Fix some broken links | Patrick Decat | 2020-09-03 | 1 | -5/+5 |
|/ | |||||
* | Merge pull request #8162 from faaxm/docs-fix-typo | Takeshi KOMIYA | 2020-09-02 | 1 | -1/+1 |
|\ | | | | | Fixes minor typo in quickstart.rst | ||||
| * | Fixes minor typo in quickstart.rst | Falko Axmann | 2020-08-30 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #8144 from tk0miya/8143_autodoc_default_value_False | Takeshi KOMIYA | 2020-08-30 | 2 | -2/+7 |
|\ | | | | | Fix #8143: AttributeError if autodoc_default_options contains False | ||||
| * | Fix #8143: AttributeError if autodoc_default_options contains False | Takeshi KOMIYA | 2020-08-22 | 2 | -2/+7 |
| | | | | | | | | | | autodoc crahses when autodoc_default_options contains False value unexpectedly. After this change, it also accepts False. | ||||
* | | Merge pull request #8149 from kai687/patch-1 | Takeshi KOMIYA | 2020-08-30 | 1 | -1/+1 |
|\ \ | | | | | | | Fix comment end string in LaTeXRenderer | ||||
| * | | Fix comment end string in LaTeXRenderer | Kai Welke | 2020-08-23 | 1 | -1/+1 |
| | | | | | | | | | Fix bug introduced by commit 5f82825e27 in `self.env.comment_end_string` | ||||
* | | | Merge pull request #8153 from domdfcoding/fix-typos | Takeshi KOMIYA | 2020-08-30 | 2 | -2/+2 |
|\ \ \ | |/ / |/| | | Fix typos | ||||
| * | | Fix typo'd comment in SphinxComponentRegistry.add_html_math_renderer() | Dominic Davis-Foster | 2020-08-25 | 1 | -1/+1 |
| | | | |||||
| * | | Fix typo in warning emitted from Sphinx.add_lexer() | Dominic Davis-Foster | 2020-08-25 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #8140 from chrisjsewell/docs/execution-process | Takeshi KOMIYA | 2020-08-22 | 1 | -7/+8 |
|\ \ | | | | | | | 📚 DOCS: Improve build process overview | ||||
| * | | Correct numbers | Chris Sewell | 2020-08-21 | 1 | -6/+5 |
| | | | |||||
| * | | 📚 DOCS: Improve build process overview | Chris Sewell | 2020-08-20 | 1 | -1/+3 |
| | | | |||||
* | | | Merge pull request #8130 from yves-chevallier/stackoverflow | Takeshi KOMIYA | 2020-08-16 | 2 | -1/+8 |
|\ \ \ | |_|/ |/| | | Stackoverflow | ||||
| * | | Add rubric in Getting help | Yves Chevallier | 2020-08-15 | 1 | -0/+4 |
| | | | |||||
| * | | Invite users to ask their questions on Stackoverflow | Yves Chevallier | 2020-08-15 | 1 | -1/+4 |
|/ / | |||||
* | | Merge branch '3.2.x' into 3.x | Takeshi KOMIYA | 2020-08-14 | 2 | -3/+24 |
|\ \ | |||||
| * | | Bump version | Takeshi KOMIYA | 2020-08-14 | 2 | -3/+24 |
| | | | |||||
* | | | Merge tag 'v3.2.1' into 3.x | Takeshi KOMIYA | 2020-08-14 | 5 | -17/+42 |
|\ \ \ | |/ / | |||||
| * | | Bump to 3.2.1 finalv3.2.1 | Takeshi KOMIYA | 2020-08-14 | 2 | -38/+5 |
| | | | |||||
| * | | Merge pull request #8108 from tk0miya/8099_NameError_for_TYPE_CHECKING | Takeshi KOMIYA | 2020-08-14 | 4 | -0/+37 |
| |\ \ | | | | | | | | | Fix #8099: autodoc: NameError is raised when script uses TYPE_CHECKING | ||||
| | * \ | Merge branch '3.2.x' into 8099_NameError_for_TYPE_CHECKING | Takeshi KOMIYA | 2020-08-14 | 6 | -14/+47 |
| | |\ \ | | |/ / | |/| | | |||||
| | * | | Fix #8099: autodoc: NameError is raised when script uses TYPE_CHECKING | Takeshi KOMIYA | 2020-08-13 | 4 | -0/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | `typing.get_type_hints()` raises NameError when the target object contains unresolavable type annotation (ex. TYPE_CHECKING). This handles the exception and use unresolved annotations for type hints. | ||||
* | | | | Merge branch '3.2.x' into 3.x | Takeshi KOMIYA | 2020-08-14 | 10 | -49/+124 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge pull request #8117 from jakobandersen/c_cpp_function_attributes | Jakob Lykke Andersen | 2020-08-13 | 6 | -14/+44 |
| |\ \ \ | | | | | | | | | | | C and C++, parsing function attributes | ||||
| | * | | | C and C++, parsing function attributes | Jakob Lykke Andersen | 2020-08-13 | 6 | -14/+44 |
| |/ / / | | | | | | | | | | | | | Fixes sphinx-doc/sphinx#8114 | ||||
| * | | | Merge pull request #8113 from jakobandersen/cpp_template_template | Jakob Lykke Andersen | 2020-08-13 | 3 | -0/+3 |
| |\ \ \ | | |/ / | |/| | | C++, fix template template parameter parsing | ||||
| | * | | C++, fix template template parameter parsing | Jakob Lykke Andersen | 2020-08-13 | 3 | -0/+3 |
| |/ / | | | | | | | | | | https://github.com/sphinx-doc/sphinx/pull/8037#issuecomment-673511490 | ||||
| * | | Update CHANGES for PR #8095 | Takeshi KOMIYA | 2020-08-13 | 1 | -0/+5 |
| | | | |||||
| * | | Merge pull request #8095 from keewis/toggle-preprocessor | Takeshi KOMIYA | 2020-08-13 | 3 | -35/+64 |
| |\ \ | | | | | | | | | add a setting to enable / disable the numpy type preprocessor | ||||
| | * | | default to False and update the tests | Keewis | 2020-08-12 | 2 | -32/+34 |
| | | | | |||||
| | * | | fix a typo | Keewis | 2020-08-10 | 1 | -1/+1 |
| | | | | |||||
| | * | | only preprocess if the preprocessor is enabled | Keewis | 2020-08-10 | 2 | -5/+27 |
| | | | | |||||
| | * | | add a setting to disable the type preprocessor | Keewis | 2020-08-10 | 1 | -1/+6 |
| | | | | |||||
| * | | | Merge pull request #8092 from tk0miya/8085_AttributeError_on_get_type_hints | Takeshi KOMIYA | 2020-08-12 | 2 | -0/+8 |
| |\ \ \ | | |/ / | |/| | | Fix #8091: autodoc: AttributeError is raised on documenting an attribute | ||||
| | * | | Fix #8091: autodoc: AttributeError is raised on documenting an attribute | Takeshi KOMIYA | 2020-08-10 | 2 | -0/+8 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | Until Python 3.5.2, typing.get_type_hints() raises AttributeError if given object does not have `__code__` attribute. This handles the exception not to crash building documents. Note: The AttributeError was fixed at 3.5.3 refs: https://github.com/python/cpython/commit/991d14fee1805e17647940a2a8cbf4f62f0f09ea | ||||
| * | | Merge branch '8084_KeyError_for_broken_class' into 3.2.x | Takeshi KOMIYA | 2020-08-10 | 2 | -0/+8 |
| |\ \ | |||||
* | | | | Update CHANGES for PR #8058 | Takeshi KOMIYA | 2020-08-14 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge pull request #8058 from nijel/single-domain | Takeshi KOMIYA | 2020-08-14 | 4 | -3/+29 |
|\ \ \ \ | | | | | | | | | | | i18n: Add support for having single text domain | ||||
| * | | | | i18n: Add support for having single text domain | Michal ÄŒihaÅ™ | 2020-08-07 | 4 | -3/+29 |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | The gettext_compact can now be a string which is then a single domain for all documents. Fixes #784 | ||||
* | | | | Merge pull request #8090 from tk0miya/remove_pylint | Takeshi KOMIYA | 2020-08-14 | 3 | -315/+0 |
|\ \ \ \ | | | | | | | | | | | Remove pylint task | ||||
| * | | | | Remove pylint task | Takeshi KOMIYA | 2020-08-10 | 3 | -315/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | At present, pylint has no longer been used in this project. This removes the tasks and files for pylint from repository. | ||||
* | | | | | Merge pull request #8116 from harupy/color-pytest-output-log | Takeshi KOMIYA | 2020-08-14 | 1 | -0/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Color pytest output log | ||||
| * | | | | | fix | harupy | 2020-08-14 | 1 | -1/+2 |
| | | | | | | |||||
| * | | | | | Color pytest output log | harupy | 2020-08-14 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | Update CHANGES for PR #8102 | Takeshi KOMIYA | 2020-08-13 | 1 | -0/+3 |
| | | | | | |||||
* | | | | | Merge pull request #8102 from yves-chevallier/location | Takeshi KOMIYA | 2020-08-13 | 4 | -9/+9 |
|\ \ \ \ \ | | | | | | | | | | | | | Use current node location in case of error (related to #8093) | ||||
| * | | | | | Use node as location | Yves Chevallier | 2020-08-12 | 4 | -9/+9 |
|/ / / / / |