summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Update message catalogstk0miya2022-06-19126-16530/+16530
| | | |
| * | | Update CHANGES for PR #10566Takeshi KOMIYA2022-06-191-0/+1
| | | |
| * | | Merge pull request #10566 from marxin/fix-theme-config-usageTakeshi KOMIYA2022-06-192-1/+21
| |\ \ \ | | |/ / | |/| | Fix usage of enable_search_shortcuts theme config value.
| | * | Fix usage of enable_search_shortcuts theme config value.marxin2022-06-172-1/+21
| | | | | | | | | | | | | | | | The option value is not properly propagated to Java script.
| * | | Merge pull request #10558 from mitya57/remove-ru-ruTakeshi KOMIYA2022-06-193-3755/+0
| |\ \ \ | | |/ / | |/| | Remove `ru_RU` translation, it is empty and duplicates `ru`
| | * | Remove ru_RU translation, it is empty and duplicates ruDmitry Shachnev2022-06-163-3755/+0
| | | | | | | | | | | | | | | | | | | | | | | | Currently sphinx has both ru and ru_RU translations. The latter was added recently, there are no translated strings and no registered translators on Transifex.
| * | | requests.packages is deprecated, import from urllib3 (#10563)Adam Turner2022-06-171-11/+1
| | | |
* | | | Remove more deprecated items in Sphinx 6.0 (#10562)Adam Turner2022-06-267-106/+17
| | | |
* | | | Fix link to rinohtype manual (#10593)Brecht Machiels2022-06-221-1/+1
| | | |
* | | | Add underscore.js to the sphinx13 theme (#10588)Adam Turner2022-06-192-1/+8
| | | |
* | | | Merge pull request #10584 from tk0miya/10574_rtd_search_3Takeshi KOMIYA2022-06-191-5/+0
|\ \ \ \ | | | | | | | | | | Fix #10574: Failed to search on sphinx-doc.org (again)
| * | | | Fix #10574: Failed to search on sphinx-doc.org (again)Takeshi KOMIYA2022-06-191-5/+0
| | | | |
* | | | | Merge pull request #10583 from tk0miya/10574_rtd_search_2Takeshi KOMIYA2022-06-192-1/+136
|\ \ \ \ \ | |/ / / / | | | | | Fix #10574: Failed to search on sphinx-doc.org (again)
| * | | | Fix #10574: Failed to search on sphinx-doc.org (again)Takeshi KOMIYA2022-06-192-1/+136
|/ / / / | | | | | | | | | | | | | | | | To make RtD search available, this adds jQuery patches on old Sphinx to sphinx-doc.org.
* | | | Merge pull request #10582 from tk0miya/10574_rtd_searchTakeshi KOMIYA2022-06-191-0/+4
|\ \ \ \ | | | | | | | | | | Fix #10574: Failed to search on sphinx-doc.org
| * | | | Fix #10574: Failed to search on sphinx-doc.orgTakeshi KOMIYA2022-06-191-0/+4
|/ / / / | | | | | | | | | | | | | | | | Since 6.0, jQuery has not been loaded by default. It affects to the search feature of RtD. This loads jQuery again to make it available.
* | | | Merge branch '5.x'Adam Turner2022-06-161-1/+1
|\ \ \ \ | |/ / /
| * | | Fix inline literal markup in templating.rstAdam Turner2022-06-161-1/+1
| | | |
* | | | Merge branch '5.x'Adam Turner2022-06-1661-662/+426
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | # Conflicts: # .github/workflows/builddoc.yml # .github/workflows/lint.yml # sphinx/registry.py
| * | | Update GitHub Actions versions (#10561)Adam Turner2022-06-169-20/+22
| | | |
| * | | Remove traces of Python 2 and 3.5 (#10560)Adam Turner2022-06-166-33/+13
| | | |
| * | | Update CHANGES for #6679Adam Turner2022-06-161-0/+1
| | | |
| * | | agogo theme: ensure hidden toctree is show on Table of Contents (#6679)David Miguel Susano Pinto2022-06-161-1/+1
| | | |
| * | | Show the repr of the value in some warnings (#10439)Ezio Melotti2022-06-167-14/+16
| | | | | | | | | | | | Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
| * | | Allow emphasising placeholders in `option` directives (#10366)Martin Liška2022-06-167-4/+79
| | | | | | | | | | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
| * | | agogo theme: Wrong use of sidebar* configs (#10520)Matthias Geier2022-06-162-6/+1
| | | | | | | | | | | | Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
| * | | Update CHANGES for 10028Adam Turner2022-06-161-0/+2
| | | |
| * | | Update CHANGES for #10460Adam Turner2022-06-161-0/+1
| | | |
| * | | logging: always show source locations as absolute paths (#10460)Doug Hellmann2022-06-162-1/+20
| | | |
| * | | Increase static typing strictness (#10530)Adam Turner2022-06-1613-43/+141
| | | |
| * | | Simplify Sphinx's Stemmer (#10467)Adam Turner2022-06-167-434/+61
| | | |
| * | | Replace doclinter with sphinx-lint (#10389)Julien Palard2022-06-1614-101/+24
| |/ / | | | | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
| * | Move Adam Turner to co-maintainers (#10557)Adam Turner2022-06-161-1/+1
| | |
| * | Merge pull request #10551 from AA-Turner/fix-extra-whitespaceTakeshi KOMIYA2022-06-174-6/+43
| |\ \ | | | | | | | | Remove extra space from the unparser
| | * | Update CHANGESAdam Turner2022-06-161-1/+1
| | | | | | | | | | | | Co-authored-by: Takeshi KOMIYA <i.tkomiya@gmail.com>
| | * | TypoAdam Turner2022-06-151-1/+1
| | | |
| | * | Special case `**`Adam Turner2022-06-154-3/+15
| | | |
| | * | Expand commentAdam Turner2022-06-151-1/+2
| | | |
| | * | Add higher level testAdam Turner2022-06-151-0/+18
| | | |
| | * | Switch checkAdam Turner2022-06-141-3/+3
| | | |
| | * | Add CHANGES entryAdam Turner2022-06-141-0/+3
| | | |
| | * | Add a commentAdam Turner2022-06-141-0/+1
| | | |
| | * | Remove extra space from the unparserAdam Turner2022-06-142-4/+6
| | | |
* | | | Remove deprecated items for Sphinx 6.0 (#10471)Adam Turner2022-06-1634-13989/+33
| | | |
* | | | Drop python 3.6 support (#10468)Takeshi KOMIYA2022-06-1624-416/+203
| | | |
* | | | Merge branch '5.x'Takeshi KOMIYA2022-06-17174-1651/+1835
|\ \ \ \ | |/ / /
| * | | Merge branch '5.0.x' into 5.xTakeshi KOMIYA2022-06-1721-28/+203
| |\ \ \ | | | |/ | | |/|
| | * | Bump versionTakeshi KOMIYA2022-06-172-3/+24
| | | |
| | * | Bump to 5.0.2 finalv5.0.2Takeshi KOMIYA2022-06-172-16/+4
| | | |
| | * | Update CHANGES for PR #10535Takeshi KOMIYA2022-06-151-0/+1
| | | |