-
Notifications
You must be signed in to change notification settings - Fork 96
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
update gallery for UnicodePlots
#281
Conversation
It looks like the new release v1.27.2 does not trigger the documentation rebuild. |
I have to merge JuliaPlots/UnicodePlots.jl#240 for this PR to work. |
Sorry, I meant https://docs.juliaplots.org/stable/ is still targeting v1.27.1 at the moment and I didn't see the docs CI run against |
Oh yes, this is because https://github.com/JuliaPlots/Plots.jl/runs/5665604496?check_suite_focus=true has built the docs for JuliaPlots/Plots.jl@0686461, which was before I bumped the
I would also like to remove the docs pages for the old versions ( |
Without tag they only build for |
I see you need JuliaDocs/DemoCards.jl#109 for debug purposes. How about committing For local development, you can first run |
I don't understand this. I work locally and I don't have any Manifest file here.
I am sticking with the |
(docs) pkg> add https://github.com/t-bltg/DemoCards.jl.git#debug
Cloning git-repo `https://github.com/t-bltg/DemoCards.jl.git`
Updating git-repo `https://github.com/t-bltg/DemoCards.jl.git`
Updating registry at `~/.julia/registries/General.toml`
...
shell> git add docs/Manifest.toml -f
shell> git status
Refresh index: 100% (249/249), done.
On branch master
Your branch is up to date with 'origin/master'.
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
new file: docs/Manifest.toml
...
shell> git commit -m "debug: temporarly commit docs/Manifest.toml"
[master c22be33] debug: temporarly commit docs/Manifest.toml
1 file changed, 645 insertions(+)
create mode 100644 docs/Manifest.toml By force committing PlotDocs.jl/.github/workflows/docs.yml Lines 56 to 57 in 7f1da68
|
Co-authored-by: Waldir Pimenta <[email protected]>
UnicodePlots
CI passes, let's merge this now and see how it renders. |
Following JuliaPlots/Plots.jl#4149, and JuliaPlots/UnicodePlots.jl#239.