-
-
Notifications
You must be signed in to change notification settings - Fork 611
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
Code block in documentation not rendering properly #2248
Comments
Did you activate the |
It's sometimes a bit of a pain to run locally. Unfortunately, if you make a PR (on a fork) CI won't check this... but since I have privileges to make them on the root, it does... so I made #2249 quickly. |
Thanks, @darsnack. I didn't find anything on this in the contribution guidelines. @mcabbott any suggestions on how I can run the tests locally? I want to contribute to this package going ahead. |
Something like this works for me locally. This is what Kyle means by activate the folder:
It will print many warnings, some of which are things we should fix, and should report that doctests pass:
|
Thanks! |
A code block in RNN's documentation isn't rendering properly. Attaching screenshot.
I tried to fix it, but I am unable to compile the docs. When I try
julia docs/make.jl
(before making any changes), I find that a bunch of doctests are failing. Do I need to alter the command to compile the documentation?The text was updated successfully, but these errors were encountered: