Skip to content

Commit d60acc4

Browse files
authored
Merge pull request #473 from JoelPasvolsky/docbuild_fixes
Docbuild fixes
2 parents 2b0ac1b + 53fc635 commit d60acc4

3 files changed

Lines changed: 12 additions & 4 deletions

File tree

docs/concepts/index.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,12 @@ Concepts and Terminology
499499

500500
* :ref:`index_preprocessing`
501501

502+
QCDL
503+
Quantum computing description language, an embedded domain-specific
504+
language (`DSL <https://en.wikipedia.org/wiki/Domain-specific_language>`_)
505+
that uses Python as the host language to write instructions for a
506+
gate-model :term:`QPU`.
507+
502508
QMI
503509
Quantum machine instruction.
504510

docs/conf.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -317,12 +317,14 @@ def setup(app):
317317

318318
# -- Intersphinx ----------------------------------------------------------
319319
intersphinx_mapping = {
320-
'python': ('https://docs.python.org/3/', None),
321320
'numpy': ('https://numpy.org/doc/stable/', None),
322321
'networkx': ('https://networkx.org/documentation/stable/', None),
323-
'urllib3': ('https://urllib3.readthedocs.io/en/stable/', None),
324-
'requests': ('https://requests.readthedocs.io/en/stable/', None),
325322
'ocean_rns': ('https://docs.dwavequantum.com/projects/leap_sapi/en/latest/', None),
323+
'python': ('https://docs.python.org/3/', None),
324+
'requests': ('https://requests.readthedocs.io/en/stable/', None),
325+
'scipy': ('https://docs.scipy.org/doc/scipy', None),
326+
'sklearn': ('https://scikit-learn.org/stable/', None),
327+
'urllib3': ('https://urllib3.readthedocs.io/en/stable/', None),
326328
}
327329

328330

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ reno[sphinx]==3.3.0
1111
# TODO: remove the constraint once numpy 2.4.0 gets yanked
1212
numpy~=2.0,!=2.4.0
1313

14-
dwave-experimental==2026.2.13
14+
dwave-experimental==2026.5.27
1515

1616
# needed for some of the examples
1717
matplotlib

0 commit comments

Comments
 (0)