Skip to content

Commit

Permalink
Fix front page (#434)
Browse files Browse the repository at this point in the history
* Fix front page

* Test

* Test pydata-sphinx-theme==0.11.0rc2

* Specify package to test

* Test pydata-sphinx-theme==0.11.0rc3
  • Loading branch information
jarrodmillman committed Oct 4, 2022
1 parent ddcf0fe commit 4c74647
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Run test suite
run: |
pytest -v --pyargs .
pytest -v --pyargs numpydoc
- name: Test coverage
run: |
Expand Down
2 changes: 2 additions & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
:html_theme.sidebar_secondary.remove: true

=====================================
numpydoc -- Numpy's Sphinx extensions
=====================================
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy
matplotlib
pydata-sphinx-theme
pydata-sphinx-theme==0.11.0rc3
sphinx

0 comments on commit 4c74647

Please sign in to comment.