-
Notifications
You must be signed in to change notification settings - Fork 338
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
Add documentation for the back_to_top_button config option #1843
Conversation
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.
LGTM just one question inline
docs/user_guide/index.md
Outdated
``` | ||
|
||
```{toctree} | ||
|
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.
Was the extra empty TOCtree necessary here? I'd expect it to be OK without:
``` | |
```{toctree} |
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 is weird, I'm sorry - not sure where that came from.
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.
No problem! I figured it was an unintended copy/paste or something, just wanted to make sure.
+1 for merge when CIs are green.
thanks @melissawm! |
* Add documentation for the back_to_top_button config option * [pre-commit.ci] Automatic linting and formatting fixes * Remove spurious toctree --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Closes #1842