summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump http-proxy from 1.17.0 to 1.18.1dependabot/npm_and_yarn/http-proxy-1.18.1dependabot[bot]2020-09-061-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-1Takeshi KOMIYA2020-09-041-5/+5
|\ | | | | Fix some broken links
| * Fix some broken linksPatrick Decat2020-09-031-5/+5
|/
* Merge pull request #8162 from faaxm/docs-fix-typoTakeshi KOMIYA2020-09-021-1/+1
|\ | | | | Fixes minor typo in quickstart.rst
| * Fixes minor typo in quickstart.rstFalko Axmann2020-08-301-1/+1
|/
* Merge pull request #8144 from tk0miya/8143_autodoc_default_value_FalseTakeshi KOMIYA2020-08-302-2/+7
|\ | | | | Fix #8143: AttributeError if autodoc_default_options contains False
| * Fix #8143: AttributeError if autodoc_default_options contains FalseTakeshi KOMIYA2020-08-222-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-1Takeshi KOMIYA2020-08-301-1/+1
|\ \ | | | | | | Fix comment end string in LaTeXRenderer
| * | Fix comment end string in LaTeXRendererKai Welke2020-08-231-1/+1
| | | | | | | | | Fix bug introduced by commit 5f82825e27 in `self.env.comment_end_string`
* | | Merge pull request #8153 from domdfcoding/fix-typosTakeshi KOMIYA2020-08-302-2/+2
|\ \ \ | |/ / |/| | Fix typos
| * | Fix typo'd comment in SphinxComponentRegistry.add_html_math_renderer()Dominic Davis-Foster2020-08-251-1/+1
| | |
| * | Fix typo in warning emitted from Sphinx.add_lexer()Dominic Davis-Foster2020-08-251-1/+1
|/ /
* | Merge pull request #8140 from chrisjsewell/docs/execution-processTakeshi KOMIYA2020-08-221-7/+8
|\ \ | | | | | | 📚 DOCS: Improve build process overview
| * | Correct numbersChris Sewell2020-08-211-6/+5
| | |
| * | 📚 DOCS: Improve build process overviewChris Sewell2020-08-201-1/+3
| | |
* | | Merge pull request #8130 from yves-chevallier/stackoverflowTakeshi KOMIYA2020-08-162-1/+8
|\ \ \ | |_|/ |/| | Stackoverflow
| * | Add rubric in Getting helpYves Chevallier2020-08-151-0/+4
| | |
| * | Invite users to ask their questions on StackoverflowYves Chevallier2020-08-151-1/+4
|/ /
* | Merge branch '3.2.x' into 3.xTakeshi KOMIYA2020-08-142-3/+24
|\ \
| * | Bump versionTakeshi KOMIYA2020-08-142-3/+24
| | |
* | | Merge tag 'v3.2.1' into 3.xTakeshi KOMIYA2020-08-145-17/+42
|\ \ \ | |/ /
| * | Bump to 3.2.1 finalv3.2.1Takeshi KOMIYA2020-08-142-38/+5
| | |
| * | Merge pull request #8108 from tk0miya/8099_NameError_for_TYPE_CHECKINGTakeshi KOMIYA2020-08-144-0/+37
| |\ \ | | | | | | | | Fix #8099: autodoc: NameError is raised when script uses TYPE_CHECKING
| | * \ Merge branch '3.2.x' into 8099_NameError_for_TYPE_CHECKINGTakeshi KOMIYA2020-08-146-14/+47
| | |\ \ | | |/ / | |/| |
| | * | Fix #8099: autodoc: NameError is raised when script uses TYPE_CHECKINGTakeshi KOMIYA2020-08-134-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.xTakeshi KOMIYA2020-08-1410-49/+124
|\ \ \ \ | |/ / /
| * | | Merge pull request #8117 from jakobandersen/c_cpp_function_attributesJakob Lykke Andersen2020-08-136-14/+44
| |\ \ \ | | | | | | | | | | C and C++, parsing function attributes
| | * | | C and C++, parsing function attributesJakob Lykke Andersen2020-08-136-14/+44
| |/ / / | | | | | | | | | | | | Fixes sphinx-doc/sphinx#8114
| * | | Merge pull request #8113 from jakobandersen/cpp_template_templateJakob Lykke Andersen2020-08-133-0/+3
| |\ \ \ | | |/ / | |/| | C++, fix template template parameter parsing
| | * | C++, fix template template parameter parsingJakob Lykke Andersen2020-08-133-0/+3
| |/ / | | | | | | | | | https://github.com/sphinx-doc/sphinx/pull/8037#issuecomment-673511490
| * | Update CHANGES for PR #8095Takeshi KOMIYA2020-08-131-0/+5
| | |
| * | Merge pull request #8095 from keewis/toggle-preprocessorTakeshi KOMIYA2020-08-133-35/+64
| |\ \ | | | | | | | | add a setting to enable / disable the numpy type preprocessor
| | * | default to False and update the testsKeewis2020-08-122-32/+34
| | | |
| | * | fix a typoKeewis2020-08-101-1/+1
| | | |
| | * | only preprocess if the preprocessor is enabledKeewis2020-08-102-5/+27
| | | |
| | * | add a setting to disable the type preprocessorKeewis2020-08-101-1/+6
| | | |
| * | | Merge pull request #8092 from tk0miya/8085_AttributeError_on_get_type_hintsTakeshi KOMIYA2020-08-122-0/+8
| |\ \ \ | | |/ / | |/| | Fix #8091: autodoc: AttributeError is raised on documenting an attribute
| | * | Fix #8091: autodoc: AttributeError is raised on documenting an attributeTakeshi KOMIYA2020-08-102-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.xTakeshi KOMIYA2020-08-102-0/+8
| |\ \
* | | | Update CHANGES for PR #8058Takeshi KOMIYA2020-08-141-0/+1
| | | |
* | | | Merge pull request #8058 from nijel/single-domainTakeshi KOMIYA2020-08-144-3/+29
|\ \ \ \ | | | | | | | | | | i18n: Add support for having single text domain
| * | | | i18n: Add support for having single text domainMichal Čihař2020-08-074-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_pylintTakeshi KOMIYA2020-08-143-315/+0
|\ \ \ \ | | | | | | | | | | Remove pylint task
| * | | | Remove pylint taskTakeshi KOMIYA2020-08-103-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-logTakeshi KOMIYA2020-08-141-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Color pytest output log
| * | | | | fixharupy2020-08-141-1/+2
| | | | | |
| * | | | | Color pytest output logharupy2020-08-141-1/+1
|/ / / / /
* | | | | Update CHANGES for PR #8102Takeshi KOMIYA2020-08-131-0/+3
| | | | |
* | | | | Merge pull request #8102 from yves-chevallier/locationTakeshi KOMIYA2020-08-134-9/+9
|\ \ \ \ \ | | | | | | | | | | | | Use current node location in case of error (related to #8093)
| * | | | | Use node as locationYves Chevallier2020-08-124-9/+9
|/ / / / /