From 06fa35046b45512f8393b2f4e20aced7c8f6f126 Mon Sep 17 00:00:00 2001 From: Arnau Casau <47946624+arnaucasau@users.noreply.github.com> Date: Tue, 26 Sep 2023 17:56:54 +0200 Subject: [PATCH] Update Sphinx theme (#75) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com> Co-authored-by: Michaƫl <20951376+mickahell@users.noreply.github.com> --- docs/index.rst | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 99d7608..dbbb3c0 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -2,6 +2,12 @@ Template project documentation ############################## +.. toctree:: + :hidden: + + Home + + This template repository makes creating new quantum prototype projects much easier for our team. It reduces the overhead of implementing the "bones" of a project -- including package setup, testing, and CI/CD. The code examples in this template repository are written in accordance with pylint style checks, and the sample prototype_template module has an associated unit test module. We have also included examples of coverage testing, notebook tests, and notebook lint checks and wrapped all of these using tox automated testing software. .. toctree:: diff --git a/pyproject.toml b/pyproject.toml index 9375827..964c4f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dev = [ "jupyter-sphinx>=0.3.2", "nbsphinx>=0.8.8", "sphinx-autodoc-typehints>=1.17.0", - "qiskit-sphinx-theme~=1.14.0", + "qiskit-sphinx-theme~=1.16.0", "reno>=3.5.0", # Black's formatting rules can change between major versions, so we use # the ~= specifier for it.