Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sphinx from 7.2.6 to 8.0.2 #2455

Merged
merged 3 commits into from
Aug 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/examples/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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"
}
```
```
8 changes: 4 additions & 4 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ 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
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
Expand Down
Loading