8000 DOC: fix duplicate navbar in development documentation index (#19264) · numpy/numpy@0fe94ce · GitHub
[go: up one dir, main page]

Skip to content

Commit 0fe94ce

Browse files
authored
DOC: fix duplicate navbar in development documentation index (#19264)
Also update pinned version of sphinx in environment.yml Fixes gh-19028
1 parent 1e2aa70 commit 0fe94ce

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

doc/source/dev/index.rst

Lines changed: 0 additions & 17 deletions
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

Lines changed: 1 addition & 1 deletion
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)
0