-
Notifications
You must be signed in to change notification settings - Fork 1
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: deprecate edx sphinx theme #220
base: main
Are you sure you want to change the base?
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.
Let's update the Python version in tox.ini
and setuptools
as well. Also it would be better to run make upgrade
so all requirement files get updated if we're updating the Python version.
Since platform has been updated to Python 3.11, let's update this package to 3.11 or 3.12 as well.
a7ee2a8
to
6bce72a
Compare
@UsamaSadiq python and setuptools version is updated. Please give it a review. Notes
|
@@ -17,7 +17,7 @@ jobs: | |||
|
|||
strategy: | |||
matrix: | |||
python-version: ["3.8"] | |||
python-version: ["3.12"] |
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.
Python requirements upgrade should be done on same version as of edx-platform
Description:
This PR deprecated
edx-sphinx-theme
and replaces it withsphinx-book-theme