Skip to content

Commit

Permalink
Merge pull request #19268 from charris/backport-19264
Browse files Browse the repository at this point in the history
DOC: fix duplicate navbar in development documentation index
  • Loading branch information
charris committed Jun 17, 2021
2 parents 143d45f + be642f5 commit 61127bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
17 changes: 0 additions & 17 deletions doc/source/dev/index.rst
Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Expand Up @@ -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
Expand Down

0 comments on commit 61127bb

Please sign in to comment.