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(docs): replace github link for portray with a temporary pypi url #63

Open
wants to merge 1 commit into
base: release/0.10.0
Choose a base branch
from

Conversation

philtweir
Copy link
Contributor

🐛 Bug Fix

Description

Currently, we cannot release (at least to PyPI) as the fork of Portray, and of pdocs, is not packaged. Temporary packages have been created ahead of investigating upstream interest in updates.

To reproduce, pushing a tag to main with a new version leads to a failing build on upload to PyPI.

Root Cause:

As portray and pdocs are abandoned, more recent versions of numpy are incompatible with hug. As a result, we have had to remove hug, which is not critical for our use-case. Functionality in portray (a) is more generally attractive as it integrates mkdocs alos, and (b) project-level issues with pdoc and pdoc3 mean these will not be accepted as dependencies, and pdocs is the only universally-acceptable feature-equivalent alternative.

Testing:

Tried installing this locally, with no issues.

Checklist

  • I have included a clear description of the bug.
  • I have listed the steps to reproduce the issue.
  • I have run the test suite and verified it passes.
  • I have attached any relevant logs or screenshots. (N/A)

Who can review?

List any maintainers or contributors who are best suited to review this pull request.

@KamenDimitrov97 @elleryames

Copy link
Contributor

@elleryames elleryames left a comment

Choose a reason for hiding this comment

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

Thanks @philtweir !

@elleryames
Copy link
Contributor

@philtweir : should this be targeted to a release branch?

@philtweir philtweir changed the base branch from main to release/0.10.0 January 8, 2025 12:39
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