-
-
Notifications
You must be signed in to change notification settings - Fork 49
Move get_documenter over from Sphinx #220
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
This comment was marked as resolved.
This comment was marked as resolved.
f5c05c8 to
1b47aca
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #220 +/- ##
==========================================
- Coverage 89.83% 89.69% -0.14%
==========================================
Files 31 31
Lines 1249 1262 +13
==========================================
+ Hits 1122 1132 +10
- Misses 127 130 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
IIUC you only use the returned A |
|
Thanks, but I'd rather just do what it used to do to avoid any unintentional side effect. |
bsipocz
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.
Thanks @pllim!
Move
get_documenterover from Sphinx because it was removed upstream in sphinx-doc/sphinx#13985 . This is as suggested by Sphinx developer in #219 (comment)Fix #219
Towards astropy/sphinx-astropy#86