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

🐛 docs no longer building #61

Closed
frank1010111 opened this issue Oct 5, 2023 · 2 comments · Fixed by #63 or #67
Closed

🐛 docs no longer building #61

frank1010111 opened this issue Oct 5, 2023 · 2 comments · Fixed by #63 or #67
Assignees
Labels
bug Something isn't working

Comments

@frank1010111
Copy link
Owner

Describe the bug
Readthedocs is dying during builds due to a "AttributeError: 'Module' object has no attribute 'doc'" presumably related to multiwellproductivity.

To Reproduce
Steps to reproduce the behavior:
This is part of the CI/CD pipeline. It happens on each change to master.

Expected behavior
It passed until this pull request: https://github.com/frank1010111/pywaterflood/pull/57/files. Nox runs still pass.

nox -s docs

builds on Linux

@frank1010111 frank1010111 added the bug Something isn't working label Oct 5, 2023
@frank1010111
Copy link
Owner Author

To reproduce locally, run

python -m pip install .[docs]
cd docs
python -m sphinx -T -E -b html -d _build/doctrees -D language=en . _build/html

@frank1010111 frank1010111 self-assigned this Oct 6, 2023
@frank1010111 frank1010111 linked a pull request Oct 6, 2023 that will close this issue
5 tasks
@frank1010111
Copy link
Owner Author

Not so fast! Turns out we do need myst_nb. See executablebooks/MyST-NB#543 for the specific issue.

@frank1010111 frank1010111 reopened this Oct 8, 2023
@frank1010111 frank1010111 linked a pull request Oct 10, 2023 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant