Skip to content
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

Merged
merged 13 commits into from
Mar 8, 2024
Merged

Attempt to fix docs build #1169

merged 13 commits into from
Mar 8, 2024

Conversation

daico007
Copy link
Member

@daico007 daico007 commented Mar 8, 2024

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


  • Includes appropriate unit test(s)
  • Appropriate docstring(s) are added/updated
  • Code is (approximately) PEP8 compliant
  • Issue(s) raised/addressed?

Copy link

codecov bot commented Mar 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.28%. Comparing base (e919ca4) to head (b9f45de).

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.
📢 Have feedback on the report? Share it here.

@@ -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

The global variable '_python_doc_base' is not used.
mbuild/recipes/__init__.py Fixed Show fixed Hide fixed
@daico007 daico007 merged commit b3c8a20 into mosdef-hub:main Mar 8, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant