-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add Sphinx template #43
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.
thoughts on using myst ubiquitously in the docs?
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.
done!
@@ -49,6 +49,15 @@ def license(request: pytest.FixtureRequest) -> str: | |||
return request.param | |||
|
|||
|
|||
@pytest.fixture( |
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.
We can definitely merge this pr!! I just would love to better understand how this test template works. We can merge however without my understanding that and I can ask later as well!!
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.
It creates versions of the test for each combination of inputs.
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.
If everyone is good with this pr I certainly am!! please merge! THANK You for this. i can't believe how quickly this template came together and am so impressed by the team work involved in making it happen.
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.
Awesome, thanks for the quick work @blink1073.
I didn't check the sphinx config, since I have little experience with that.
What was your reason for dropping Python 3.9? It's still supported for another year. Anyway, I'm fine with doing so 🙂, it shouldn't obstruct a merge.
Co-authored-by: Moritz E. Beber <[email protected]>
The recent major versions of Sphinx and myst_parser dropped support for Python 3.9. |
No description provided.