-
Notifications
You must be signed in to change notification settings - Fork 11
chore: Switch from edx-sphinx-theme to sphinx-book-theme #86
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
chore: Switch from edx-sphinx-theme to sphinx-book-theme #86
Conversation
Thanks for the pull request, @xitij2000! Please note that it may take us up to several weeks or months to complete a review and merge your PR. Feel free to add as much of the following information to the ticket as you can:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here. Please let us know once your PR is ready for our review and all tests are green. |
9ea7a43
to
d49c434
Compare
@xitij2000 - hi there! Looks like some tests will need to be re-run. Thanks! |
d49c434
to
507d921
Compare
I think the test failures were due to changes in linting rules related to how exceptions are treated. I've reverted unnecessary requirements changes, so the tests are passing now. |
Hi @bobthebeef! Would you mind reviewing this, and merging if all looks good? Thanks! |
👍
|
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.
1 Change, then I think this is good to go and I can merge.
b89fe97
to
001b314
Compare
The edx-sphinx theme is being deprecated, and replaced with sphinx-book-theme. This removes references to the deprecated theme and replaces them with the new standard theme for the platform. See https://github.com/openedx/edx-sphinx-theme/issues/184
001b314
to
d4794f4
Compare
@xitij2000 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future. |
The edx-sphinx theme is being deprecated, and replaced with sphinx-book-theme. This removes references to the deprecated theme and replaces them with the new standard theme for the platform.
Testing instructions:
make docs
and see that the docs are generated properly and use the sphinx-book-themeReviewers:
Merge checklist:
Post merge:
finished.
Author concerns: List any concerns about this PR - inelegant
solutions, hacks, quick-and-dirty implementations, concerns about
migrations, etc.