Skip to content

Commit 0820d43

Browse files
authored
Fix code-block:: c with lowercase c for sphinx (Qiskit#14593)
1 parent ba74b5c commit 0820d43

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/cdoc/qk-target-entry.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
QkTargetEntry
44
=============
55

6-
.. code-block:: C
6+
.. code-block:: c
77
88
typedef struct QkTargetEntry QkTargetEntry
99
@@ -13,7 +13,7 @@ from C.
1313

1414
Here's an example of how this structure works:
1515

16-
.. code-block:: C
16+
.. code-block:: c
1717
1818
#include <qiskit.h>
1919
#include <math.h>
@@ -34,4 +34,4 @@ Functions
3434

3535
.. doxygengroup:: QkTargetEntry
3636
:members:
37-
:content-only:
37+
:content-only:

docs/cdoc/qk-target.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
QkTarget
33
========
44

5-
.. code-block:: C
5+
.. code-block:: c
66
77
typedef struct QkTarget QkTarget
88
@@ -15,7 +15,7 @@ counterpart, :class:`.Target`.
1515

1616
Here's an example of how this structure works:
1717

18-
.. code-block:: C
18+
.. code-block:: c
1919
2020
#include <qiskit.h>
2121
#include <math.h>

0 commit comments

Comments
 (0)