-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Rebuild OHW22 toctree #246
Conversation
It looks like a page needs to be in an existing toctree, before Sphinx will build a toctree for it. I've added it back to the primary toctree, but I've limited the number of entries that will display in the menu. I've also gone and removed the duplicate search options from the menu while I was there. Closes oceanhackweek#245
✅ Deploy Preview for oceanhackweek-preview ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
So, OHW22 is now in the top bar. It sounds like you intended to have
Thank you! That's been a bit annoying. But, at least on the netlify preview, the search box is now gone. Thanks! |
I think netlify was ignoring the search and the limits as it was using an old version of the theme. |
And it was using an old version of Python. |
And it doesn't support 3.10. Grr. |
Ok, now @emiliom it should be working. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That looks great!! I like the "More" drop-down. Good to go.
It looks like a page needs to be in an existing toctree, before Sphinx will build a toctree for it.
I've added it back to the primary toctree, but I've limited the number of entries that will display in the menu.
I've also gone and removed the duplicate search options from the menu while I was there.
Closes #245