-
Notifications
You must be signed in to change notification settings - Fork 81
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
Attempt to fix docs build #1169
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1169 +/- ##
=======================================
Coverage 87.27% 87.28%
=======================================
Files 62 62
Lines 6499 6502 +3
=======================================
+ Hits 5672 5675 +3
Misses 827 827 ☔ View full report in Codecov by Sentry. |
@@ -131,10 +131,10 @@ | |||
numpydoc_show_class_members = False | |||
numpydoc_show_inherited_class_members = False | |||
|
|||
_python_doc_base = "https://docs.python.org/3.9" | |||
_python_doc_base = "https://docs.python.org/3.11" |
Check notice
Code scanning / CodeQL
Unused global variable Note documentation
PR Summary:
Currently mbuild docs is stuck at v0.14.2. This PR will attempt to trace the errors in the docs build and fix them.
PR Checklist