Skip to content

Commit f8e8e14

Browse files
authored
fix format option in tutorial_variational_classifier (#1566)
## Summary This PR adds a missing colon (:) to the `format` role option in the `html` role definition, fixing anchor tag rendering issues in the `tutorial_variational_classifier` demo.
1 parent f0fcbfe commit f8e8e14

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

demonstrations_v2/tutorial_variational_classifier/demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
r"""
22
.. role:: html(raw)
3-
format: html
3+
:format: html
44
55
.. _variational_classifier:
66

demonstrations_v2/tutorial_variational_classifier/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"executable_stable": true,
99
"executable_latest": true,
1010
"dateOfPublication": "2019-10-11T00:00:00+00:00",
11-
"dateOfLastModification": "2025-09-22T15:48:14+00:00",
11+
"dateOfLastModification": "2025-10-03T15:48:14+00:00",
1212
"categories": [
1313
"Quantum Machine Learning",
1414
"Getting Started"

0 commit comments

Comments
 (0)