Giter Site home page Giter Site logo

2.4.3: documentation build fails about proxy.py HOT 8 OPEN

kloczek avatar kloczek commented on July 23, 2024
2.4.3: documentation build fails

from proxy.py.

Comments (8)

kloczek avatar kloczek commented on July 23, 2024 1

Just tested 2.4.4 and issue still is not resolved.
Here is the patch

--- 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.

from proxy.py.

abhinavsingh avatar abhinavsingh commented on July 23, 2024

@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 develop branch

from proxy.py.

kloczek avatar kloczek commented on July 23, 2024

Just FTR https://www.sphinx-doc.org/en/master/usage/extensions/extlinks.html

from proxy.py.

kloczek avatar kloczek commented on July 23, 2024

BTW it would be good to drop python<=3.7 support by filter all code over 'pyupgrade --py38-plus`.

from proxy.py.

abhinavsingh avatar abhinavsingh commented on July 23, 2024

@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, proxy.py cannot drop support for <= 3.7 because several dependants use proxy.py for exactly this reason. Also FWIW, we have workflows/tests for <=3.7 and they seem to be holding on for now :D

from proxy.py.

kloczek avatar kloczek commented on July 23, 2024

Can you please share your machine/OS details

This issue has nothing to do with machine/OS details. This issue is ONLY related to used sphinx.
In this case I'm using sphinx 7.2.6.

from proxy.py.

abhinavsingh avatar abhinavsingh commented on July 23, 2024

Can you please share your machine/OS details

This issue has nothing to do with machine/OS details. This issue is ONLY related to used sphinx. In this case I'm using sphinx 7.2.6.

Which means you are not using versions pinned by proxy.py and likely hence the issue. Under docs/requirements.txt we have sphinx==4.3.2

Try make lib-doc , lemme know if this helps.

from proxy.py.

kloczek avatar kloczek commented on July 23, 2024

This +3 years old version is no longer supported by any Linux/*BSD/Solaris distro.

from proxy.py.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.