Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: fix duplicate navbar in development documentation index #19268

Merged
merged 1 commit into from Jun 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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