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.