-
Notifications
You must be signed in to change notification settings - Fork 34
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
Fix documentation #221
Comments
It looks like we already made these modifications. Something must be wrong with docs deployment. |
Seems like at some point we stopped updating gh-pages and the online documentation stopped changing. |
I'm wondering a bit if Documenter.jl is hard coded somewhere to use master and that we broke this system when we switched to main...I've updated master to current main to see if that helps, but I am unable to test currently with the environment issues after the changes in RMG. |
Resolved with #236 |
As per issue #220. We need to change the documentation calls from
domain,y0 = ConstantTVDomain(phase=liq,initialconds=initialconds,constantspecies=["oxygen"])
todomain,y0,p = ConstantTVDomain(phase=liq,initialconds=initialconds,constantspecies=["oxygen"])
The text was updated successfully, but these errors were encountered: