Skip to content

Commit 1950b41

Browse files
doc: autosections removed, vulnerability warning added
1 parent 1ca053b commit 1950b41

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

docs/conf.py

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
3333

3434
extensions = [
35-
"sphinx.ext.autosectionlabel",
3635
"sphinx.ext.napoleon",
3736
"sphinx.ext.autodoc",
3837
"sphinx.ext.viewcode",

docs/execution-extras.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Connection setup script
6767
.. automodule:: mpqp_scripts.setup_connections
6868

6969
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`.
7171

7272
On disk configuration manager
7373
-----------------------------

docs/execution.rst

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Devices
2020

2121
.. automodule:: mpqp.execution.devices
2222

23+
.. _Remote setup:
24+
2325
Setting up a remote device
2426
--------------------------
2527

mpqp/core/languages.py

+10-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,16 @@
33
support this device. This is being done on the ``to_other_language`` present on
44
most objects of MPQP, taking a ``language`` argument. This language corresponds
55
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+
"""
716

817
from enum import Enum
918

0 commit comments

Comments
 (0)