diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 24fe29cf..6d2befc0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: - name: Run test suite run: | - pytest -v --pyargs . + pytest -v --pyargs numpydoc - name: Test coverage run: | diff --git a/doc/index.rst b/doc/index.rst index 05f0546e..389e3cb1 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -1,3 +1,5 @@ +:html_theme.sidebar_secondary.remove: true + ===================================== numpydoc -- Numpy's Sphinx extensions ===================================== diff --git a/requirements/doc.txt b/requirements/doc.txt index bff4625d..7d830455 100644 --- a/requirements/doc.txt +++ b/requirements/doc.txt @@ -1,4 +1,4 @@ numpy matplotlib -pydata-sphinx-theme +pydata-sphinx-theme==0.11.0rc3 sphinx