Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove debug print9864_mathjax_loading_method | Takeshi KOMIYA | 2021-11-22 | 1 | -1/+0 |
| | |||||
* | Fix #9864: mathjax: Failed to render equations via MathJax v2 | Takeshi KOMIYA | 2021-11-21 | 1 | -2/+10 |
| | | | | | | | | | 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. | ||||
* | Fix #9838: autodoc: AttributeError is raised for lru_cache | Takeshi KOMIYA | 2021-11-21 | 1 | -2/+11 |
| | |||||
* | Bump version | Takeshi KOMIYA | 2021-11-11 | 1 | -3/+3 |
| | |||||
* | Bump to 4.3.0 finalv4.3.0 | Takeshi KOMIYA | 2021-11-11 | 1 | -2/+2 |
| | |||||
* | Fix the type of deprecation warning for get_signature_prefix (refs: #9833) | Takeshi KOMIYA | 2021-11-11 | 1 | -2/+2 |
| | |||||
* | Merge pull request #9833 from jakobandersen/py_get_signature_prefix | Takeshi KOMIYA | 2021-11-11 | 1 | -1/+11 |
|\ | | | | | Make fallback for changed get_signature_prefix() | ||||
| * | Use warnings.warn and deprecation warning | Jakob Lykke Andersen | 2021-11-09 | 1 | -4/+6 |
| | | |||||
| * | Fix lint errors | Jakob Lykke Andersen | 2021-11-09 | 1 | -4/+6 |
| | | |||||
| * | Make fallback for changed get_signature_prefix() | Jakob Lykke Andersen | 2021-11-09 | 1 | -1/+7 |
| | | | | | | | | Fixes sphinx-doc/sphinx#9832 | ||||
* | | Merge pull request #9628 from ↵ | Takeshi KOMIYA | 2021-11-10 | 1 | -16/+19 |
|\ \ | | | | | | | | | | | | | tk0miya/9623_suppress_warnings_for_excluded_document_in_toctree Close #9623: Allow to suppress warnings on excluded document found in toctree | ||||
| * \ | Merge branch '4.x' into 9623_suppress_warnings_for_excluded_document_in_toctree | Takeshi KOMIYA | 2021-11-10 | 173 | -9482/+9769 |
| |\ \ | |||||
| * | | | Fix #9623: Separate warning type 'toc.not_readable' to 'toc.excluded' | Takeshi KOMIYA | 2021-11-10 | 1 | -1/+3 |
| | | | | |||||
| * | | | Close #9623: Allow to suppress warnings on excluded document found in toctree | Takeshi KOMIYA | 2021-09-12 | 1 | -1/+2 |
| | | | | |||||
| * | | | Fix i18n: messages in sphinx.directives.other are not translated | Takeshi KOMIYA | 2021-09-12 | 1 | -7/+7 |
| | | | | |||||
| * | | | refactor: Use logger.warning() instead of reporter.warning() | Takeshi KOMIYA | 2021-09-12 | 1 | -13/+13 |
| | | | | |||||
* | | | | Merge pull request #9828 from tk0miya/9618_gettext_allow_fuzzy_translations | Takeshi KOMIYA | 2021-11-10 | 4 | -4/+7 |
|\ \ \ \ | |_|/ / |/| | | | Close #9618: i18n: Add gettext_allow_fuzzy_translations | ||||
| * | | | Close #9618: i18n: Add gettext_allow_fuzzy_translations | Takeshi KOMIYA | 2021-11-10 | 4 | -4/+7 |
| | | | | |||||
* | | | | 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 | 2 | -4/+4 |
|/ / | | | | | | | | | | | | | 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 | ||||
* | | Update message catalogs | tk0miya | 2021-11-07 | 121 | -2389/+2389 |
| | | |||||
* | | Merge pull request #9799 from tk0miya/9781_autodoc_preserve_hexadecimal | Takeshi KOMIYA | 2021-11-01 | 1 | -5/+33 |
|\ \ | | | | | | | Fix #9781: autodoc_preserve_defaults does not support hexadecimal | ||||
| * | | Fix #9781: autodoc_preserve_defaults does not support hexadecimal | Takeshi KOMIYA | 2021-10-31 | 1 | -5/+33 |
| | | | |||||
* | | | rename intersphinx_disabled_{refs -> reftypes} | Jakob Lykke Andersen | 2021-10-31 | 1 | -5/+5 |
| | | | | | | | | | | | | And change format for domains to {name}:* | ||||
* | | | intersphinx_disabled_refs, hard-code honor_disabled_refs in one more function | Jakob Lykke Andersen | 2021-10-31 | 1 | -3/+2 |
| | | | |||||
* | | | ntersphinx_disabled_refs, type rename | Jakob Lykke Andersen | 2021-10-31 | 2 | -4/+4 |
| | | | |||||
* | | | 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 | -15/+24 |
| | | | |||||
* | | | Remove intersphinx_disabled_domains from quickstart | Jakob Lykke Andersen | 2021-10-31 | 1 | -3/+0 |
| | | | |||||
* | | | Add intersphinx_disabled_domains | Jakob Lykke Andersen | 2021-10-31 | 2 | -11/+32 |
| | | | | | | | | | | | | | | | Fixes sphinx-doc/sphinx#2068 Replaces sphinx-doc/sphinx#8981 | ||||
* | | | Intersphinx, refactoring | Jakob Lykke Andersen | 2021-10-31 | 2 | -96/+180 |
| | | | | | | | | | | | | Also, when a reference is unresolved, don't strip the inventory prefix. | ||||
* | | | Fix a flake8 warning | Takeshi KOMIYA | 2021-10-31 | 1 | -3/+4 |
| | | | |||||
* | | | Merge pull request #9656 from sdhiscocks/suppress_warning_subtype_none | Takeshi KOMIYA | 2021-10-31 | 1 | -1/+2 |
|\ \ \ | | | | | | | | | Fix issue with warnings without subtype being incorrectly suppressed | ||||
| * | | | Fix issue with warnings without subtype being incorrectly suppressed | Steven Hiscocks | 2021-09-20 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -1/+5 |
|\ \ \ \ | | | | | | | | | | | 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 | -1/+5 |
| | | | | | |||||
* | | | | | Update message catalogs | tk0miya | 2021-10-31 | 25 | -52/+52 |
| | | | | | |||||
* | | | | | Support docutils-0.18: Consume generator of Element.traverse() | Takeshi KOMIYA | 2021-10-31 | 1 | -15/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | The last fix in i18n module was incorrect because it compares the "already consumed" generators. It should compares the lists of nodes. | ||||
* | | | | | Merge pull request #9772 from gibsondan/loggingflush | Takeshi KOMIYA | 2021-10-31 | 1 | -0/+5 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Closes #9733: Fix for logging handler flushing warnings in the middle of the docs build | ||||
| * | | | | Closes #9733: Fix for logging handler flushing warnings in the middle of the ↵ | gibsondan | 2021-10-25 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | build Summary: My project was mysteriously dropping warnings (see https://github.com/sphinx-doc/sphinx/issues/9733 for detailed repro) and I realized that it's becaues it imports libraries like airflow or mlflow that set up loggers automatically when they are imported. This causes this handler to flush even though shouldFlush is set to always return False. A simple workaround is to override flush to be a no-op. Test Plan: Repeat repro steps from #9733 - project now always includes warnings | ||||
* | | | | | Fix #9757: autodoc_inherit_docstrings does not effect to overriden classmethods | Takeshi KOMIYA | 2021-10-30 | 1 | -1/+3 |
| |/ / / |/| | | | |||||
* | | | | Merge branch '4.x' into 9756_classmethod_not_having_func | Takeshi KOMIYA | 2021-10-27 | 148 | -986/+1000 |
|\ \ \ \ | |||||
| * \ \ \ | Merge pull request #9764 from tk0miya/9752_annotated_slots_attribute | Takeshi KOMIYA | 2021-10-27 | 1 | -3/+11 |
| |\ \ \ \ | | | | | | | | | | | | | Fix #9752: autodoc: Failed to detect type annotation for slots attribute | ||||
| | * | | | | Fix #9752: autodoc: Failed to detect type annotation for slots attribute | Takeshi KOMIYA | 2021-10-23 | 1 | -3/+11 |
| | | | | | | |||||
| * | | | | | Support docutils-0.18: Consume iterator of Element.traverse() | Takeshi KOMIYA | 2021-10-27 | 15 | -27/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since 0.18, Element.traverse() returns an iterator instead of intermediate object. As a result, the return value is always considered as truthy value. And it becomes fragile when the caller modifies the doctree on the loop. | ||||
| * | | | | | Update message catalogs | tk0miya | 2021-10-25 | 125 | -945/+945 |
| | | | | | | |||||
| * | | | | | Merge pull request #9765 from mitya57/typo | Takeshi KOMIYA | 2021-10-24 | 2 | -4/+4 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Fix a typo in variable name | ||||
| | * | | | | | Fix a typo in variable name | Dmitry Shachnev | 2021-10-23 | 2 | -4/+4 |
| | | |/ / / | | |/| | | | |||||
| * | | | | | Merge pull request #9737 from ahippo/latex-aggedright | Takeshi KOMIYA | 2021-10-23 | 1 | -1/+1 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | LaTeX: fix '\raggedright' escaping causing "aggedright" text |