| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix #7727: autosummary raises PycodeError for namespace python package7727_autosummary_PycodeError | Takeshi KOMIYA | 2020-11-09 | 1 | -1/+1 |
| | | |||||
| * | domains: c: fix use of unitialized variable | Fabio Utzig | 2020-11-07 | 1 | -0/+1 |
| | | | | | | | | | _fill_empty was not updating the state with the value of line, so in recursive calls it would fail the assert checking for its own initialization. Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no> | ||||
| * | Bump version | Takeshi KOMIYA | 2020-11-02 | 1 | -3/+3 |
| | | |||||
| * | Bump to 3.3.0 finalv3.3.0 | Takeshi KOMIYA | 2020-11-02 | 1 | -2/+2 |
| | | |||||
| * | Merge branch '3.2.x' into 3.x | Takeshi KOMIYA | 2020-11-01 | 3 | -69/+92 |
| |\ | |||||
| | * | Merge pull request #8323 from TheTripleV/patch-13.2.x | Takeshi KOMIYA | 2020-10-25 | 1 | -0/+1 |
| | |\ | | | | | | | Linkcheck: Fix broken url not reporting error | ||||
| | | * | Fix broken url not reporting error | Vasista Vovveti | 2020-10-20 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Some links are printed as broken but do not error out the build. This issue appeared when include `tel:` links in our build. | ||||
| | * | | C, C++, improve warnings on duplicates | Jakob Lykke Andersen | 2020-10-24 | 2 | -69/+91 |
| | | | | |||||
| * | | | Merge branch '3.x' into 8183 | Takeshi KOMIYA | 2020-11-01 | 114 | -387/+692 |
| |\ \ \ | |||||
| | * \ \ | Merge pull request #8351 from sphinx-doc/cleanup_napoleon | Takeshi KOMIYA | 2020-11-01 | 1 | -23/+3 |
| | |\ \ \ | | | | | | | | | | | Cleanup napoleon | ||||
| | | * | | | 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 |
| | | | | | | |||||
| | * | | | | Merge pull request #8050 from keewis/preprocess-other-sections | Takeshi KOMIYA | 2020-10-30 | 1 | -2/+7 |
| | |\ \ \ \ | | |/ / / | |/| | | | Preprocess other sections | ||||
| | | * | | | Merge branch '3.x' into preprocess-other-sections | Keewis | 2020-08-18 | 18 | -43/+159 |
| | | |\ \ \ | |||||
| | | * \ \ \ | Merge branch '3.x' into preprocess-other-sections | Keewis | 2020-08-07 | 5 | -27/+39 |
| | | |\ \ \ \ | |||||
| | | * | | | | | make sure the roles are stripped from invalid names, too | Keewis | 2020-08-06 | 1 | -0/+3 |
| | | | | | | | | |||||
| | | * | | | | | Merge branch '3.x' into preprocess-other-sections | Keewis | 2020-08-04 | 1 | -7/+32 |
| | | |\ \ \ \ \ | |||||
| | | * | | | | | | apply the type preprocessor only after the check for prefer_type | Keewis | 2020-08-04 | 1 | -2/+4 |
| | | | | | | | | | |||||
| | * | | | | | | | Merge pull request #8051 from keewis/fix-see_also | Takeshi KOMIYA | 2020-10-30 | 1 | -25/+43 |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | use the obj role for all See Also items | ||||
| | | * | | | | | | | always use :obj: instead of searching the inventory | Keewis | 2020-08-07 | 1 | -34/+2 |
| | | | | | | | | | | |||||
| | | * | | | | | | | translate the functions before attempting to find a matching role | Keewis | 2020-08-06 | 1 | -0/+22 |
| | | | | | | | | | | |||||
| | | * | | | | | | | 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 | 1 | -1/+5 |
| | | | | | | | | | | |||||
| | | * | | | | | | | search the role for See Also items in the intersphinx inventory | Keewis | 2020-08-04 | 1 | -0/+24 |
| | | |/ / / / / / | |||||
| | * | | | | | | | Merge branch '3.x' into 7785_autodoc_typehints_none_for_overloads | Takeshi KOMIYA | 2020-10-28 | 9 | -16/+41 |
| | |\ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ | Merge pull request #8304 from hoefling/master | Takeshi KOMIYA | 2020-10-28 | 1 | -0/+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 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com> | ||||
| | | * | | | | | | | | 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 | 1 | -1/+3 |
| | | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -1/+3 |
| | | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | 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. | ||||
| | | * | | | | | | | | | | Merge pull request #8216 from glikely/fix-oneside-latex | Takeshi KOMIYA | 2020-10-26 | 1 | -6/+9 |
| | | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / | | |/| | | | | | | | | | Fix 'oneside' latex build warnings | ||||
| | | | * | | | | | | | | | Merge branch '3.x' into fix-oneside-latex | Jean-François B | 2020-10-23 | 93 | -249/+415 |
| | | | |\ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / | | | | |/| | | | | | | | |||||
| | | | * | | | | | | | | | Fix 'oneside' latex output | Grant Likely | 2020-09-16 | 1 | -6/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| | | * | | | | | | | | | | Merge pull request #8338 from mgeier/autodoc-slots-str | Takeshi KOMIYA | 2020-10-25 | 1 | -1/+4 |
| | | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | autodoc: check whether __slots__ is a str | ||||
| | | | * | | | | | | | | | | autodoc: check whether __slots__ is a str | Matthias Geier | 2020-10-24 | 1 | -1/+4 |
| | | | | |_|/ / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #8294. | ||||
| | | * | | | | | | | | | | Merge pull request #8332 from sphinx-doc/8321_linkcheck_tel_links | Takeshi KOMIYA | 2020-10-25 | 1 | -1/+1 |
| | | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -1/+1 |
| | | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | basic CSS: disable "user-select" on span.linenos | Matthias Geier | 2020-10-24 | 1 | -0/+1 |
| | | | |/ / / / / / / / / | | |/| | | | | | | | | | |||||
| | * | | | | | | | | | | | Fix #7785: autodoc_typehints=none does not effect to overloads | Takeshi KOMIYA | 2020-10-24 | 1 | -3/+7 |
| | |/ / / / / / / / / / | |||||
| | * | | | | | | | | | | Merge pull request #8289 from graingert/allow-to-suppress-duplicated-toc | Takeshi KOMIYA | 2020-10-24 | 1 | -1/+6 |
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Allow to suppress "duplicated toc entry" warnings from epub builder | ||||
| | | * | | | | | | | | | | Fix #8289: Allow to suppress "duplicated ToC entry found" warnings from epub ↵ | Thomas Grainger | 2020-10-05 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | builder | ||||
| | * | | | | | | | | | | | Merge pull request #8307 from francoisfreitag/daemon | Takeshi KOMIYA | 2020-10-24 | 1 | -2/+1 |
| | |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | | | Linkcheck: Use Thread daemon argument | ||||
| | | * | | | | | | | | | | Linkcheck: Use Thread daemon argument | François Freitag | 2020-10-11 | 1 | -2/+1 |
| | | | |_|/ / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of using a separate call. | ||||
