Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | napoleon: simplify seealso transformationcleanup_napoleon | Takeshi KOMIYA | 2020-10-30 | 1 | -4/+3 |
| | |||||
* | napoleon: Remove unused function | Takeshi KOMIYA | 2020-10-30 | 1 | -19/+0 |
| | |||||
* | Update CHANGES for PR #8051 | Takeshi KOMIYA | 2020-10-30 | 1 | -0/+1 |
| | |||||
* | Merge pull request #8051 from keewis/fix-see_also | Takeshi KOMIYA | 2020-10-30 | 2 | -27/+74 |
|\ | | | | | use the obj role for all See Also items | ||||
| * | always use :obj: instead of searching the inventory | Keewis | 2020-08-07 | 2 | -62/+5 |
| | | |||||
| * | translate the functions before attempting to find a matching role | Keewis | 2020-08-06 | 2 | -0/+54 |
| | | |||||
| * | ignore the mypy error on possibly failing attribute lookup | Keewis | 2020-08-06 | 1 | -1/+1 |
| | | |||||
| * | fix the tests by falling back to a empty dict on AttributeError | Keewis | 2020-08-04 | 2 | -1/+27 |
| | | |||||
| * | search the role for See Also items in the intersphinx inventory | Keewis | 2020-08-04 | 1 | -0/+24 |
| | | |||||
* | | Merge pull request #8282 from tk0miya/7785_autodoc_typehints_none_for_overloads | Takeshi KOMIYA | 2020-10-28 | 3 | -3/+56 |
|\ \ | | | | | | | Fix #7785: autodoc_typehints=none does not effect to overloads | ||||
| * \ | Merge branch '3.x' into 7785_autodoc_typehints_none_for_overloads | Takeshi KOMIYA | 2020-10-28 | 17 | -20/+80 |
| |\ \ | |/ / |/| | | |||||
* | | | Update CHANGES for PR #8304 | Takeshi KOMIYA | 2020-10-28 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #8304 from hoefling/master | Takeshi KOMIYA | 2020-10-28 | 2 | -2/+15 |
|\ \ \ | | | | | | | | | Register public markers in sphinx.testing.fixtures | ||||
| * | | | change markers list name to DEFAULT_ENABLED_MARKERS | oleg.hoefling | 2020-10-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com> | ||||
| * | | | rename public markers to default markers | oleg.hoefling | 2020-10-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com> | ||||
| * | | | more meaningful name for the public markers list | oleg.hoefling | 2020-10-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com> | ||||
| * | | | move registration of public markers to sphinx.testing.fixtures | oleg.hoefling | 2020-10-25 | 2 | -2/+15 |
| | | | | | | | | | | | | | | | | Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com> | ||||
* | | | | Update CHANGES for PR #8316 | Takeshi KOMIYA | 2020-10-28 | 1 | -0/+1 |
| | | | | |||||
* | | | | Update CHANGES for PR #8333 | Takeshi KOMIYA | 2020-10-28 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge pull request #8316 from foster999/patch-1 | Takeshi KOMIYA | 2020-10-28 | 1 | -2/+3 |
|\ \ \ \ | | | | | | | | | | | Prevent arrow keys changing page when button elements are focused | ||||
| * | | | | Prevent arrow key changing page on buttons | David Foster | 2020-10-14 | 1 | -2/+3 |
| | | | | | |||||
* | | | | | Merge pull request #8333 from mgeier/theme-css-after-pygments | Takeshi KOMIYA | 2020-10-27 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Override Pygments CSS with theme CSS | ||||
| * | | | | | Override Pygments CSS with theme CSS | Matthias Geier | 2020-10-24 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #8340 from tk0miya/8298_quickstart_no-sep_option | Takeshi KOMIYA | 2020-10-27 | 3 | -1/+8 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix #8298: sphinx-quickstart: Add `sphinx-quickstart --no-sep` option | ||||
| * | | | | | | Fix #8298: sphinx-quickstart: Add :option:`sphinx-quickstart --no-sep` option | Takeshi KOMIYA | 2020-10-26 | 3 | -1/+8 |
| | | | | | | | |||||
* | | | | | | | Update CHANGES for PR #8343 | Takeshi KOMIYA | 2020-10-27 | 1 | -0/+1 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #8343 from janvojt/bug/unnecessary-load-of-images-in-search | Takeshi KOMIYA | 2020-10-27 | 1 | -4/+4 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Fix unnecessary load of images when parsing the document text for search function. | ||||
| * | | | | | | Fix unnecessary load of images when parsing the document text for search ↵ | Jan Vojt | 2020-10-27 | 1 | -4/+4 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | function. The issue was, that when searching, new element with all the HTML content was created. This caused loading of all images in the background. However, in the end, these images are stripped from search result anyway, so there is no point in loading them. In cases where images were included in HTML files in a different directory from search.html, this behaviour was even causing 404 errors because of wrong relative URLs. This commit fixes the issue by creating virtual document and using that as the owner document of temporary meta-element used for searching and parsing purposes. The virtual owner document causes browser to not load the images. | ||||
* | | | | | | Update CHANGES for PR #8216 | Takeshi KOMIYA | 2020-10-26 | 1 | -0/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #8216 from glikely/fix-oneside-latex | Takeshi KOMIYA | 2020-10-26 | 2 | -6/+10 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Fix 'oneside' latex build warnings | ||||
| * | | | | | Merge branch '3.x' into fix-oneside-latex | Jean-François B | 2020-10-23 | 127 | -296/+784 |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | |||||
| * | | | | | Fix 'oneside' latex output | Grant Likely | 2020-09-16 | 2 | -6/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sphinx.sty had an FIXME bug where documents with the 'oneside' option would output lots of the following warnings when building the document: Package Fancyhdr Warning: \fancyfoot's `E' option without twoside option is useless on input line 309. Fix the problem by using \if@twoside around the offending tex code that tries to set format for the even pages. 'Even' pages don't exist on oneside builds, which causes the warning to be emitted. Fixes: #8215 | ||||
* | | | | | | Update CHANGES for PR #8338 | Takeshi KOMIYA | 2020-10-25 | 1 | -0/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #8338 from mgeier/autodoc-slots-str | Takeshi KOMIYA | 2020-10-25 | 3 | -1/+16 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | autodoc: check whether __slots__ is a str | ||||
| * | | | | | | autodoc: Add test for single-string __slots__ | Matthias Geier | 2020-10-25 | 2 | -0/+12 |
| | | | | | | | |||||
| * | | | | | | autodoc: check whether __slots__ is a str | Matthias Geier | 2020-10-24 | 1 | -1/+4 |
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | Closes #8294. | ||||
* | | | | | | Update CHANGES for PR #8323 | Takeshi KOMIYA | 2020-10-25 | 1 | -0/+2 |
| | | | | | | |||||
* | | | | | | Merge pull request #8332 from sphinx-doc/8321_linkcheck_tel_links | Takeshi KOMIYA | 2020-10-25 | 2 | -1/+2 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix #8321: linkcheck: ``tel:`` schema hyperlinks are detected as errors | ||||
| * | | | | | | Fix #8321: linkcheck: ``tel:`` schema hyperlinks are detected as errors8321_linkcheck_tel_links | Takeshi KOMIYA | 2020-10-24 | 2 | -1/+2 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #8334 from mgeier/doc-favicon | Takeshi KOMIYA | 2020-10-25 | 2 | -0/+9 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | DOC: Add favicon | ||||
| * | | | | | | | DOC: Add favicon | Matthias Geier | 2020-10-24 | 2 | -0/+9 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #8320 from mgeier/linenos-user-select | Takeshi KOMIYA | 2020-10-25 | 2 | -0/+2 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | basic CSS: disable "user-select" on span.linenos | ||||
| * | | | | | | | Add CHANGES for #8320 | Matthias Geier | 2020-10-24 | 1 | -0/+1 |
| | | | | | | | | |||||
| * | | | | | | | basic CSS: disable "user-select" on span.linenos | Matthias Geier | 2020-10-24 | 1 | -0/+1 |
| |/ / / / / / | |||||
* | | | | | | | Merge pull request #8335 from jdufresne/typo | Takeshi KOMIYA | 2020-10-25 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Fix docs typo: "the builder builders" → "builders" | ||||
| * | | | | | | Fix docs type: "the builder builders" → "builders" | Jon Dufresne | 2020-10-24 | 1 | -2/+2 |
|/ / / / / / | |||||
| | | | * | | Fix #7785: autodoc_typehints=none does not effect to overloads | Takeshi KOMIYA | 2020-10-24 | 3 | -3/+56 |
| |_|_|/ / |/| | | | | |||||
* | | | | | Merge pull request #8289 from graingert/allow-to-suppress-duplicated-toc | Takeshi KOMIYA | 2020-10-24 | 3 | -1/+13 |
|\ \ \ \ \ | | | | | | | | | | | | | Allow to suppress "duplicated toc entry" warnings from epub builder | ||||
| * | | | | | wrap CHANGES at 85 cols | Thomas Grainger | 2020-10-05 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Apply suggestions from code review | Thomas Grainger | 2020-10-05 | 2 | -2/+1 |
| | | | | | |