-
Notifications
You must be signed in to change notification settings - Fork 7
Convert content and switch from jekyll to sphinx #38
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
628687d to
4a4b7ba
Compare
|
To see how this work is progressing, grab an artifact from the build action, extract it locally and preview the site with |
ca6d1e0 to
8f61ddc
Compare
|
@akrabat I am not sure how you're going to review this pull request in any sort of depth but please think about what we might have missed, did we have analytics on the old site? Or anything else I probably haven't thought of? The build action spits out an artifact that you should be able to unzip and try locally as a static site if you want to look at how it turned out, or pull the branch and try the instructions in the README. |
akrabat
left a comment
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 great. Thank you!
A ReStructuredText project really should have rst website source! Update our content and manual to be rendered by Sphinx and published to GitHub pages. Add some dummy directives to do a "no op" for the stuff that isn't supported/needed when Sphinx renders the manual as HTML.
Things that still need sorting out:
Followup tasks:
We should update the default branch to
mainand publish from that when we deploy this change.