summaryrefslogtreecommitdiff
path: root/sphinx/themes/basic/static
Commit message (Collapse)AuthorAgeFilesLines
* Allow multi-line object description signatures (#11011)TLouf2023-05-111-0/+10
| | | | | Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com> Co-authored-by: Jean-François B <2589111+jfbu@users.noreply.github.com> Co-authored-by: TLouf <loufthomas@gmail.com>
* Revert "Support and prefer ``.jinja`` to ``_t`` for static templates ↵James Addison2023-04-233-0/+0
| | | | | (#11165)" (#11329) This reverts commit 5d13215b58f93c6be8255ef2e3e20836508c7d47.
* Support and prefer ``.jinja`` to ``_t`` for static templates (#11165)James Addison2023-04-073-0/+0
| | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* Happy New Year!Adam Turner2023-01-014-4/+4
|
* Increase minimum Docutils to 0.18Adam Turner2022-09-271-45/+0
|
* Merge branch '5.x'Adam Turner2022-09-253-137/+168
|\ | | | | | | | | | | | | | | | | | | # Conflicts: # CHANGES # doc/conf.py # sphinx/__init__.py # sphinx/builders/html/__init__.py # sphinx/domains/python.py # tests/test_build_html.py
| * Move to localStorage for search highlightingAdam Turner2022-09-242-45/+39
| |
| * Split out `sphinx_highlight.js`Adam Turner2022-09-242-119/+156
| |
| * search: use both title and subtitle only if different (#10848)Martin Liška2022-09-231-1/+1
| |
* | Merge branch '5.x'Adam Turner2022-09-231-2/+20
|\ \ | |/ | | | | | | | | # Conflicts: # setup.py # sphinx/__init__.py
| * Use both title and subtitle name in search results (#10824)Martin Liška2022-09-211-1/+1
| |
| * Support searching for index entries (#10819)Adam Turner2022-09-201-0/+18
| |
| * Use subtitle name in search results (#10814)Martin Liška2022-09-131-2/+2
| |
* | Merge branch '5.x'Adam Turner2022-09-091-2/+25
|\ \ | |/ | | | | | | | | | | | | | | # Conflicts: # setup.py # sphinx/application.py # sphinx/environment/__init__.py # sphinx/ext/autodoc/directive.py # tests/test_build_html.py
| * Save search resul score to HTML element for debugging (#10718)Martin Liška2022-09-091-1/+2
| | | | | | Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
| * search: support searching for (sub)titles (#10717)Martin Liška2022-09-091-1/+23
| | | | | | Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
* | Merge branch '5.x'Adam Turner2022-07-181-6/+4
|\ \ | |/ | | | | | | | | # Conflicts: # sphinx/ext/autodoc/__init__.py # sphinx/writers/html5.py
| * HTML Search: refactoringTakeshi KOMIYA2022-07-181-1/+1
| |
| * HTML Search: Minor errors are emitted on fetching search snipetsTakeshi KOMIYA2022-07-181-3/+1
| |
| * HTML Search: search snipets should not be foldedTakeshi KOMIYA2022-07-181-1/+1
| |
| * HTML Search: HTML tags are displayed as a part of object nameTakeshi KOMIYA2022-07-181-1/+1
| |
* | Merge branch '5.x'Adam Turner2022-07-171-4/+5
|\ \ | |/
| * Fix minor HTML search summary issues (#10548)shiftinv2022-07-121-4/+5
| |
* | Merge branch '5.x'Adam Turner2022-07-101-9/+7
|\ \ | |/
| * Remove empty lines inside selectors in basic.css produced from templateJean-François B2022-07-101-4/+4
| |
| * Use Docutils 0.19 footnote styles (#10599)Adam Turner2022-07-041-5/+3
| |
* | Merge branch '5.x' into masterJean-François B2022-06-302-1/+3
|\ \ | |/ | | | | | | | | | | | | Resolved merge conflicts: sphinx/ext/extlinks.py sphinx/ext/napoleon/docstring.py (and removed from the latter a now unused import for flake8 F401 compliance)
| * Merge branch '5.0.x' into 5.xJean-François B2022-06-301-0/+2
| |\
| | * Fix duplicated field term colons for Docutils 0.18+ (#10595)Jean-François B2022-06-251-0/+2
| | | | | | | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
| * | Fix usage of enable_search_shortcuts theme config value.marxin2022-06-171-1/+1
| |/ | | | | | | The option value is not properly propagated to Java script.
* | Remove deprecated items for Sphinx 6.0 (#10471)Adam Turner2022-06-165-13065/+0
|/
* Move `aside.topic` into the conditional blocksAdam Turner2022-06-071-4/+6
|
* Add `nav.contents` everywhere that `div.topic` is usedAdam Turner2022-06-071-0/+12
|
* Fix double brackets on Docutils 0.18+Adam Turner2022-06-041-0/+2
|
* Add `aside.topic` for Docutils 0.18+Adam Turner2022-05-301-2/+4
|
* Update `basic.css_t` for footnote & citation changesAdam Turner2022-05-221-4/+28
|
* Close #9974: html: Updated jQuery version from 3.5.1 to 3.6.0Takeshi KOMIYA2022-05-072-111/+120
|
* Fix enable_search_shortcuts optionSantos Gallegos2022-05-011-1/+1
|
* Fix terms checkAdam Turner2022-04-181-1/+1
|
* Run prettierAdam Turner2022-04-091-18/+16
|
* Fix highlightingAdam Turner2022-04-091-9/+6
|
* Merge pull request #10153 from stsewd/check-if-search-progress-existsTakeshi KOMIYA2022-04-051-4/+6
|\ | | | | Searchtools: don't assume that all themes define some elements
| * Update sphinx/themes/basic/static/searchtools.jsSantos Gallegos2022-02-071-1/+1
| | | | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
| * Searchtools: don't assume that all themes define some elementsSantos Gallegos2022-01-311-4/+6
| | | | | | | | | | | | | | | | | | | | | | When retrieving a non-existent element, jQuery would still return an object (kind of empty one, so method calls won't raise a null exception), but now `getElementById` will return null and raise an exception when trying to call a method on that value. This mainly affects the rtd theme, which completely overrides the search page https://github.com/readthedocs/sphinx_rtd_theme/blob/d64dadf1ceec4f9ff6c1ca2d3ea4c3d0fdb0e8d2/sphinx_rtd_theme/search.html
* | Merge branch '4.x'Takeshi KOMIYA2022-03-271-4/+0
|\ \
| * | Fix #10277: html search: Could not search short words (ex. "use")Takeshi KOMIYA2022-03-221-4/+0
| | |
* | | Replace `jssplitter` with JavaScriptAdam Turner2022-03-191-1/+15
| | |
* | | Fix object searchAdam Turner2022-03-191-4/+4
| | |
* | | Merge branch 'master' into fix-searchtoolsTakeshi KOMIYA2022-03-201-10/+8
|\ \ \
| * \ \ Merge pull request #10245 from stsewd/fix-shortcutsTakeshi KOMIYA2022-03-141-9/+6
| |\ \ \ | | | | | | | | | | doctools: fix shortcuts