Commit 1950b41 1 parent 1ca053b commit 1950b41 Copy full SHA for 1950b41
File tree 4 files changed +13
-3
lines changed
4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 32
32
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
33
33
34
34
extensions = [
35
- "sphinx.ext.autosectionlabel" ,
36
35
"sphinx.ext.napoleon" ,
37
36
"sphinx.ext.autodoc" ,
38
37
"sphinx.ext.viewcode" ,
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ Connection setup script
67
67
.. automodule :: mpqp_scripts.setup_connections
68
68
69
69
The details on how to get these information can be found in the section
70
- :ref: `Setting up a remote device `.
70
+ :ref: `Remote setup `.
71
71
72
72
On disk configuration manager
73
73
-----------------------------
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ Devices
20
20
21
21
.. automodule :: mpqp.execution.devices
22
22
23
+ .. _Remote setup :
24
+
23
25
Setting up a remote device
24
26
--------------------------
25
27
Original file line number Diff line number Diff line change 3
3
support this device. This is being done on the ``to_other_language`` present on
4
4
most objects of MPQP, taking a ``language`` argument. This language corresponds
5
5
to said SDK, and you can find the list of available languages in the
6
- :class:`Language` enum."""
6
+ :class:`Language` enum.
7
+
8
+ .. warning::
9
+ The current version of ``qiskit`` we are using depends on a package with a
10
+ known vulnerability. This the risks associated to this vulnerability are not
11
+ high enough to justify immediate actions, but we will fix this as soon as
12
+ possible by bumping ``qiskit``'s version. You can find information about
13
+ this vulnerability here:
14
+ https://github.com/ColibrITD-SAS/mpqp/security/dependabot/1.
15
+ """
7
16
8
17
from enum import Enum
9
18
You can’t perform that action at this time.
0 commit comments