Merged
Conversation
- Add .gitignore
- Add package description
- Remove registry directory
Will be created by dylan-tool
- Adapt documentation to 'dylan-tool':
- Fix broken link to papers in documentation
- Update obsolete link with Web archive reference
- Fix broken links to 'drm' ($unsupplied and <byte>)
- Move papers in PDF format to sub-directory 'papers'
- Adapt sphinx-extensions path to 'dylan-tool'
- Set 'furo' theme as default
- Remove table of contents from documentation for compatibility with
'furo' theme.
- Ignore certificate verification in documentation 'linkcheck'
- Update CI actions
- Ignore documentation paths on building and testing
- Update checkout and install-opendylan actions
- Use dylan-tool to update package and build tests
- Report tests in Xml format to publish
- Add build documentation action
- Add dependabot
cgay
approved these changes
Apr 2, 2024
Member
cgay
left a comment
There was a problem hiding this comment.
Not sure why the doc CI is failing but the changes look good to me.
Member
Author
|
The deployment of documentation to github pages only fails when it is executed in a PR. I have not found a solution. I use: without success. I like to deploy the docs of each package to GH pages so we have an update copy of documentation in between the time that the website is updated. Maybe I should remove this step, or create a new action that is executed on the package release version. |
Member
Author
|
I don't have permission to enable the deploy to GH pages in this repo. Go to settings/pages/ build and deployment/deploy from branch/branch/gh-pages and select root (save) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add .gitignore
Add package description
Remove registry directory Will be created by dylan-tool
Adapt documentation to 'dylan-tool':
Update CI actions