From 944b81bddf5062dc00c68fd57ec4a7e1287688b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 04:07:33 +0000 Subject: [PATCH 1/3] Bump sphinx from 7.2.6 to 8.0.2 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.2.6 to 8.0.2. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.2.6...v8.0.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements-dev.txt b/requirements/requirements-dev.txt index 28dc5a9f7b..46aa0c86b7 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -7,7 +7,7 @@ mypy==1.0.0 types-tabulate # Documentation and examples. -Sphinx==7.2.6 +Sphinx==8.0.2 sphinxcontrib-bibtex==2.6.2 sphinx-copybutton==0.5.2 sphinx-autodoc-typehints==2.0.0 From 51c9346189c9555f249d9a8c14c969d971abafc9 Mon Sep 17 00:00:00 2001 From: Alessandro Cosentino Date: Thu, 8 Aug 2024 11:21:44 +0200 Subject: [PATCH 2/3] bump other doc dependencies --- requirements/requirements-dev.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/requirements-dev.txt b/requirements/requirements-dev.txt index 46aa0c86b7..3500c73670 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -11,9 +11,9 @@ Sphinx==8.0.2 sphinxcontrib-bibtex==2.6.2 sphinx-copybutton==0.5.2 sphinx-autodoc-typehints==2.0.0 -myst-nb==1.0.0 -myst-parser==3.0.1 -pydata-sphinx-theme==0.15.2 +myst-nb==1.1.1 +myst-parser==4.0.0 +pydata-sphinx-theme==0.15.4 jupytext==1.16.1 sphinx-gallery==0.15.0 nbsphinx==0.9.3 From c906a69a669f393f8256b2430fe9b87b1371205b Mon Sep 17 00:00:00 2001 From: Alessandro Cosentino Date: Thu, 8 Aug 2024 15:46:32 +0200 Subject: [PATCH 3/3] remove leftover footnote --- docs/source/examples/template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/examples/template.md b/docs/source/examples/template.md index 6b2f576f90..1e931a8616 100644 --- a/docs/source/examples/template.md +++ b/docs/source/examples/template.md @@ -14,7 +14,7 @@ kernelspec: # An example Jupyter Notebook This notebook is a demonstration of directly-parsing Jupyter Notebooks into -Sphinx using the MyST parser.[^download] +Sphinx using the MyST parser. ## Markdown @@ -164,4 +164,4 @@ nbsphinx_thumbnails = { "examples/{EXAMPLE_FILENAME_WITHOUT_.md}": "_static/{THUMBNAIL_FILENAME_WITH_EXTENSION}", "examples/hamiltonians": "_static/vqe-cirq-pauli-sum-mitigation-plot.png" } -``` \ No newline at end of file +```