{"id":2928473,"name":"sphinx-lint","ecosystem":"pypi","description":"Check for stylistic and formal issues in .rst and .py files included in the documentation.","homepage":null,"licenses":"PSF-2.0","normalized_licenses":["PSF-2.0"],"repository_url":"https://github.com/sphinx-contrib/sphinx-lint","keywords_array":[],"namespace":null,"versions_count":24,"first_release_published_at":"2022-02-02T16:49:47.000Z","latest_release_published_at":"2025-11-19T08:28:10.000Z","latest_release_number":"1.0.2","last_synced_at":"2026-09-03T22:11:17.897Z","created_at":"2022-04-10T12:41:10.766Z","updated_at":"2026-09-03T22:11:17.897Z","registry_url":"https://pypi.org/project/sphinx-lint/","install_command":"pip install sphinx-lint --index-url https://pypi.org/simple","documentation_url":"https://sphinx-lint.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 5 - Production/Stable","Intended Audience :: Developers","Natural Language :: English","Programming Language :: Python :: 3 :: Only","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12","Programming Language :: Python :: 3.13","Programming Language :: Python :: 3.14","Topic :: Documentation :: Sphinx"],"normalized_name":"sphinx-lint","project_status":null},"repo_metadata":{"id":37036744,"uuid":"451150637","full_name":"sphinx-contrib/sphinx-lint","owner":"sphinx-contrib","description":"Check for stylistic and formal issues in .rst and .py files included in the documentation","archived":false,"fork":false,"pushed_at":"2026-07-06T21:47:09.000Z","size":327,"stargazers_count":104,"open_issues_count":48,"forks_count":28,"subscribers_count":10,"default_branch":"main","last_synced_at":"2026-08-19T17:35:44.443Z","etag":null,"topics":["docs","documentation","lint","linter","python","restructuredtext","rst","sphinx"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/sphinx-lint/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sphinx-contrib.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["JulienPalard"],"liberapay":"JulienPalard"}},"created_at":"2022-01-23T15:44:47.000Z","updated_at":"2026-08-09T22:07:28.000Z","dependencies_parsed_at":"2023-10-16T03:19:14.126Z","dependency_job_id":"f7686b96-f6cf-4a09-b439-a0ef271db6b1","html_url":"https://github.com/sphinx-contrib/sphinx-lint","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"purl":"pkg:github/sphinx-contrib/sphinx-lint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sphinx-contrib","download_url":"https://codeload.github.com/sphinx-contrib/sphinx-lint/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/sbom","scorecard":{"id":841307,"data":{"date":"2025-08-11","repo":{"name":"github.com/sphinx-contrib/sphinx-lint","commit":"688bef9c9500aa75dc33b0ffc064de8753d56819"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":5,"reason":"3 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 5","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Code-Review","score":8,"reason":"Found 23/26 approved changesets -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: topLevel 'contents' permission set to 'read': .github/workflows/deploy.yml:13","Info: topLevel 'contents' permission set to 'read': .github/workflows/lint.yml:9","Warn: no topLevel permission defined: .github/workflows/tests.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-contrib/sphinx-lint/deploy.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-contrib/sphinx-lint/deploy.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-contrib/sphinx-lint/deploy.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-contrib/sphinx-lint/deploy.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/deploy.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-contrib/sphinx-lint/deploy.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/deploy.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-contrib/sphinx-lint/deploy.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-contrib/sphinx-lint/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-contrib/sphinx-lint/lint.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-contrib/sphinx-lint/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-contrib/sphinx-lint/tests.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-contrib/sphinx-lint/tests.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/tests.yml:53: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-contrib/sphinx-lint/tests.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/tests.yml:42","Warn: pipCommand not pinned by hash: .github/workflows/tests.yml:43","Info:   0 out of   7 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   5 third-party GitHubAction dependencies pinned","Info:   0 out of   2 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/deploy.yml:29"],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-23T20:32:57.031Z","repository_id":37036744,"created_at":"2025-08-23T20:32:57.031Z","updated_at":"2025-08-23T20:32:57.031Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36838983,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-23T02:00:05.822Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"sphinx-contrib","name":"sphinx-contrib","uuid":"31936682","kind":"organization","description":"A collection of Sphinx extensions maintained by their respective authors. It is not an official part of Sphinx.","email":null,"website":"http://www.sphinx-doc.org/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/31936682?v=4","repositories_count":78,"last_synced_at":"2023-03-26T12:55:41.144Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/sphinx-contrib","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-04T01:32:17.104Z","updated_at":"2023-03-26T12:55:42.193Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sphinx-contrib","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sphinx-contrib/repositories"},"tags":[{"name":"v1.0.2","sha":"c883505f64b59c3c5c9375191e4ad9f98e727ccd","kind":"commit","published_at":"2025-11-19T05:59:26.000Z","download_url":"https://codeload.github.com/sphinx-contrib/sphinx-lint/tar.gz/v1.0.2","html_url":"https://github.com/sphinx-contrib/sphinx-lint/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sphinx-contrib/sphinx-lint@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"e24bb0e1a3d80232373e49ca855721ec44e6340f","kind":"commit","published_at":"2025-10-28T17:57:17.000Z","download_url":"https://codeload.github.com/sphinx-contrib/sphinx-lint/tar.gz/v1.0.1","html_url":"https://github.com/sphinx-contrib/sphinx-lint/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sphinx-contrib/sphinx-lint@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"ff671d6a030a3141634793e6d1e8909ab6091830","kind":"commit","published_at":"2024-09-11T15:23:18.000Z","download_url":"https://codeload.github.com/sphinx-contrib/sphinx-lint/tar.gz/v1.0.0","html_url":"https://github.com/sphinx-contrib/sphinx-lint/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sphinx-contrib/sphinx-lint@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v1.0.0/manifests"},{"name":"v0.9.1","sha":"ce6d7aeab24d60b6119dbad180540bf3c9ff31da","kind":"commit","published_at":"2023-12-12T16:14:28.000Z","download_url":"https://codeload.github.com/sphinx-contrib/sphinx-lint/tar.gz/v0.9.1","html_url":"https://github.com/sphinx-contrib/sphinx-lint/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sphinx-contrib/sphinx-lint@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v0.9.1/manifests"},{"name":"v0.9.0","sha":"ac9d13a8d835b1dd311fa0ab0060bc60bb51a833","kind":"commit","published_at":"2023-11-22T09:52:37.000Z","download_url":"https://codeload.github.com/sphinx-contrib/sphinx-lint/tar.gz/v0.9.0","html_url":"https://github.com/sphinx-contrib/sphinx-lint/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sphinx-contrib/sphinx-lint@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v0.9.0/manifests"},{"name":"v0.8.2","sha":"5b2e1b86ddccdef24b0749cebc32d990a64e63f5","kind":"commit","published_at":"2023-11-12T16:41:54.000Z","download_url":"https://codeload.github.com/sphinx-contrib/sphinx-lint/tar.gz/v0.8.2","html_url":"https://github.com/sphinx-contrib/sphinx-lint/releases/tag/v0.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sphinx-contrib/sphinx-lint@v0.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v0.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v0.8.2/manifests"},{"name":"v0.8.1","sha":"ae69698b3a9b3d04a762047f3834183c80e4f697","kind":"commit","published_at":"2023-10-16T14:59:50.000Z","download_url":"https://codeload.github.com/sphinx-contrib/sphinx-lint/tar.gz/v0.8.1","html_url":"https://github.com/sphinx-contrib/sphinx-lint/releases/tag/v0.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sphinx-contrib/sphinx-lint@v0.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v0.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v0.8.1/manifests"},{"name":"v0.8.0","sha":"dbccac04ae71d24a8ba373286fd8326ae43716ba","kind":"commit","published_at":"2023-10-15T16:50:01.000Z","download_url":"https://codeload.github.com/sphinx-contrib/sphinx-lint/tar.gz/v0.8.0","html_url":"https://github.com/sphinx-contrib/sphinx-lint/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sphinx-contrib/sphinx-lint@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"b61542c40acf353167156f7ea2217826892a3e57","kind":"commit","published_at":"2023-10-13T12:44:59.000Z","download_url":"https://codeload.github.com/sphinx-contrib/sphinx-lint/tar.gz/v0.7.0","html_url":"https://github.com/sphinx-contrib/sphinx-lint/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sphinx-contrib/sphinx-lint@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v0.7.0/manifests"},{"name":"v0.6.8","sha":"568a871ba313004b3ec435ff3f00ab9c8dd9213f","kind":"commit","published_at":"2023-08-15T10:01:09.000Z","download_url":"https://codeload.github.com/sphinx-contrib/sphinx-lint/tar.gz/v0.6.8","html_url":"https://github.com/sphinx-contrib/sphinx-lint/releases/tag/v0.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sphinx-contrib/sphinx-lint@v0.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v0.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v0.6.8/manifests"},{"name":"v0.6.7","sha":"a41994869c573d43c3d9910f9e67c3c6d7dab654","kind":"commit","published_at":"2022-10-18T14:20:57.000Z","download_url":"https://codeload.github.com/sphinx-contrib/sphinx-lint/tar.gz/v0.6.7","html_url":"https://github.com/sphinx-contrib/sphinx-lint/releases/tag/v0.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sphinx-contrib/sphinx-lint@v0.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v0.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v0.6.7/manifests"},{"name":"v0.6.6","sha":"3aee36b5793132502bd59017eb5e3cc87abd874a","kind":"commit","published_at":"2022-10-07T09:32:46.000Z","download_url":"https://codeload.github.com/sphinx-contrib/sphinx-lint/tar.gz/v0.6.6","html_url":"https://github.com/sphinx-contrib/sphinx-lint/releases/tag/v0.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sphinx-contrib/sphinx-lint@v0.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v0.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v0.6.6/manifests"},{"name":"v0.6.5","sha":"6590ea01606b9b56010ea5ef3d95295f57ab168c","kind":"commit","published_at":"2022-10-06T23:09:12.000Z","download_url":"https://codeload.github.com/sphinx-contrib/sphinx-lint/tar.gz/v0.6.5","html_url":"https://github.com/sphinx-contrib/sphinx-lint/releases/tag/v0.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sphinx-contrib/sphinx-lint@v0.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v0.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v0.6.5/manifests"},{"name":"v0.6.4","sha":"0b8f29dc154d143e8aebce23b27fe412d58cbdde","kind":"commit","published_at":"2022-10-06T21:39:26.000Z","download_url":"https://codeload.github.com/sphinx-contrib/sphinx-lint/tar.gz/v0.6.4","html_url":"https://github.com/sphinx-contrib/sphinx-lint/releases/tag/v0.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sphinx-contrib/sphinx-lint@v0.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v0.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v0.6.4/manifests"},{"name":"v0.6.3","sha":"102b46ba39db6c2bae024382b22cf5f6f34fc029","kind":"commit","published_at":"2022-10-06T19:26:47.000Z","download_url":"https://codeload.github.com/sphinx-contrib/sphinx-lint/tar.gz/v0.6.3","html_url":"https://github.com/sphinx-contrib/sphinx-lint/releases/tag/v0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sphinx-contrib/sphinx-lint@v0.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v0.6.3/manifests"},{"name":"v0.6.2","sha":"8d34b73b9c5273365af16c0dee986e0bbe7c2de7","kind":"commit","published_at":"2022-10-06T12:51:34.000Z","download_url":"https://codeload.github.com/sphinx-contrib/sphinx-lint/tar.gz/v0.6.2","html_url":"https://github.com/sphinx-contrib/sphinx-lint/releases/tag/v0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sphinx-contrib/sphinx-lint@v0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v0.6.2/manifests"},{"name":"v0.6.1","sha":"ba3809a48c6c2fc5c88db730534ccbb58f73688a","kind":"commit","published_at":"2022-06-18T13:28:34.000Z","download_url":"https://codeload.github.com/sphinx-contrib/sphinx-lint/tar.gz/v0.6.1","html_url":"https://github.com/sphinx-contrib/sphinx-lint/releases/tag/v0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sphinx-contrib/sphinx-lint@v0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v0.6.1/manifests"},{"name":"v0.6","sha":"85d9950859e16a14766485eea3c3f164664678fe","kind":"commit","published_at":"2022-05-23T12:15:50.000Z","download_url":"https://codeload.github.com/sphinx-contrib/sphinx-lint/tar.gz/v0.6","html_url":"https://github.com/sphinx-contrib/sphinx-lint/releases/tag/v0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sphinx-contrib/sphinx-lint@v0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v0.6/manifests"},{"name":"v0.5","sha":"97d5900f970568d88b1b0660b31297f63bfde03f","kind":"commit","published_at":"2022-05-13T12:05:25.000Z","download_url":"https://codeload.github.com/sphinx-contrib/sphinx-lint/tar.gz/v0.5","html_url":"https://github.com/sphinx-contrib/sphinx-lint/releases/tag/v0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sphinx-contrib/sphinx-lint@v0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v0.5/manifests"},{"name":"v0.4.1","sha":"b25d09c5a0cf15030c575d18078d815724a1e3e0","kind":"commit","published_at":"2022-04-29T08:56:43.000Z","download_url":"https://codeload.github.com/sphinx-contrib/sphinx-lint/tar.gz/v0.4.1","html_url":"https://github.com/sphinx-contrib/sphinx-lint/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sphinx-contrib/sphinx-lint@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v0.4.1/manifests"},{"name":"v0.4","sha":"f6a736db170cc9b4eef14f0708c4bc01e7b81dd7","kind":"commit","published_at":"2022-04-25T21:29:56.000Z","download_url":"https://codeload.github.com/sphinx-contrib/sphinx-lint/tar.gz/v0.4","html_url":"https://github.com/sphinx-contrib/sphinx-lint/releases/tag/v0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sphinx-contrib/sphinx-lint@v0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v0.4/manifests"},{"name":"v0.3","sha":"3dd0fb63bd0e9fcb94412c01c6ad7242a3cc4ccf","kind":"commit","published_at":"2022-04-24T06:13:44.000Z","download_url":"https://codeload.github.com/sphinx-contrib/sphinx-lint/tar.gz/v0.3","html_url":"https://github.com/sphinx-contrib/sphinx-lint/releases/tag/v0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sphinx-contrib/sphinx-lint@v0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v0.3/manifests"},{"name":"v0.2","sha":"7acefa75a7e17015190963703ba05b4a5232e1c2","kind":"commit","published_at":"2022-04-05T06:56:56.000Z","download_url":"https://codeload.github.com/sphinx-contrib/sphinx-lint/tar.gz/v0.2","html_url":"https://github.com/sphinx-contrib/sphinx-lint/releases/tag/v0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sphinx-contrib/sphinx-lint@v0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/tags/v0.2/manifests"}]},"repo_metadata_updated_at":"2026-08-23T02:11:51.711Z","dependent_packages_count":116,"downloads":965429,"downloads_period":"last-month","dependent_repos_count":33,"rankings":{"downloads":1.7195391414141412,"dependent_repos_count":2.5531175937784285,"dependent_packages_count":0.30140458087590893,"stargazers_count":null,"forks_count":null,"docker_downloads_count":2.812982266410379,"average":1.8467608956197143},"purl":"pkg:pypi/sphinx-lint","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/sphinx-lint","docker_dependents_count":22,"docker_downloads_count":2537,"usage_url":"https://repos.ecosyste.ms/usage/pypi/sphinx-lint","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/sphinx-lint/dependencies","status":null,"funding_links":["https://github.com/sponsors/JulienPalard","https://liberapay.com/JulienPalard"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-19T17:32:20.053Z","issues_count":72,"pull_requests_count":98,"avg_time_to_close_issue":4980290.533333333,"avg_time_to_close_pull_request":1933978.8101265824,"issues_closed_count":30,"pull_requests_closed_count":79,"pull_request_authors_count":24,"issue_authors_count":33,"avg_comments_per_issue":2.5277777777777777,"avg_comments_per_pull_request":1.9489795918367347,"merged_pull_requests_count":74,"bot_issues_count":0,"bot_pull_requests_count":2,"past_year_issues_count":8,"past_year_pull_requests_count":17,"past_year_avg_time_to_close_issue":94950.0,"past_year_avg_time_to_close_pull_request":343782.6,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":10,"past_year_pull_request_authors_count":8,"past_year_issue_authors_count":7,"past_year_avg_comments_per_issue":1.5,"past_year_avg_comments_per_pull_request":1.0588235294117647,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":2,"past_year_merged_pull_requests_count":9,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-contrib%2Fsphinx-lint/issues","maintainers":[{"login":"hugovk","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/hugovk"},{"login":"JulienPalard","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JulienPalard"},{"login":"ezio-melotti","count":14,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ezio-melotti"},{"login":"AlexWaygood","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AlexWaygood"},{"login":"AA-Turner","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AA-Turner"}],"active_maintainers":[{"login":"hugovk","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/hugovk"},{"login":"AlexWaygood","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/AlexWaygood"},{"login":"JulienPalard","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/JulienPalard"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/sphinx-lint/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/sphinx-lint/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/sphinx-lint/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/sphinx-lint/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/sphinx-lint/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/sphinx-lint/codemeta","maintainers":[{"uuid":"hugovk","login":"hugovk","name":null,"email":null,"url":null,"packages_count":24,"html_url":"https://pypi.org/user/hugovk/","role":"Owner","created_at":"2023-08-05T22:01:07.352Z","updated_at":"2023-08-05T22:01:07.352Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/hugovk/packages"},{"uuid":"JulienPalard","login":"JulienPalard","name":null,"email":null,"url":null,"packages_count":52,"html_url":"https://pypi.org/user/JulienPalard/","role":null,"created_at":"2023-02-25T12:54:10.923Z","updated_at":"2023-02-25T12:54:10.923Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/JulienPalard/packages"},{"uuid":"ezio.melotti","login":"ezio.melotti","name":null,"email":null,"url":null,"packages_count":2,"html_url":"https://pypi.org/user/ezio.melotti/","role":null,"created_at":"2023-02-25T12:54:10.918Z","updated_at":"2023-02-25T12:54:10.918Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/ezio.melotti/packages"}]}