We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddcf0fe commit 4c74647Copy full SHA for 4c74647
.github/workflows/test.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Run test suite
40
run: |
41
- pytest -v --pyargs .
+ pytest -v --pyargs numpydoc
42
43
- name: Test coverage
44
doc/index.rst
@@ -1,3 +1,5 @@
1
+:html_theme.sidebar_secondary.remove: true
2
+
3
=====================================
4
numpydoc -- Numpy's Sphinx extensions
5
requirements/doc.txt
@@ -1,4 +1,4 @@
numpy
matplotlib
-pydata-sphinx-theme
+pydata-sphinx-theme==0.11.0rc3
sphinx
0 commit comments