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

Adapt to dylan-tool #29

Merged
merged 1 commit into from
Apr 3, 2024
Merged

Adapt to dylan-tool #29

merged 1 commit into from
Apr 3, 2024

Conversation

fraya
Copy link
Member

@fraya fraya commented Apr 1, 2024

  • 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 )
    • 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

- 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
@fraya fraya requested a review from cgay April 1, 2024 19:56
Copy link
Member

@cgay cgay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure why the doc CI is failing but the changes look good to me.

@fraya
Copy link
Member Author

fraya commented Apr 3, 2024

The deployment of documentation to github pages only fails when it is executed in a PR. I have not found a solution. I use:

# https://github.com/JamesIves/github-pages-deploy-action#readme
permissions:
    contents: write

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.

@fraya
Copy link
Member Author

fraya commented Apr 3, 2024

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)

@fraya fraya merged commit cfbff10 into dylan-lang:master Apr 3, 2024
0 of 2 checks passed
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