Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | More precise typing for `BuildEnvironment.domains` (#10813) | Adam Turner | 2022-09-09 | 2 | -4/+59 | |
| | | ||||||
* | | fixup! Merge branch '5.x' | Adam Turner | 2022-09-09 | 1 | -1/+2 | |
| | | ||||||
* | | Merge branch '5.x' | Adam Turner | 2022-09-09 | 201 | -1347/+1513 | |
|\ \ | |/ | | | | | | | | | | | | | | | # Conflicts: # setup.py # sphinx/application.py # sphinx/environment/__init__.py # sphinx/ext/autodoc/directive.py # tests/test_build_html.py | |||||
| * | Shink the strict optional whitelist (#10800) | danieleades | 2022-09-09 | 2 | -5/+2 | |
| | | | | | | Removes `sphinx.search` | |||||
| * | Remove Pygments compatability code (#10812) | Adam Turner | 2022-09-09 | 5 | -71/+21 | |
| | | ||||||
| * | Bump dependency versions | Adam Turner | 2022-09-09 | 1 | -8/+8 | |
| | | ||||||
| * | Specify `colorama` dependency with an environment marker | Adam Turner | 2022-09-09 | 1 | -3/+1 | |
| | | ||||||
| * | Refactor setup.py | Adam Turner | 2022-09-09 | 1 | -47/+43 | |
| | | ||||||
| * | Clean setup.py | Adam Turner | 2022-09-09 | 1 | -7/+0 | |
| | | ||||||
| * | Save search resul score to HTML element for debugging (#10718) | Martin Liška | 2022-09-09 | 2 | -1/+3 | |
| | | | | | | Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com> | |||||
| * | Remove `sphinx.builders.gettext` module from whitelist (#10798) | danieleades | 2022-09-09 | 2 | -4/+0 | |
| | | ||||||
| * | Correct `is_allowed_version()`'s example tests (#10802) | Tony Narlock | 2022-09-09 | 1 | -3/+3 | |
| | | ||||||
| * | search: support searching for (sub)titles (#10717) | Martin Liška | 2022-09-09 | 5 | -6/+54 | |
| | | | | | | Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com> | |||||
| * | Use asterisks for bullets | Adam Turner | 2022-09-07 | 1 | -6/+6 | |
| | | ||||||
| * | Refactor `util.docutils.new_document()` cache (#10805) | Adam Turner | 2022-09-07 | 1 | -6/+11 | |
| | | ||||||
| * | Allow `:ref:` role to be used with definitions and fields (#10781) | Jeremy Maitin-Shepard | 2022-09-06 | 3 | -5/+55 | |
| | | ||||||
| * | Fix more strict static typing errors (#10681) | danieleades | 2022-08-28 | 21 | -99/+142 | |
| | | ||||||
| * | agogo theme: revert CSS changes related to sidebar (#10787) | Matthias Geier | 2022-08-28 | 2 | -0/+7 | |
| | | ||||||
| * | Remove unneeded `noqa` lint suppression comments (#10772) | danieleades | 2022-08-28 | 24 | -43/+43 | |
| | | ||||||
| * | Further improve type annotations, reduce mypy whitelist (#10770) | danieleades | 2022-08-28 | 13 | -56/+94 | |
| | | | | | | Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com> | |||||
| * | Restrict permissions in GitHub workflows (#10790) | Alex | 2022-08-28 | 2 | -0/+6 | |
| | | ||||||
| * | sphinx13.css: add left padding to the footer (#10789) | Tim Hoffmann | 2022-08-28 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #10757 from n-peugnet/linkcheck-raw-source-url | François Freitag | 2022-08-23 | 4 | -18/+35 | |
| |\ | | | | | | | linkcheck: Check the source URL of raw directives that use the `url` option | |||||
| | * | linkcheck: Check the source URL of raw directives | n-peugnet | 2022-08-17 | 4 | -18/+35 | |
| | | | | | | | | | | | | | | | | | | Add raw directives' source URL to the list of links to check with linkcheck. By the way, refactor HyperlinkCollector by adding `add_uri` function. Add test for linkcheck raw directives source URL | |||||
| * | | Merge branch '5.1.x' into 5.x | Jean-François B | 2022-08-15 | 1 | -2/+2 | |
| |\ \ | ||||||
| | * | | Closes #10760 | Jean-François B | 2022-08-15 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Merge pull request #10769 from sphinx-doc/bot/pull-translations | Jean-François B | 2022-08-15 | 21 | -151/+151 | |
| |\ \ \ | | | | | | | | | | | Update message catalogs | |||||
| | * | | | Update message catalogs | tk0miya | 2022-08-14 | 21 | -151/+151 | |
| | | | | | ||||||
| * | | | | Fix some static typing errors (#10745) | danieleades | 2022-08-14 | 8 | -42/+60 | |
| |/ / / | ||||||
| * | | | Merge pull request #10756 from sphinx-doc/bot/pull-translations | Jean-François B | 2022-08-07 | 105 | -795/+795 | |
| |\ \ \ | | | | | | | | | | | Update message catalogs | |||||
| | * | | | Update message catalogs | tk0miya | 2022-08-07 | 105 | -795/+795 | |
| | | |/ | | |/| | ||||||
| * | | | Merge pull request #10752 from dstansby/patch-1 | Jean-François B | 2022-08-07 | 1 | -1/+1 | |
| |\ \ \ | | |/ / | |/| | | Fix small typo in extension hello world tutorial | |||||
| | * | | Update doc/development/tutorials/helloworld.rst | Adam Turner | 2022-08-07 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Fix small typo in extension hello world tutorial | David Stansby | 2022-08-04 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge branch '5.x' | Jean-François B | 2022-08-06 | 148 | -16029/+16700 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Remove extra line (#10749) | Abdur-Rahmaan Janhangeer | 2022-08-04 | 1 | -2/+0 | |
| |/ / | | | | | | | Co-authored-by: Jean-François B. <2589111+jfbu@users.noreply.github.com> | |||||
| * | | Properly support `of` in docstring type specifiers (#10738) | ProGamerGov | 2022-08-02 | 5 | -1/+122 | |
| | | | | | | | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | |||||
| * | | Merge branch '5.1.x' into 5.x | Jean-François B | 2022-08-01 | 5 | -11/+20 | |
| |\ \ | | |/ | ||||||
| | * | Merge pull request #10741 from danieleades/fix-formatting | Jean-François B | 2022-08-01 | 5 | -11/+20 | |
| | |\ | | | | | | | | | fix formatting | |||||
| | | * | Fix flake8 5.0.0 reported formatting errors | daniel.eades | 2022-08-01 | 5 | -11/+20 | |
| | |/ | ||||||
| * | | Update message catalogs (#10734) | github-actions[bot] | 2022-07-31 | 125 | -15930/+16240 | |
| | | | ||||||
| * | | Merge pull request #10729 from jakobandersen/cpp-template-args-non-specialized | Jakob Lykke Andersen | 2022-07-29 | 3 | -42/+191 | |
| |\ \ | | | | | | | | | [C++] Ensure consistent non-specialization template argument representation, rebased and updated | |||||
| | * | | C++, bump env version due to AST and Symbol changes | Jakob Lykke Andersen | 2022-07-29 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | C++, restructure tests | Jakob Lykke Andersen | 2022-07-29 | 1 | -34/+32 | |
| | | | | ||||||
| | * | | C++, fix parsing of certain non-type template parameters | Jakob Lykke Andersen | 2022-07-29 | 3 | -10/+24 | |
| | | | | | | | | | | | | | | | | Specifically 'template<int (X::*)(bool)...>' | |||||
| | * | | C++, add changes entry PR | Jakob Lykke Andersen | 2022-07-29 | 1 | -0/+3 | |
| | | | | ||||||
| | * | | C++, ensure merging case is as assumed | Jakob Lykke Andersen | 2022-07-29 | 2 | -13/+14 | |
| | | | | ||||||
| | * | | [C++] Ensure consistent non-specialization template argument representation | Jeremy Maitin-Shepard | 2022-07-29 | 2 | -34/+167 | |
| | | | | | | | | | | | | | | | | | | | | Previously, in certain cases the template arguments of non-specializations were retained, leading to incorrect merging of symbols. | |||||
| * | | | Merge branch '5.1.x' into 5.x | Jean-François B | 2022-07-29 | 2 | -30/+43 | |
| |\ \ \ | | |/ / | |/| / | | |/ | ||||||
| | * | Merge pull request #10726 from jfbu/latex_10723 | Jean-François B | 2022-07-29 | 2 | -30/+43 | |
| | |\ | | | | | | | | | Fix #10723: LaTeX verbatimwithframe=false without effect since 5.1.0 |