summaryrefslogtreecommitdiff
path: root/sphinx
Commit message (Expand)AuthorAgeFilesLines
...
* | Bump to 3.0.0 finalv3.0.0Takeshi KOMIYA2020-04-061-2/+2
* | Fix flake8 errorTakeshi KOMIYA2020-04-051-1/+1
* | Merge branch '2.x' into 3.0.xTakeshi KOMIYA2020-04-052-41/+54
|\ \
| * \ Merge pull request #7222 from terencehonles/fix-functools.__wrapped__-functionsTakeshi KOMIYA2020-03-282-37/+50
| |\ \
| | * | Fix: autodoc: `__wrapped__` functions are not documented correctlyTerence D. Honles2020-02-272-37/+50
* | | | Fix #7409: Convert configuration values on late config-inited eventTakeshi KOMIYA2020-04-057-16/+16
| |_|/ |/| |
* | | Merge branch '3.0.x' into 7401_broken_env-get-outdatedTakeshi KOMIYA2020-04-021-0/+1
|\ \ \
| * | | Fix #7355: autodoc: a signature of cython-function is not recognized wellTakeshi KOMIYA2020-03-311-0/+1
* | | | Fix #7401: Incorrect argument is passed for env-get-outdated handlersTakeshi KOMIYA2020-03-311-1/+1
|/ / /
* | | Merge pull request #7397 from tk0miya/6564_table_widthTakeshi KOMIYA2020-03-301-1/+4
|\ \ \
| * \ \ Merge branch '3.0.x' into 6564_table_widthTakeshi KOMIYA2020-03-308-21/+6976
| |\ \ \
| * | | | Fix html: a width of table was ignored on HTML builder (ref: #6564)Takeshi KOMIYA2020-03-291-1/+4
* | | | | Update message catalogTakeshi KOMIYA2020-03-30108-52/+54
| |/ / / |/| | |
* | | | Merge pull request #7387 from jakobandersen/before_contentTakeshi KOMIYA2020-03-301-0/+10
|\ \ \ \
| * | | | Add ObjectDescription.transform_content()Jakob Lykke Andersen2020-03-291-0/+10
* | | | | Update message catalogTakeshi KOMIYA2020-03-302-0/+6930
* | | | | Fix #7301: epub: duplicated node_ids are generatedTakeshi KOMIYA2020-03-291-11/+12
* | | | | Fix #7301: capital characters are not allowed for node_idTakeshi KOMIYA2020-03-291-3/+3
* | | | | Fix #7219: py:module directive generates incorrect index entryTakeshi KOMIYA2020-03-291-2/+2
* | | | | Fix #7219: py:function directive generates incorrect index entryTakeshi KOMIYA2020-03-291-3/+14
* | | | | Merge pull request #7390 from tk0miya/6477_broken_disabling_xrefTakeshi KOMIYA2020-03-292-2/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix #6477: Escape first "!" in a cross reference linking no longer possibleTakeshi KOMIYA2020-03-282-2/+5
| |/ / /
* | | | Update message catalogsTakeshi KOMIYA2020-03-2952-46410/+51310
|/ / /
* | | C, C++, do not recurse in anon symbols on additionJakob Lykke Andersen2020-03-252-2/+2
* | | Merge pull request #7380 from jakobandersen/cpp_comma_operatorJakob Lykke Andersen2020-03-251-94/+166
|\ \ \
| * | | C++, support pack expansion in template argument listsJakob Lykke Andersen2020-03-251-9/+41
| * | | C++, support comma operator in expressionsJakob Lykke Andersen2020-03-251-48/+90
| * | | C++, improve error messages for template parameter/argument listsJakob Lykke Andersen2020-03-241-37/+35
* | | | C, C++, improve error messages.Jakob Lykke Andersen2020-03-243-18/+37
|/ / /
* | | C, alternative spellings of operatorsJakob Lykke Andersen2020-03-241-14/+31
* | | Merge pull request #7373 from jakobandersen/cpp_alternate_opsJakob Lykke Andersen2020-03-241-28/+48
|\ \ \
| * | | C++, support alternate spellings of operatorsJakob Lykke Andersen2020-03-241-28/+48
* | | | Merge branch '3.0.x' into 7364_autosummary_crashedTakeshi KOMIYA2020-03-251-1/+1
|\ \ \ \ | |/ / /
| * | | Fix #7370: autosummary: raises UnboundLocalError when unknown module givenTakeshi KOMIYA2020-03-251-1/+1
* | | | Fix #7364: autosummary: crashed when autosummary_generate is FalseTakeshi KOMIYA2020-03-231-0/+2
|/ / /
* | | Bump versionTakeshi KOMIYA2020-03-231-3/+3
* | | Bump to 3.0.0 beta1v3.0.0b1Takeshi KOMIYA2020-03-231-3/+3
* | | Merge branch '2.x' into 3.xTakeshi KOMIYA2020-03-221-4/+0
|\ \ \ | |/ /
| * | Fix #7343: Sphinx builds has been slower since 2.4.0 on debug modeTakeshi KOMIYA2020-03-201-4/+0
* | | Merge pull request #7356 from tk0miya/7301_node_idTakeshi KOMIYA2020-03-222-3/+77
|\ \ \
| * | | Fix #7301: Allow . and _ for node_idTakeshi KOMIYA2020-03-222-3/+77
* | | | Merge pull request #7360 from tk0miya/7357_ValueError_on_resizing_SVGTakeshi KOMIYA2020-03-222-6/+32
|\ \ \ \
| * | | | Fix #7357: html: Resizing SVG image fails with ValueErrorTakeshi KOMIYA2020-03-222-6/+32
* | | | | Fix #7331: autodoc: a cython-method is not recognized as a methodTakeshi KOMIYA2020-03-221-1/+2
* | | | | Fix #7331: autodoc: a cython-function is not recognized as a functionTakeshi KOMIYA2020-03-221-1/+2
* | | | | Fix a cyfunction was considered as an attribute descriptorTakeshi KOMIYA2020-03-221-0/+11
|/ / / /
* | | | Merge pull request #7358 from tk0miya/refactor_autodocTakeshi KOMIYA2020-03-221-1/+4
|\ \ \ \
| * | | | refactor: autodoc: Remove needless spaces from blank lineTakeshi KOMIYA2020-03-221-1/+4
* | | | | Merge pull request #7352 from tk0miya/refactor_autosummaryTakeshi KOMIYA2020-03-221-2/+3
|\ \ \ \ \
| * | | | | Deprecate sphinx.ext.autosummary:process_autosummary_toc()Takeshi KOMIYA2020-03-211-2/+3
| | |/ / / | |/| | |