[PR-23855] pack of improvements and fixes #365
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
1. Redirect cases extension
New case handler has been added
/path/page.html?q=1
-->/path/page/?q=1
Read nginx's
default.conf
comment for full list of cases2. Navbar burger button fix
The PyData theme, which is used as the basis for the Book theme starting from v0.16, introduced the bug with the navbar burger button.
The Pydata version has been downgraded to 0.15.4
See for more details
pydata/pydata-sphinx-theme#2067
3. Add a hidden title to the main page
No H1 title on the main page caused
<no title>
value in title meta tag and name in navigation URL at the bottom of the second pageFixed by adding the title but hiding it with styles
4. requirements.txt cleanup
Leftover packages clean up
The demo can be seen in bastion
https://docs.bastion.talkable.com/
Related Stories