Skip to content

Commit 4c74647

Browse files
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
1 parent ddcf0fe commit 4c74647

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Run test suite
4040
run: |
41-
pytest -v --pyargs .
41+
pytest -v --pyargs numpydoc
4242
4343
- name: Test coverage
4444
run: |

doc/index.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:html_theme.sidebar_secondary.remove: true
2+
13
=====================================
24
numpydoc -- Numpy's Sphinx extensions
35
=====================================

requirements/doc.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
numpy
22
matplotlib
3-
pydata-sphinx-theme
3+
pydata-sphinx-theme==0.11.0rc3
44
sphinx

0 commit comments

Comments
 (0)