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

DEV: Review pinned requirements in include files #2573

Open
stefan6419846 opened this issue Apr 2, 2024 · 1 comment
Open

DEV: Review pinned requirements in include files #2573

stefan6419846 opened this issue Apr 2, 2024 · 1 comment
Labels
dependencies Pull requests that update a dependency file

Comments

@stefan6419846
Copy link
Collaborator

stefan6419846 commented Apr 2, 2024

We should review the following pinned dependencies in our include files for the requirements.txt files to ensure that we keep being compatible with recent Python versions:

@stefan6419846 stefan6419846 added the dependencies Pull requests that update a dependency file label Apr 2, 2024
@stefan6419846
Copy link
Collaborator Author

stefan6419846 commented Apr 2, 2024

The myst_parser issue seems to be related to

myst_all_links_external = True
Changing the setting, using myst_heading_anchors = 3 and fixing the links in

docs/dev/documentation.md:56: WARNING: 'myst' cross-reference target not found: 'intro.html#commit-messages' [myst.xref_missing]
docs/user/extract-text.md:41: WARNING: 'myst' cross-reference target not found: '../modules/PageObject.html#pypdf._page.PageObject.extract_text' [myst.xref_missing]
docs/user/merging-pdfs.md:52: WARNING: 'myst' cross-reference target not found: '../modules/PdfWriter.html#pypdf.PdfWriter.append' [myst.xref_missing]
docs/user/robustness.md:32: WARNING: 'myst' cross-reference target not found: '../modules/PdfReader.md' [myst.xref_missing]
docs/user/robustness.md:33: WARNING: 'myst' cross-reference target not found: '../modules/PdfWriter.md' [myst.xref_missing]

should resolve it. This additionally requires regenerating the docs.txt requirements file afterwards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

1 participant