Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow ``copyright`` to contain multiple entries (#10983) | Stefanie Molin | 2023-05-11 | 1 | -5/+21 |
| | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | ||||
* | Allow multi-line object description signatures (#11011) | TLouf | 2023-05-11 | 2 | -0/+20 |
| | | | | | 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> | ||||
* | Remove HTML 4 support (#11385) | Adam Turner | 2023-04-28 | 1 | -13/+3 |
| | |||||
* | Revert "Support and prefer ``.jinja`` to ``_t`` for static templates ↵ | James Addison | 2023-04-23 | 17 | -0/+0 |
| | | | | | (#11165)" (#11329) This reverts commit 5d13215b58f93c6be8255ef2e3e20836508c7d47. | ||||
* | Create a 'search field' component for themes (#11045) | Tim Hoffmann | 2023-04-21 | 1 | -0/+23 |
| | | | | | | | | | | | | | ``searchfield.html`` is similar to the existing ``searchbox.html``, but does not have the heading "Quick Search". Instead, it uses "Search" as a placeholder text. This gives a cleaner and less cluttered appearance. The searchfield component is added to the basic theme and thus can be used in any derivative theme. It is not used by default for backward compatibility. The searchfield compenent is made the default in the sphinx13 theme. CSS changes ensure that the top of the search field is aligned with the top of the main content. | ||||
* | Support and prefer ``.jinja`` to ``_t`` for static templates (#11165) | James Addison | 2023-04-07 | 17 | -0/+0 |
| | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | ||||
* | Remove obsolete HTML keyword ``link rel="shortcut"`` (#11069) | Rotzbua | 2023-01-01 | 1 | -1/+1 |
| | | | | | | | The link relationship keyword `shortcut` does not appear in the HTML 5 specification [1]. It was used by historic browsers (i.e. Internet Explorer 6) which Sphinx no longer supports. [1]: HTML5 Specification, 4.6.7.8 Link type "icon", https://html.spec.whatwg.org/#rel-icon | ||||
* | Happy New Year! | Adam Turner | 2023-01-01 | 39 | -39/+39 |
| | |||||
* | Increase minimum Docutils to 0.18 | Adam Turner | 2022-09-27 | 10 | -63/+0 |
| | |||||
* | Merge branch '5.x' | Adam Turner | 2022-09-25 | 3 | -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 highlighting | Adam Turner | 2022-09-24 | 2 | -45/+39 |
| | | |||||
| * | Split out `sphinx_highlight.js` | Adam Turner | 2022-09-24 | 2 | -119/+156 |
| | | |||||
| * | search: use both title and subtitle only if different (#10848) | Martin Liška | 2022-09-23 | 1 | -1/+1 |
| | | |||||
* | | Merge branch '5.x' | Adam Turner | 2022-09-23 | 1 | -2/+20 |
|\ \ | |/ | | | | | | | | | # Conflicts: # setup.py # sphinx/__init__.py | ||||
| * | Use both title and subtitle name in search results (#10824) | Martin Liška | 2022-09-21 | 1 | -1/+1 |
| | | |||||
| * | Support searching for index entries (#10819) | Adam Turner | 2022-09-20 | 1 | -0/+18 |
| | | |||||
| * | Use subtitle name in search results (#10814) | Martin Liška | 2022-09-13 | 1 | -2/+2 |
| | | |||||
* | | Merge branch '5.x' | Adam Turner | 2022-09-09 | 2 | -2/+31 |
|\ \ | |/ | | | | | | | | | | | | | | | # 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ška | 2022-09-09 | 1 | -1/+2 |
| | | | | | | Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com> | ||||
| * | search: support searching for (sub)titles (#10717) | Martin Liška | 2022-09-09 | 1 | -1/+23 |
| | | | | | | Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com> | ||||
| * | agogo theme: revert CSS changes related to sidebar (#10787) | Matthias Geier | 2022-08-28 | 1 | -0/+6 |
| | | |||||
* | | Merge branch '5.x' | Adam Turner | 2022-07-18 | 1 | -6/+4 |
|\ \ | |/ | | | | | | | | | # Conflicts: # sphinx/ext/autodoc/__init__.py # sphinx/writers/html5.py | ||||
| * | HTML Search: refactoring | Takeshi KOMIYA | 2022-07-18 | 1 | -1/+1 |
| | | |||||
| * | HTML Search: Minor errors are emitted on fetching search snipets | Takeshi KOMIYA | 2022-07-18 | 1 | -3/+1 |
| | | |||||
| * | HTML Search: search snipets should not be folded | Takeshi KOMIYA | 2022-07-18 | 1 | -1/+1 |
| | | |||||
| * | HTML Search: HTML tags are displayed as a part of object name | Takeshi KOMIYA | 2022-07-18 | 1 | -1/+1 |
| | | |||||
* | | Merge branch '5.x' | Adam Turner | 2022-07-17 | 1 | -4/+5 |
|\ \ | |/ | |||||
| * | Fix minor HTML search summary issues (#10548) | shiftinv | 2022-07-12 | 1 | -4/+5 |
| | | |||||
* | | Merge branch '5.x' | Adam Turner | 2022-07-10 | 1 | -9/+7 |
|\ \ | |/ | |||||
| * | Remove empty lines inside selectors in basic.css produced from template | Jean-François B | 2022-07-10 | 1 | -4/+4 |
| | | |||||
| * | Use Docutils 0.19 footnote styles (#10599) | Adam Turner | 2022-07-04 | 1 | -5/+3 |
| | | |||||
* | | Merge branch '5.x' into master | Jean-François B | 2022-06-30 | 2 | -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.x | Jean-François B | 2022-06-30 | 1 | -0/+2 |
| |\ | |||||
| | * | Fix duplicated field term colons for Docutils 0.18+ (#10595) | Jean-François B | 2022-06-25 | 1 | -0/+2 |
| | | | | | | | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | ||||
| * | | Fix usage of enable_search_shortcuts theme config value. | marxin | 2022-06-17 | 1 | -1/+1 |
| | | | | | | | | | | | | The option value is not properly propagated to Java script. | ||||
* | | | Merge branch '5.x' | Adam Turner | 2022-06-16 | 2 | -7/+1 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | # Conflicts: # .github/workflows/builddoc.yml # .github/workflows/lint.yml # sphinx/registry.py | ||||
| * | | agogo theme: ensure hidden toctree is show on Table of Contents (#6679) | David Miguel Susano Pinto | 2022-06-16 | 1 | -1/+1 |
| | | | |||||
| * | | agogo theme: Wrong use of sidebar* configs (#10520) | Matthias Geier | 2022-06-16 | 1 | -6/+0 |
| |/ | | | | | Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com> | ||||
* | | Remove deprecated items for Sphinx 6.0 (#10471) | Adam Turner | 2022-06-16 | 5 | -13065/+0 |
|/ | |||||
* | Move `aside.topic` into the conditional blocks | Adam Turner | 2022-06-07 | 10 | -13/+24 |
| | |||||
* | Add `nav.contents` everywhere that `div.topic` is used | Adam Turner | 2022-06-07 | 10 | -0/+39 |
| | |||||
* | Rename CSS files to CSS template files | Adam Turner | 2022-06-07 | 2 | -0/+0 |
| | |||||
* | Fix double brackets on Docutils 0.18+ | Adam Turner | 2022-06-04 | 1 | -0/+2 |
| | |||||
* | Add `aside.sidebar` where it is missing | Adam Turner | 2022-05-30 | 4 | -16/+27 |
| | |||||
* | Add `aside.topic` for Docutils 0.18+ | Adam Turner | 2022-05-30 | 10 | -11/+13 |
| | |||||
* | Update `basic.css_t` for footnote & citation changes | Adam Turner | 2022-05-22 | 1 | -4/+28 |
| | |||||
* | Merge pull request #10429 from tk0miya/9974_jquery-3.6.0 | Takeshi KOMIYA | 2022-05-08 | 2 | -111/+120 |
|\ | | | | | Close #9974: html: Updated jQuery version from 3.5.1 to 3.6.0 | ||||
| * | Close #9974: html: Updated jQuery version from 3.5.1 to 3.6.0 | Takeshi KOMIYA | 2022-05-07 | 2 | -111/+120 |
| | | |||||
* | | html theme: Change the default body_min_width to 360px | Takeshi KOMIYA | 2022-05-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Some reports says 360px is smallest size at present. refs: - https://www.browserstack.com/guide/ideal-screen-sizes-for-responsive-design - https://mediag.com/blog/popular-screen-resolutions-designing-for-all/ | ||||
* | | Merge branch '5.x' into patch-1 | Takeshi KOMIYA | 2022-05-08 | 11 | -863/+825 |
|\ \ | |/ |