summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2022-10-04 14:04:09 -0700
committerGitHub <noreply@github.com>2022-10-04 14:04:09 -0700
commit4c74647afc82a1b352701a52f0f1a33891dbd3ff (patch)
treefd9edad0b74cb3e66e5ec85a63e3113ef2f66a44
parentddcf0fea7a68d9f826ed863588ecc494b11d83a4 (diff)
downloadnumpydoc-4c74647afc82a1b352701a52f0f1a33891dbd3ff.tar.gz
Fix front page (#434)
* Fix front page * Test * Test pydata-sphinx-theme==0.11.0rc2 * Specify package to test * Test pydata-sphinx-theme==0.11.0rc3
-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