summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/test.yml2
-rw-r--r--doc/index.rst2
-rw-r--r--requirements/doc.txt2
3 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 24fe29c..6d2befc 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 05f0546..389e3cb 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 bff4625..7d83045 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