diff --git a/docs/conf.py b/docs/conf.py index 141262bdb..507de5bee 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -39,7 +39,8 @@ 'reno.sphinxext', 'sphinx.ext.intersphinx', 'nbsphinx', - 'sphinxcontrib.bibtex' + 'sphinxcontrib.bibtex', + "sphinxcontrib.jquery", # Remove when changing html_theme to qiskit_ecosystem. ] templates_path = ["_templates"] diff --git a/pyproject.toml b/pyproject.toml index 8af40f764..f9728a2be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,6 @@ [build-system] -requires = ["setuptools", "wheel"] +requires = ["setuptools"] +build-backend = "setuptools.build_meta" [tool.black] line-length = 100 diff --git a/requirements-dev.txt b/requirements-dev.txt index 99dec6a4d..b1b2c7591 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ stestr>=3.0.0 astroid==2.9.3 pylint==2.12.2 black~=22.0 -qiskit-sphinx-theme~=1.10 +qiskit-sphinx-theme~=1.11 sphinx-autodoc-typehints jupyter-sphinx pygments>=2.4 diff --git a/tox.ini b/tox.ini index b66d0513d..5c642eac7 100644 --- a/tox.ini +++ b/tox.ini @@ -35,6 +35,8 @@ commands = black {posargs} qiskit_dynamics test [testenv:docs] +# Editable mode breaks macOS: https://github.com/sphinx-doc/sphinx/issues/10943 +usedevelop = False deps = -r{toxinidir}/requirements-dev.txt jax<=0.4.6