-
-
Notifications
You must be signed in to change notification settings - Fork 588
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
Doc build fails due to old Sphinx #1356
Comments
@kloczek This has now been fixed, due to stale nature of the repository, workflows started to fail due to upstream changes. This has now been fixed in the |
Just tested 2.4.4 and issue still is not resolved. --- a/docs/conf.py
+++ b/docs/conf.py
@@ -209,11 +209,11 @@
# -- Options for extlinks extension ------------------------------------------
extlinks = {
- 'issue': (f'{github_repo_url}/issues/%s', '#'), # noqa: WPS323
- 'pr': (f'{github_repo_url}/pull/%s', 'PR #'), # noqa: WPS323
- 'commit': (f'{github_repo_url}/commit/%s', ''), # noqa: WPS323
+ 'issue': (f'{github_repo_url}/issues/%s', '#%s'), # noqa: WPS323
+ 'pr': (f'{github_repo_url}/pull/%s', 'PR #%s'), # noqa: WPS323
+ 'commit': (f'{github_repo_url}/commit/%s', '%s'), # noqa: WPS323
'gh': (f'{github_url}/%s', 'GitHub: '), # noqa: WPS323
- 'user': (f'{github_sponsors_url}/%s', '@'), # noqa: WPS323
+ 'user': (f'{github_sponsors_url}/%s', '@%s'), # noqa: WPS323
}
# -- Options for linkcheck builder ------------------------------------------- Please let me know if you want this patch as PR. |
BTW it would be good to drop python<=3.7 support by filter all code over 'pyupgrade --py38-plus`. |
@kloczek Thank you for checking back on it. Can you please share your machine/OS details so that I can try to reproduce the same. A PR will certainly be of great help 👍 I agree at some point we might have to drop support for outdating py3 versions. But IIUC, |
This issue has nothing to do with machine/OS details. This issue is ONLY related to used |
Which means you are not using versions pinned by Try |
This +3 years old version is no longer supported by any Linux/*BSD/Solaris distro. |
Looks like something is wrong and documentation build fails.
List of installed modules in build env:
The text was updated successfully, but these errors were encountered: