Skip to content
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
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

# If your documentation needs a minimal Sphinx version, state it here.
#
needs_sphinx = "1.8.5"
needs_sphinx = "8.1"

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
Expand Down
6 changes: 3 additions & 3 deletions dependencies/requirements-build.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Build dependencies
sphinx>=5.0.2
sphinx==8.1
sphinx_gallery==0.17.1
Jinja2==3.0.3
Jinja2==3.1.6
markupsafe==2.1.1
pyyaml~=6.0.1
pypandoc==1.5
pennylane-sphinx-theme @ git+https://github.com/PennyLaneAI/pennylane-sphinx-theme.git@sphinx-update
pennylane-sphinx-theme
uv~=0.7.18
numpy~=1.24
pennylane
89 changes: 42 additions & 47 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ build-backend = "poetry.core.masonry.api"
# Base dependencies needed to build the website without any code execution (*-norun)
# When updating these, ensure that the accompanying /dependencies/requirements-build.txt is also updated.
[tool.poetry.group.base.dependencies]
sphinx = ">=5.0.2"
sphinx = "8.1"
sphinx_gallery = "0.17.1"
Jinja2 = "3.0.3"
Jinja2 = "3.1.6"
markupsafe = "2.1.1"
pyyaml = "^6.0.1"
pennylane-sphinx-theme = { git = "https://github.com/PennyLaneAI/pennylane-sphinx-theme.git", branch = "sphinx-update" }
pennylane-sphinx-theme = "0.25.0"
pypandoc = "1.5"
pennylane = "0.43.0"
uv = "^0.7.18"
Expand Down