summaryrefslogtreecommitdiff
Commit message (Expand)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
* Merge pull request #8171 from pdecat/patch-1Takeshi KOMIYA2020-09-041-5/+5
|\
| * 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.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 FalseTakeshi KOMIYA2020-08-222-2/+7
* | Merge pull request #8149 from kai687/patch-1Takeshi KOMIYA2020-08-301-1/+1
|\ \
| * | Fix comment end string in LaTeXRendererKai Welke2020-08-231-1/+1
* | | Merge pull request #8153 from domdfcoding/fix-typosTakeshi KOMIYA2020-08-302-2/+2
|\ \ \ | |/ / |/| |
| * | 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
|\ \
| * | 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
|\ \ \ | |_|/ |/| |
| * | 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
| |\ \
| | * \ 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
* | | | 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 attributesJakob Lykke Andersen2020-08-136-14/+44
| |/ / /
| * | | Merge pull request #8113 from jakobandersen/cpp_template_templateJakob Lykke Andersen2020-08-133-0/+3
| |\ \ \ | | |/ / | |/| |
| | * | C++, fix template template parameter parsingJakob Lykke Andersen2020-08-133-0/+3
| |/ /
| * | Update CHANGES for PR #8095Takeshi KOMIYA2020-08-131-0/+5
| * | Merge pull request #8095 from keewis/toggle-preprocessorTakeshi KOMIYA2020-08-133-35/+64
| |\ \
| | * | 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 attributeTakeshi KOMIYA2020-08-102-0/+8
| |/ /
| * | 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 domainMichal Čihař2020-08-074-3/+29
| | |_|/ | |/| |
* | | | Merge pull request #8090 from tk0miya/remove_pylintTakeshi KOMIYA2020-08-143-315/+0
|\ \ \ \
| * | | | Remove pylint taskTakeshi KOMIYA2020-08-103-315/+0
* | | | | Merge pull request #8116 from harupy/color-pytest-output-logTakeshi KOMIYA2020-08-141-0/+1
|\ \ \ \ \
| * | | | | 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 node as locationYves Chevallier2020-08-124-9/+9
|/ / / / /