Skip to content

Commit 61127bb

Browse files
authoredJun 17, 2021
Merge pull request #19268 from charris/backport-19264
DOC: fix duplicate navbar in development documentation index
2 parents 143d45f + be642f5 commit 61127bb

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed
 

‎doc/source/dev/index.rst

-17
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,6 @@
44
Contributing to NumPy
55
#####################
66

7-
.. TODO: this is hidden because there's a bug in the pydata theme that won't render TOC items under headers
8-
9-
.. toctree::
10-
:hidden:
11-
12-
Git Basics <gitwash/index>
13-
development_environment
14-
development_gitpod
15-
development_workflow
16-
development_advanced_debugging
17-
../benchmarking
18-
NumPy C style guide <https://numpy.org/neps/nep-0045-c_style_guide.html>
19-
releasing
20-
governance/index
21-
howto-docs
22-
23-
247
Not a coder? Not a problem! NumPy is multi-faceted, and we can use a lot of help.
258
These are all activities we'd like to get help with (they're all important, so
269
we list them in alphabetical order):

‎environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies:
2121
- mypy=0.812
2222
- typing_extensions
2323
# For building docs
24-
- sphinx=3.5.4
24+
- sphinx=4.0.1
2525
- numpydoc=1.1.0
2626
- ipython
2727
- scipy

0 commit comments

Comments
 (0)
Please sign in to comment.