Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #9864: mathjax: Failed to render equations via MathJax v2 | Takeshi KOMIYA | 2021-11-21 | 1 | -2/+26 |
| | | | | | | | | | MathJax library has been loaded via "defer" method since v4.3.0. But it prevents to work MathJax v2. This rollbacks the change and use "async" method as default again. To support changing the loading method, this allows to specify it via mathjax_options. | ||||
* | Merge pull request #9828 from tk0miya/9618_gettext_allow_fuzzy_translations | Takeshi KOMIYA | 2021-11-10 | 1 | -0/+38 |
|\ | | | | | Close #9618: i18n: Add gettext_allow_fuzzy_translations | ||||
| * | Close #9618: i18n: Add gettext_allow_fuzzy_translations | Takeshi KOMIYA | 2021-11-10 | 1 | -0/+38 |
| | | |||||
* | | Merge pull request #9829 from tk0miya/9450_load_mathjax_as_defer | Takeshi KOMIYA | 2021-11-10 | 1 | -1/+1 |
|\ \ | | | | | | | Close #9450: mathjax: Load MathJax via "defer" strategy | ||||
| * | | Close #9450: mathjax: Load MathJax via "defer" strategy | Takeshi KOMIYA | 2021-11-09 | 1 | -1/+1 |
| |/ | | | | | | | | | To allow configure MathJax via static JS file, it should be loaded via "defer" strategy. | ||||
* | | Replace distutils.versions.LooseVersion by packaging.version.Version | Takeshi KOMIYA | 2021-11-07 | 1 | -5/+6 |
|/ | | | | | | | Distutils module are now deprecated and will be removed in Python 3.12. This replaces it by packaging module and reduces the dependency to it. refs: #9820 | ||||
* | Merge pull request #9799 from tk0miya/9781_autodoc_preserve_hexadecimal | Takeshi KOMIYA | 2021-11-01 | 2 | -4/+12 |
|\ | | | | | Fix #9781: autodoc_preserve_defaults does not support hexadecimal | ||||
| * | Fix #9781: autodoc_preserve_defaults does not support hexadecimal | Takeshi KOMIYA | 2021-10-31 | 2 | -4/+12 |
| | | |||||
* | | rename intersphinx_disabled_{refs -> reftypes} | Jakob Lykke Andersen | 2021-10-31 | 1 | -5/+5 |
| | | | | | | | | And change format for domains to {name}:* | ||||
* | | intersphinx_disabled_refs, rename 'all' to '*' | Jakob Lykke Andersen | 2021-10-31 | 1 | -1/+1 |
| | | |||||
* | | Generalize to disable specific refs as well. | Jakob Lykke Andersen | 2021-10-31 | 1 | -13/+25 |
| | | |||||
* | | Add intersphinx_disabled_domains | Jakob Lykke Andersen | 2021-10-31 | 1 | -22/+71 |
| | | | | | | | | | | Fixes sphinx-doc/sphinx#2068 Replaces sphinx-doc/sphinx#8981 | ||||
* | | Intersphinx, refactoring | Jakob Lykke Andersen | 2021-10-31 | 1 | -2/+2 |
| | | | | | | | | Also, when a reference is unresolved, don't strip the inventory prefix. | ||||
* | | Merge pull request #9656 from sdhiscocks/suppress_warning_subtype_none | Takeshi KOMIYA | 2021-10-31 | 1 | -3/+10 |
|\ \ | | | | | | | Fix issue with warnings without subtype being incorrectly suppressed | ||||
| * | | Fix issue with warnings without subtype being incorrectly suppressed | Steven Hiscocks | 2021-09-20 | 1 | -3/+10 |
| | | | | | | | | | | | | | | | | | | | | | This fixes an issue with warnings that have been raised with no subtype being suppressed if a suppress warnings value with a subtype has been set. e.g. all `autodoc` warnings should not be suppressed if `autodoc.import_object` is only set to be suppressed. | ||||
* | | | Merge pull request #9798 from tk0miya/9775_Literal | Takeshi KOMIYA | 2021-10-31 | 1 | -0/+36 |
|\ \ \ | |_|/ |/| | | Fix #9775: py domain: Literal typehint was converted to a cross reference | ||||
| * | | Fix #9775: py domain: Literal typehint was converted to a cross reference | Takeshi KOMIYA | 2021-10-30 | 1 | -0/+36 |
| | | | |||||
* | | | Fix #9757: autodoc_inherit_docstrings does not effect to overriden classmethods | Takeshi KOMIYA | 2021-10-30 | 1 | -0/+19 |
|/ / | |||||
* | | Fix #9752: autodoc: Failed to detect type annotation for slots attribute | Takeshi KOMIYA | 2021-10-23 | 4 | -0/+4 |
| | | |||||
* | | refactor: Node.traverse() will returns generator since 0.18 | Takeshi KOMIYA | 2021-10-10 | 1 | -7/+7 |
| | | |||||
* | | Merge branch '4.x' into 9708_needs_extension_logic | Takeshi KOMIYA | 2021-10-09 | 1 | -1/+1 |
|\ \ | |||||
| * \ | Merge branch '4.x' into 9697_property_with_parens | Takeshi KOMIYA | 2021-10-09 | 1 | -1/+11 |
| |\ \ | |||||
| * \ \ | Merge branch '4.x' into 9697_property_with_parens | Takeshi KOMIYA | 2021-10-09 | 3 | -77/+117 |
| |\ \ \ | |||||
| * | | | | Fix #9697: An index entry with parens was registered for py:method | Takeshi KOMIYA | 2021-10-03 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Fix #9708: needs_extension failed to check double-digit version correctly | Takeshi KOMIYA | 2021-10-09 | 1 | -0/+31 |
| |_|/ / |/| | | | |||||
* | | | | test: Support python-3.11 | Takeshi KOMIYA | 2021-10-09 | 1 | -1/+11 |
| |/ / |/| | | |||||
* | | | Merge pull request #9701 from tk0miya/docutils-0.18 | Takeshi KOMIYA | 2021-10-09 | 1 | -2/+7 |
|\ \ \ | | | | | | | | | Follow new structure of docutils-0.18 | ||||
| * | | | Support docutils-0.18; Meta directive and meta node has moved | Takeshi KOMIYA | 2021-10-03 | 1 | -2/+7 |
| |/ / | |||||
* | | | js/py nodes, update arglist rendering | Jakob Lykke Andersen | 2021-10-03 | 2 | -5/+5 |
| | | | |||||
* | | | js nodes, update name rendering | Jakob Lykke Andersen | 2021-10-03 | 1 | -5/+5 |
| | | | |||||
* | | | js nodes, update display_prefix | Jakob Lykke Andersen | 2021-10-03 | 1 | -2/+4 |
| | | | |||||
* | | | py nodes, isort fix | Jakob Lykke Andersen | 2021-10-02 | 1 | -3/+4 |
| | | | |||||
* | | | py nodes, PyObject anno | Jakob Lykke Andersen | 2021-10-02 | 1 | -7/+8 |
| | | | |||||
* | | | py nodes, PyProperty get_signature_prefix | Jakob Lykke Andersen | 2021-10-02 | 1 | -2/+4 |
| | | | |||||
* | | | py nodes, PyMethod get_signature_prefix | Jakob Lykke Andersen | 2021-10-02 | 1 | -8/+8 |
| | | | |||||
* | | | py nodes, PyClassLike, get_signature_prefix | Jakob Lykke Andersen | 2021-10-02 | 1 | -12/+15 |
| | | | |||||
* | | | py nodes, PyFunction get_signature_prefix | Jakob Lykke Andersen | 2021-10-02 | 1 | -1/+3 |
| | | | |||||
* | | | py nodes, PyProperty | Jakob Lykke Andersen | 2021-10-02 | 1 | -2/+4 |
| | | | |||||
* | | | py nodes, PyAttribute value | Jakob Lykke Andersen | 2021-10-02 | 1 | -1/+5 |
| | | | |||||
* | | | py nodes, PyAttribute type | Jakob Lykke Andersen | 2021-10-02 | 1 | -3/+4 |
| | | | |||||
* | | | py nodes, PyVariable value | Jakob Lykke Andersen | 2021-10-02 | 1 | -1/+6 |
| | | | |||||
* | | | py nodes, PyVariable type | Jakob Lykke Andersen | 2021-10-02 | 1 | -4/+7 |
| | | | |||||
* | | | py nodes, arglist | Jakob Lykke Andersen | 2021-10-02 | 1 | -13/+13 |
| | | | |||||
* | | | py nodes, Tuple | Jakob Lykke Andersen | 2021-10-02 | 1 | -7/+14 |
| | | | |||||
* | | | py nodes, List | Jakob Lykke Andersen | 2021-10-02 | 1 | -1/+3 |
| | | | |||||
* | | | py nodes, BitOr | Jakob Lykke Andersen | 2021-10-02 | 1 | -5/+5 |
|/ / | |||||
* | | don't print file extension twice in linkcheck warnings | oleg.hoefling | 2021-09-27 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com> | ||||
* | | Merge branch '4.x' into 9607_incorrect_orig_bases | Takeshi KOMIYA | 2021-09-27 | 6 | -56/+102 |
|\ \ | |||||
| * \ | Merge branch '4.x' into 9657_qualname_of_mock | Takeshi KOMIYA | 2021-09-27 | 6 | -56/+89 |
| |\ \ | |||||
| | * \ | Merge pull request #9673 from tk0miya/9651_autodoc_typehints_description_target | Takeshi KOMIYA | 2021-09-27 | 1 | -0/+12 |
| | |\ \ | | | | | | | | | | | Fix #9651: autodoc_typehints_description_target was confused by :returns: |