-
-
Notifications
You must be signed in to change notification settings - Fork 402
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
Add build stage for documentation #1485
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1485 +/- ##
=======================================
Coverage 88.83% 88.83%
=======================================
Files 27 27
Lines 3655 3655
=======================================
Hits 3247 3247
Misses 408 408 Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #1485 +/- ##
=======================================
Coverage 88.83% 88.83%
=======================================
Files 27 27
Lines 3655 3655
=======================================
Hits 3247 3247
Misses 408 408 Continue to review full report at Codecov.
|
@fredrikekre what did I do wrong? I just followed the Colors.jl example: |
You need
at the top of docs/make.jl, see Gotcha 2 I added to the top post of https://discourse.julialang.org/t/psa-use-a-project-for-building-your-docs/14974 |
Oops, sorry, I should have tried that first. It might be worth editing the discourse post because the word "might" put me off, and I had a quick look at the Julia issue and it didn't seem relevant. Maybe say: If you encounter an error like
you've run into JuliaLang/julia#28625 which is a bug in Julia ... |
Yea, updated. It is actually if you have doctests that you get that without the workaround. |
Great, thanks for your help! |
This PR adds a documentation build stage to Travis, following these instructions:
https://discourse.julialang.org/t/psa-use-a-project-for-building-your-docs/14974
Let's see what happens.