diff options
| -rw-r--r-- | doc/source/dev/index.rst | 17 | ||||
| -rw-r--r-- | environment.yml | 2 |
2 files changed, 1 insertions, 18 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): diff --git a/environment.yml b/environment.yml index 5e1d4df23..22ce617af 100644 --- a/environment.yml +++ b/environment.yml @@ -21,7 +21,7 @@ dependencies: - mypy=0.812 - typing_extensions # For building docs - - sphinx=3.5.4 + - sphinx=4.0.1 - numpydoc=1.1.0 - ipython - scipy |
