René's URL Explorer Experiment


Title: The current CONTRIBUTING.md is missing initialization of Git Submodule `cpython` · Issue #1129 · python/python-docs-el · GitHub

Open Graph Title: The current CONTRIBUTING.md is missing initialization of Git Submodule `cpython` · Issue #1129 · python/python-docs-el

X Title: The current CONTRIBUTING.md is missing initialization of Git Submodule `cpython` · Issue #1129 · python/python-docs-el

Description: /type documentation Which area/kind this task is related to? /type documentation Task Description The current Contributing.md is missing a critical step for local environment setup, leading to build failures. Specifically, when following...

Open Graph Description: /type documentation Which area/kind this task is related to? /type documentation Task Description The current Contributing.md is missing a critical step for local environment setup, leading to buil...

X Description: /type documentation Which area/kind this task is related to? /type documentation Task Description The current Contributing.md is missing a critical step for local environment setup, leading to buil...

Opengraph URL: https://github.com/python/python-docs-el/issues/1129

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"The current CONTRIBUTING.md is missing initialization of Git Submodule `cpython`","articleBody":"/type documentation\n\n## Which area/kind this task is related to?\n\n/type documentation\n\n## Task Description\n\nThe current Contributing.md is missing a critical step for local environment setup, leading to build failures. Specifically, when following the current instructions, the `cpython` directory remains empty because it is a Git Submodule that is not initialized by default.\n\nThis causes `pip install -r requirements.txt` to fail since it cannot find the referenced file `-r cpython/Doc/requirements.txt`.\n\nlogs:\n```txt\nERROR: Could not open requirements file: [Errno 2] No such file or directory: '/github/python-docs-el/cpython/Doc/requirements.txt'\n```\n\n**Proposed Changes:**\n\n#### **Option 1: Remote Requirements**\nIf we only need the dependency list without the full CPython source code, we can point `pip` directly to the official raw file.\n\nUpdate the first line of `requirements.txt` to:\n```text\n-r https://raw.githubusercontent.com/python/cpython/3.14/Doc/requirements.txt\n```\n\n#### **Option 2: Shallow Submodule Update**\nIf we prefer to keep the submodule for strict version locking (at commit afaa3b0), we should use a shallow clone. This downloads only the current files (~100MB) instead of the entire history.\n\nUpdate the `CONTRIBUTING.md` to submodule initialization to:\n\n```text\ngit submodule update --init --recursive --depth 1\n```\n","author":{"url":"https://github.com/leftkats","@type":"Person","name":"leftkats"},"datePublished":"2026-01-21T20:26:41.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/1129/python-docs-el/issues/1129"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:80f71f4e-7d9f-ef42-e9c0-33da6963cd59
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idA6A6:25BF4B:85C9CCF:B5ED513:6973D64C
html-safe-noncebdad59846eae86c22f17964f0118d5ebffeeb599f7592b64e6d65547bf111759
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBNkE2OjI1QkY0Qjo4NUM5Q0NGOkI1RUQ1MTM6Njk3M0Q2NEMiLCJ2aXNpdG9yX2lkIjoiMzc3MDI5ODMxNDg0MjY5MTE0OCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac948409c0392ba540849a7ba44795a63a86001c7e670233a4b721e95acc927afa
hovercard-subject-tagissue:3839902723
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python/python-docs-el/1129/issue_layout
twitter:imagehttps://opengraph.githubassets.com/c9f87d2e613ead5bc60891db721f5f96f7a0b2677ba650a832f7de10d6c7a645/python/python-docs-el/issues/1129
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/c9f87d2e613ead5bc60891db721f5f96f7a0b2677ba650a832f7de10d6c7a645/python/python-docs-el/issues/1129
og:image:alt/type documentation Which area/kind this task is related to? /type documentation Task Description The current Contributing.md is missing a critical step for local environment setup, leading to buil...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameleftkats
hostnamegithub.com
expected-hostnamegithub.com
None4c466014c8820edcdcbef69f57f90d1c8041009ca459463b96b062ebca83c424
turbo-cache-controlno-preview
go-importgithub.com/python/python-docs-el git https://github.com/python/python-docs-el.git
octolytics-dimension-user_id1525981
octolytics-dimension-user_loginpython
octolytics-dimension-repository_id772031619
octolytics-dimension-repository_nwopython/python-docs-el
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id772031619
octolytics-dimension-repository_network_root_nwopython/python-docs-el
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releaseb4cd3a8af1483283fd4c6bcf6e24fd9fc8ab0e78
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/python-docs-el/issues/1129#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fpython-docs-el%2Fissues%2F1129
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fpython-docs-el%2Fissues%2F1129
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=python%2Fpython-docs-el
Reloadhttps://github.com/python/python-docs-el/issues/1129
Reloadhttps://github.com/python/python-docs-el/issues/1129
Reloadhttps://github.com/python/python-docs-el/issues/1129
python https://github.com/python
python-docs-elhttps://github.com/python/python-docs-el
Please reload this pagehttps://github.com/python/python-docs-el/issues/1129
Notifications https://github.com/login?return_to=%2Fpython%2Fpython-docs-el
Fork 20 https://github.com/login?return_to=%2Fpython%2Fpython-docs-el
Star 25 https://github.com/login?return_to=%2Fpython%2Fpython-docs-el
Code https://github.com/python/python-docs-el
Issues 867 https://github.com/python/python-docs-el/issues
Pull requests 12 https://github.com/python/python-docs-el/pulls
Actions https://github.com/python/python-docs-el/actions
Security 0 https://github.com/python/python-docs-el/security
Insights https://github.com/python/python-docs-el/pulse
Code https://github.com/python/python-docs-el
Issues https://github.com/python/python-docs-el/issues
Pull requests https://github.com/python/python-docs-el/pulls
Actions https://github.com/python/python-docs-el/actions
Security https://github.com/python/python-docs-el/security
Insights https://github.com/python/python-docs-el/pulse
New issuehttps://github.com/login?return_to=https://github.com/python/python-docs-el/issues/1129
New issuehttps://github.com/login?return_to=https://github.com/python/python-docs-el/issues/1129
#1130https://github.com/python/python-docs-el/pull/1130
The current CONTRIBUTING.md is missing initialization of Git Submodule cpythonhttps://github.com/python/python-docs-el/issues/1129#top
#1130https://github.com/python/python-docs-el/pull/1130
documentationImprovements or additions to documentationhttps://github.com/python/python-docs-el/issues?q=state%3Aopen%20label%3A%22documentation%22
https://github.com/leftkats
https://github.com/leftkats
leftkatshttps://github.com/leftkats
on Jan 21, 2026https://github.com/python/python-docs-el/issues/1129#issue-3839902723
documentationImprovements or additions to documentationhttps://github.com/python/python-docs-el/issues?q=state%3Aopen%20label%3A%22documentation%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.