summaryrefslogtreecommitdiff
path: root/sphinx
Commit message (Collapse)AuthorAgeFilesLines
* Fix #7727: autosummary raises PycodeError for namespace python package7727_autosummary_PycodeErrorTakeshi KOMIYA2020-11-091-1/+1
|
* domains: c: fix use of unitialized variableFabio Utzig2020-11-071-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 versionTakeshi KOMIYA2020-11-021-3/+3
|
* Bump to 3.3.0 finalv3.3.0Takeshi KOMIYA2020-11-021-2/+2
|
* Merge branch '3.2.x' into 3.xTakeshi KOMIYA2020-11-013-69/+92
|\
| * Merge pull request #8323 from TheTripleV/patch-13.2.xTakeshi KOMIYA2020-10-251-0/+1
| |\ | | | | | | Linkcheck: Fix broken url not reporting error
| | * Fix broken url not reporting errorVasista Vovveti2020-10-201-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 duplicatesJakob Lykke Andersen2020-10-242-69/+91
| | |
* | | Merge branch '3.x' into 8183Takeshi KOMIYA2020-11-01114-387/+692
|\ \ \
| * \ \ Merge pull request #8351 from sphinx-doc/cleanup_napoleonTakeshi KOMIYA2020-11-011-23/+3
| |\ \ \ | | | | | | | | | | Cleanup napoleon
| | * | | napoleon: simplify seealso transformationcleanup_napoleonTakeshi KOMIYA2020-10-301-4/+3
| | | | |
| | * | | napoleon: Remove unused functionTakeshi KOMIYA2020-10-301-19/+0
| | | | |
| * | | | Merge pull request #8050 from keewis/preprocess-other-sectionsTakeshi KOMIYA2020-10-301-2/+7
| |\ \ \ \ | | |/ / / | |/| | | Preprocess other sections
| | * | | Merge branch '3.x' into preprocess-other-sectionsKeewis2020-08-1818-43/+159
| | |\ \ \
| | * \ \ \ Merge branch '3.x' into preprocess-other-sectionsKeewis2020-08-075-27/+39
| | |\ \ \ \
| | * | | | | make sure the roles are stripped from invalid names, tooKeewis2020-08-061-0/+3
| | | | | | |
| | * | | | | Merge branch '3.x' into preprocess-other-sectionsKeewis2020-08-041-7/+32
| | |\ \ \ \ \
| | * | | | | | apply the type preprocessor only after the check for prefer_typeKeewis2020-08-041-2/+4
| | | | | | | |
| * | | | | | | Merge pull request #8051 from keewis/fix-see_alsoTakeshi KOMIYA2020-10-301-25/+43
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | use the obj role for all See Also items
| | * | | | | | | always use :obj: instead of searching the inventoryKeewis2020-08-071-34/+2
| | | | | | | | |
| | * | | | | | | translate the functions before attempting to find a matching roleKeewis2020-08-061-0/+22
| | | | | | | | |
| | * | | | | | | ignore the mypy error on possibly failing attribute lookupKeewis2020-08-061-1/+1
| | | | | | | | |
| | * | | | | | | fix the tests by falling back to a empty dict on AttributeErrorKeewis2020-08-041-1/+5
| | | | | | | | |
| | * | | | | | | search the role for See Also items in the intersphinx inventoryKeewis2020-08-041-0/+24
| | |/ / / / / /
| * | | | | | | Merge branch '3.x' into 7785_autodoc_typehints_none_for_overloadsTakeshi KOMIYA2020-10-289-16/+41
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge pull request #8304 from hoefling/masterTakeshi KOMIYA2020-10-281-0/+15
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Register public markers in sphinx.testing.fixtures
| | | * | | | | | | change markers list name to DEFAULT_ENABLED_MARKERSoleg.hoefling2020-10-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
| | | * | | | | | | rename public markers to default markersoleg.hoefling2020-10-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
| | | * | | | | | | more meaningful name for the public markers listoleg.hoefling2020-10-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
| | | * | | | | | | move registration of public markers to sphinx.testing.fixturesoleg.hoefling2020-10-251-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
| | * | | | | | | | Merge pull request #8316 from foster999/patch-1Takeshi KOMIYA2020-10-281-2/+3
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Prevent arrow keys changing page when button elements are focused
| | | * | | | | | | | Prevent arrow key changing page on buttonsDavid Foster2020-10-141-2/+3
| | | | | | | | | | |
| | * | | | | | | | | Merge pull request #8333 from mgeier/theme-css-after-pygmentsTakeshi KOMIYA2020-10-271-1/+1
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Override Pygments CSS with theme CSS
| | | * | | | | | | | | Override Pygments CSS with theme CSSMatthias Geier2020-10-241-1/+1
| | | | | | | | | | | |
| | * | | | | | | | | | Merge pull request #8340 from tk0miya/8298_quickstart_no-sep_optionTakeshi KOMIYA2020-10-271-1/+3
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #8298: sphinx-quickstart: Add `sphinx-quickstart --no-sep` option
| | | * | | | | | | | | | Fix #8298: sphinx-quickstart: Add :option:`sphinx-quickstart --no-sep` optionTakeshi KOMIYA2020-10-261-1/+3
| | | | | | | | | | | | |
| | * | | | | | | | | | | Fix unnecessary load of images when parsing the document text for search ↵Jan Vojt2020-10-271-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-latexTakeshi KOMIYA2020-10-261-6/+9
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / | | |/| | | | | | | | | Fix 'oneside' latex build warnings
| | | * | | | | | | | | Merge branch '3.x' into fix-oneside-latexJean-François B2020-10-2393-249/+415
| | | |\ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / | | | | |/| | | | | | |
| | | * | | | | | | | | Fix 'oneside' latex outputGrant Likely2020-09-161-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-strTakeshi KOMIYA2020-10-251-1/+4
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | autodoc: check whether __slots__ is a str
| | | * | | | | | | | | | autodoc: check whether __slots__ is a strMatthias Geier2020-10-241-1/+4
| | | | |_|/ / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #8294.
| | * | | | | | | | | | Merge pull request #8332 from sphinx-doc/8321_linkcheck_tel_linksTakeshi KOMIYA2020-10-251-1/+1
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #8321: linkcheck: ``tel:`` schema hyperlinks are detected as errors
| | | * | | | | | | | | | Fix #8321: linkcheck: ``tel:`` schema hyperlinks are detected as errors8321_linkcheck_tel_linksTakeshi KOMIYA2020-10-241-1/+1
| | | | | | | | | | | | |
| | * | | | | | | | | | | basic CSS: disable "user-select" on span.linenosMatthias Geier2020-10-241-0/+1
| | | |/ / / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Fix #7785: autodoc_typehints=none does not effect to overloadsTakeshi KOMIYA2020-10-241-3/+7
| |/ / / / / / / / / /
| * | | | | | | | | | Merge pull request #8289 from graingert/allow-to-suppress-duplicated-tocTakeshi KOMIYA2020-10-241-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 Grainger2020-10-051-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | builder
| * | | | | | | | | | | Merge pull request #8307 from francoisfreitag/daemonTakeshi KOMIYA2020-10-241-2/+1
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | | Linkcheck: Use Thread daemon argument
| | * | | | | | | | | | Linkcheck: Use Thread daemon argumentFrançois Freitag2020-10-111-2/+1
| | | |_|/ / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of using a separate call.