diff options
author | Melissa Weber Mendonça <melissawm@gmail.com> | 2021-06-17 12:41:40 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-17 18:41:40 +0300 |
commit | 0fe94ce8a6c4fbe94305e4a4be45fe06e774be29 (patch) | |
tree | 75b792ac545e320f7907f5d9bc8a1a7c4613cae0 /doc/source | |
parent | 1e2aa70c87031d2b4e0a53c0a2153ac4a89d8fe9 (diff) | |
download | numpy-0fe94ce8a6c4fbe94305e4a4be45fe06e774be29.tar.gz |
DOC: fix duplicate navbar in development documentation index (#19264)
Also update pinned version of sphinx in environment.yml
Fixes gh-19028
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/dev/index.rst | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/doc/source/dev/index.rst b/doc/source/dev/index.rst index 8843d380a..aaf9fe4a0 100644 --- a/doc/source/dev/index.rst +++ b/doc/source/dev/index.rst @@ -4,23 +4,6 @@ Contributing to NumPy ##################### -.. TODO: this is hidden because there's a bug in the pydata theme that won't render TOC items under headers - -.. toctree:: - :hidden: - - Git Basics <gitwash/index> - development_environment - development_gitpod - development_workflow - development_advanced_debugging - ../benchmarking - NumPy C style guide <https://numpy.org/neps/nep-0045-c_style_guide.html> - releasing - governance/index - howto-docs - - Not a coder? Not a problem! NumPy is multi-faceted, and we can use a lot of help. These are all activities we'd like to get help with (they're all important, so we list them in alphabetical order): |