-
-
Notifications
You must be signed in to change notification settings - Fork 64
Enable sphinx-multiversion #227
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
Conversation
Also backported the new styling
Screenshots? |
Unfortunately, the master files are only in the subfolders and not in the root of the build folder. I think I'll have to add another index.html that just redirects to the main subfolder ... |
|
||
.rst-versions.shift-up { | ||
overflow: auto; | ||
} |
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.
Shouldn't this CSS be from the other PR, it also seems a little different than in the other PR.
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.
This is the same CSS as before the table changes. I don't think it makes a lot of sense to port these to 3.2.x. Merging into 3.3.x and above, this should be resolved. The only addition is the rule for .rst-versions.shift-up
.
The rtd theme does not support this anyway.
Also backported the new styling
Fixes #226