summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * More precise typing for `BuildEnvironment.domains` (#10813)Adam Turner2022-09-092-4/+59
| |
* | fixup! Merge branch '5.x'Adam Turner2022-09-091-1/+2
| |
* | Merge branch '5.x'Adam Turner2022-09-09201-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)danieleades2022-09-092-5/+2
| | | | | | Removes `sphinx.search`
| * Remove Pygments compatability code (#10812)Adam Turner2022-09-095-71/+21
| |
| * Bump dependency versionsAdam Turner2022-09-091-8/+8
| |
| * Specify `colorama` dependency with an environment markerAdam Turner2022-09-091-3/+1
| |
| * Refactor setup.pyAdam Turner2022-09-091-47/+43
| |
| * Clean setup.pyAdam Turner2022-09-091-7/+0
| |
| * Save search resul score to HTML element for debugging (#10718)Martin Liška2022-09-092-1/+3
| | | | | | Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
| * Remove `sphinx.builders.gettext` module from whitelist (#10798)danieleades2022-09-092-4/+0
| |
| * Correct `is_allowed_version()`'s example tests (#10802)Tony Narlock2022-09-091-3/+3
| |
| * search: support searching for (sub)titles (#10717)Martin Liška2022-09-095-6/+54
| | | | | | Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
| * Use asterisks for bulletsAdam Turner2022-09-071-6/+6
| |
| * Refactor `util.docutils.new_document()` cache (#10805)Adam Turner2022-09-071-6/+11
| |
| * Allow `:ref:` role to be used with definitions and fields (#10781)Jeremy Maitin-Shepard2022-09-063-5/+55
| |
| * Fix more strict static typing errors (#10681)danieleades2022-08-2821-99/+142
| |
| * agogo theme: revert CSS changes related to sidebar (#10787)Matthias Geier2022-08-282-0/+7
| |
| * Remove unneeded `noqa` lint suppression comments (#10772)danieleades2022-08-2824-43/+43
| |
| * Further improve type annotations, reduce mypy whitelist (#10770)danieleades2022-08-2813-56/+94
| | | | | | Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
| * Restrict permissions in GitHub workflows (#10790)Alex2022-08-282-0/+6
| |
| * sphinx13.css: add left padding to the footer (#10789)Tim Hoffmann2022-08-281-1/+1
| |
| * Merge pull request #10757 from n-peugnet/linkcheck-raw-source-urlFrançois Freitag2022-08-234-18/+35
| |\ | | | | | | linkcheck: Check the source URL of raw directives that use the `url` option
| | * linkcheck: Check the source URL of raw directivesn-peugnet2022-08-174-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.xJean-François B2022-08-151-2/+2
| |\ \
| | * | Closes #10760Jean-François B2022-08-151-2/+2
| | | |
| * | | Merge pull request #10769 from sphinx-doc/bot/pull-translationsJean-François B2022-08-1521-151/+151
| |\ \ \ | | | | | | | | | | Update message catalogs
| | * | | Update message catalogstk0miya2022-08-1421-151/+151
| | | | |
| * | | | Fix some static typing errors (#10745)danieleades2022-08-148-42/+60
| |/ / /
| * | | Merge pull request #10756 from sphinx-doc/bot/pull-translationsJean-François B2022-08-07105-795/+795
| |\ \ \ | | | | | | | | | | Update message catalogs
| | * | | Update message catalogstk0miya2022-08-07105-795/+795
| | | |/ | | |/|
| * | | Merge pull request #10752 from dstansby/patch-1Jean-François B2022-08-071-1/+1
| |\ \ \ | | |/ / | |/| | Fix small typo in extension hello world tutorial
| | * | Update doc/development/tutorials/helloworld.rstAdam Turner2022-08-071-1/+1
| | | |
| | * | Fix small typo in extension hello world tutorialDavid Stansby2022-08-041-1/+1
| | | |
* | | | Merge branch '5.x'Jean-François B2022-08-06148-16029/+16700
|\ \ \ \ | |/ / /
| * | | Remove extra line (#10749)Abdur-Rahmaan Janhangeer2022-08-041-2/+0
| |/ / | | | | | | Co-authored-by: Jean-François B. <2589111+jfbu@users.noreply.github.com>
| * | Properly support `of` in docstring type specifiers (#10738)ProGamerGov2022-08-025-1/+122
| | | | | | | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
| * | Merge branch '5.1.x' into 5.xJean-François B2022-08-015-11/+20
| |\ \ | | |/
| | * Merge pull request #10741 from danieleades/fix-formattingJean-François B2022-08-015-11/+20
| | |\ | | | | | | | | fix formatting
| | | * Fix flake8 5.0.0 reported formatting errorsdaniel.eades2022-08-015-11/+20
| | |/
| * | Update message catalogs (#10734)github-actions[bot]2022-07-31125-15930/+16240
| | |
| * | Merge pull request #10729 from jakobandersen/cpp-template-args-non-specializedJakob Lykke Andersen2022-07-293-42/+191
| |\ \ | | | | | | | | [C++] Ensure consistent non-specialization template argument representation, rebased and updated
| | * | C++, bump env version due to AST and Symbol changesJakob Lykke Andersen2022-07-291-1/+1
| | | |
| | * | C++, restructure testsJakob Lykke Andersen2022-07-291-34/+32
| | | |
| | * | C++, fix parsing of certain non-type template parametersJakob Lykke Andersen2022-07-293-10/+24
| | | | | | | | | | | | | | | | Specifically 'template<int (X::*)(bool)...>'
| | * | C++, add changes entry PRJakob Lykke Andersen2022-07-291-0/+3
| | | |
| | * | C++, ensure merging case is as assumedJakob Lykke Andersen2022-07-292-13/+14
| | | |
| | * | [C++] Ensure consistent non-specialization template argument representationJeremy Maitin-Shepard2022-07-292-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.xJean-François B2022-07-292-30/+43
| |\ \ \ | | |/ / | |/| / | | |/
| | * Merge pull request #10726 from jfbu/latex_10723Jean-François B2022-07-292-30/+43
| | |\ | | | | | | | | Fix #10723: LaTeX verbatimwithframe=false without effect since 5.1.0