-
Notifications
You must be signed in to change notification settings - Fork 37
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
pin Python in RTD environment #1687
pin Python in RTD environment #1687
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ see 126 files with indirect coverage changes 📢 Thoughts on this report? Let us know! |
@zacharyburnett Is this ready for review? |
Yes it should be, there is just a single warning that I'm unsure about:
|
a1d07d8
to
b7e1995
Compare
That doesn't seem related. I'll try to fix that in another PR. |
I think we just need to indent the numbered lines. Changing the docstring to the following should work: `"""
|
I put the code examples in their own blocks and that seemed to fix it, see https://drizzlepac--1687.org.readthedocs.build/en/1687/reference/runsinglehap.html#drizzlepac.haputils.poller_utils.interpret_obset_input We could alternatively put the whole list in a code block like you suggested, let me know |
That sounds good |
Co-authored-by: Steve Goldman <[email protected]>
This PR pins Python to
3.11
in the RTD build environment, to attempt to resolve build errors with the docsChecklist for maintainers
CHANGELOG.rst
within the relevant release sectionHow to run regression tests on a PR