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

Fix documentation deployment #247

Merged
merged 1 commit into from
Oct 5, 2023
Merged

Conversation

ararslan
Copy link
Contributor

@ararslan ararslan commented Oct 4, 2023

There was no compatibility set for the Documenter dependency in docs/Project.toml, so a breaking change made in Documenter 1.0 broke documentation deployment for this package. In particular, the strict keyword argument in makedocs was replaced with warnonly. To fix it, we can declare explicit compatibility with Documenter 1.0 and switch to using warnonly=true rather than strict=false.

As part of this, I've also added standard entries to .gitignore, two of which are relevant to documentation: the automatically generated docs/build/ directory and Manifest.toml.

There was no compatibility set for the Documenter dependency in
`docs/Project.toml`, so a breaking change made in Documenter 1.0 broke
documentation deployment for this package. In particular, the `strict`
keyword argument in `makedocs` was replaced with `warnonly`. To fix it,
we can declare explicit compatibility with Documenter 1.0 and switch to
using `warnonly=true` rather than `strict=false`.

As part of this, I've also added standard entries to `.gitignore`, two
of which are relevant to documentation: the automatically generated
`docs/build/` directory and `Manifest.toml`.
@codecov
Copy link

codecov bot commented Oct 4, 2023

Codecov Report

Merging #247 (94a6dc4) into master (62f3e5f) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #247   +/-   ##
=======================================
  Coverage   90.34%   90.34%           
=======================================
  Files           4        4           
  Lines         259      259           
=======================================
  Hits          234      234           
  Misses         25       25           

@pkofod pkofod merged commit 220a63c into JuliaNLSolvers:master Oct 5, 2023
@ararslan ararslan deleted the aa/fix-docs branch October 5, 2023 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants