{"id":5802320,"name":"sphinx-notes/pages","ecosystem":"actions","description":"GitHub Action to deploy Sphinx documentation to GitHub Pages","homepage":"https://sphinx.silverrainz.me/pages/","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/sphinx-notes/pages","keywords_array":["github-actions","github-pages","sphinx","sphinx-documentation"],"namespace":"sphinx-notes","versions_count":11,"first_release_published_at":"2020-12-05T15:23:31.000Z","latest_release_published_at":"2025-10-15T13:40:05.000Z","latest_release_number":"3.5","last_synced_at":"2026-06-06T12:44:50.683Z","created_at":"2023-01-04T13:41:04.547Z","updated_at":"2026-06-06T12:44:50.683Z","registry_url":"https://github.com/sphinx-notes/pages","install_command":null,"documentation_url":null,"metadata":{"name":"Sphinx to GitHub Pages","description":"GitHub Action to deploy Sphinx documentation to GitHub Pages","author":"Shengyu Zhang","branding":{"color":"green","icon":"upload-cloud"},"inputs":{"documentation_path":{"description":"Path to Sphinx source files","required":false,"default":"./docs"},"requirements_path":{"description":"Path to requirements file, used in `pip install -r XXX` command","required":false,"default":"./docs/requirements.txt"},"pyproject_extras":{"description":"Extras of Requirement Specifier, used in `pip install .[XXX]` command","required":false,"default":"docs"},"python_version":{"description":"Version of Python","required":false,"default":"3.12"},"sphinx_version":{"description":"Version of Sphinx","required":false,"default":""},"cache":{"description":"Enable cache to speed up documentation building","required":false,"default":false},"sphinx_build_options":{"description":"Additional options passed to sphinx-build","required":false,"default":""},"checkout":{"description":"Whether to automatically checkout the repository, if false, user need to do it byself","required":false,"default":true},"publish":{"description":"Whether to automatically publish the pages, if false, user need to manually publish by self","required":false,"default":true}},"outputs":{"page_url":{"description":"URL to deployed GitHub Pages, only available when option publish is set to true","value":"${{ steps.deployment.outputs.page_url }}"},"artifact":{"description":"Directory where artifact (HTML documentation) is stored, user can use it to deploy GitHub Pages manually","value":"${{ steps.build.outputs.artifact }}"}},"runs":{"using":"composite","steps":[{"name":"Checkout","uses":"actions/checkout@v4","if":"${{ inputs.checkout == 'true' \u0026\u0026 inputs.cache == 'true' }}","with":{"fetch-depth":0}},{"name":"Checkout","uses":"actions/checkout@v4","if":"${{ inputs.checkout == 'true' \u0026\u0026 inputs.cache == 'false' }}"},{"name":"Setup python","uses":"actions/setup-python@v5","if":"${{ inputs.cache == 'true' }}","with":{"python-version":"${{ inputs.python_version }}","cache":"pip"}},{"name":"Setup python","uses":"actions/setup-python@v5","if":"${{ inputs.cache == 'false' }}","with":{"python-version":"${{ inputs.python_version }}"}},{"name":"Restore cache","uses":"actions/cache@v4","if":"${{ inputs.cache == 'true' }}","with":{"path":"/tmp/sphinxnotes-incrbuild","key":"sphinxnotes-pages-${{ runner.os }}-${{ github.run_id }}","restore-keys":"sphinxnotes-pages-${{ runner.os }}\n"}},{"name":"Enable github problem matcher","uses":"sphinx-doc/github-problem-matcher@master"},{"id":"build","name":"Build documentation","run":"${{ github.action_path }}/main.sh","shell":"bash","env":{"INPUT_DOCUMENTATION_PATH":"${{ inputs.documentation_path }}","INPUT_REQUIREMENTS_PATH":"${{ inputs.requirements_path }}","INPUT_PYPROJECT_EXTRAS":"${{ inputs.pyproject_extras }}","INPUT_SPHINX_VERSION":"${{ inputs.sphinx_version }}","INPUT_CACHE":"${{ inputs.cache }}","INPUT_SPHINX_BUILD_OPTIONS":"${{ inputs.sphinx_build_options }}"}},{"name":"Setup Pages","uses":"actions/configure-pages@v4","if":"${{ inputs.publish == 'true' }}"},{"name":"Fix file permissions","shell":"sh","if":"runner.os == 'Linux'","run":"chmod -c -R +rX \"$INPUT_PATH\" |\nwhile read line; do\n   echo \"::warning title=Invalid file permissions automatically fixed::$line\"\ndone\n","env":{"INPUT_PATH":"${{ steps.build.outputs.artifact }}"}},{"name":"Upload artifact","uses":"actions/upload-pages-artifact@v3","if":"${{ inputs.publish == 'true' }}","with":{"path":"${{ steps.build.outputs.artifact }}"}},{"id":"deployment","name":"Deploy to GitHub Pages","uses":"actions/deploy-pages@v4","if":"${{ inputs.publish == 'true' }}"}]},"default_branch":"v3","path":null},"repo_metadata":{"id":37042649,"uuid":"318463978","full_name":"sphinx-notes/pages","owner":"sphinx-notes","description":"Github Actions for publishing Sphinx HTML output to github pages","archived":false,"fork":false,"pushed_at":"2025-06-11T06:09:35.000Z","size":72,"stargazers_count":94,"open_issues_count":7,"forks_count":35,"subscribers_count":1,"default_branch":"v3","last_synced_at":"2025-10-11T09:47:30.108Z","etag":null,"topics":["github-actions","github-pages","sphinx","sphinx-documentation"],"latest_commit_sha":null,"homepage":"https://sphinx.silverrainz.me/pages/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sphinx-notes.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2020-12-04T09:18:06.000Z","updated_at":"2025-07-23T19:01:40.000Z","dependencies_parsed_at":"2023-01-04T18:32:17.691Z","dependency_job_id":"ee0c2966-7d33-43df-8441-87069983b4f1","html_url":"https://github.com/sphinx-notes/pages","commit_stats":{"total_commits":71,"total_committers":7,"mean_commits":"10.142857142857142","dds":0.08450704225352113,"last_synced_commit":"3a7b173ecba074b270b37c64007c1edfd8465892"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/sphinx-notes/pages","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-notes%2Fpages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-notes%2Fpages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-notes%2Fpages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-notes%2Fpages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sphinx-notes","download_url":"https://codeload.github.com/sphinx-notes/pages/tar.gz/refs/heads/v3","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-notes%2Fpages/sbom","scorecard":{"id":841326,"data":{"date":"2025-08-11","repo":{"name":"github.com/sphinx-notes/pages","commit":"16601c3551fb1aff4d3f9cbffe7f8c86e123c917"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.9,"checks":[{"name":"Code-Review","score":1,"reason":"Found 3/22 approved changesets -- score normalized to 1","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":"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":"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":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"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":"Maintained","score":6,"reason":"3 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 6","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":9,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/pages.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: third-party GitHubAction not pinned by hash: .github/workflows/pages.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/sphinx-notes/pages/pages.yml/v3?enable=pin","Warn: pipCommand not pinned by hash: main.sh:26","Warn: pipCommand not pinned by hash: main.sh:28","Warn: pipCommand not pinned by hash: main.sh:45","Warn: pipCommand not pinned by hash: main.sh:55","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   4 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":"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":"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":"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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"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":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'v3'","Warn: branch protection not enabled for branch 'v2'","Warn: branch protection not enabled for branch 'master'"],"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 21 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:33:05.526Z","repository_id":37042649,"created_at":"2025-08-23T20:33:05.526Z","updated_at":"2025-08-23T20:33:05.526Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284297467,"owners_count":26980929,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-13T02:00:06.582Z","response_time":61,"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"},"tags":[{"name":"3.5","sha":"e9c8f79f285fb41a150ba6e08a3c2a29635e7ee1","kind":"commit","published_at":"2025-10-15T13:40:05.000Z","download_url":"https://codeload.github.com/sphinx-notes/pages/tar.gz/3.5","html_url":"https://github.com/sphinx-notes/pages/releases/tag/3.5","dependencies_parsed_at":"2025-10-18T07:35:22.017Z","dependency_job_id":null,"purl":"pkg:github/sphinx-notes/pages@3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-notes%2Fpages/tags/3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-notes%2Fpages/tags/3.5/manifests"},{"name":"3.4","sha":"16601c3551fb1aff4d3f9cbffe7f8c86e123c917","kind":"commit","published_at":"2025-06-11T02:16:55.000Z","download_url":"https://codeload.github.com/sphinx-notes/pages/tar.gz/3.4","html_url":"https://github.com/sphinx-notes/pages/releases/tag/3.4","dependencies_parsed_at":"2025-06-21T04:44:07.020Z","dependency_job_id":null,"purl":"pkg:github/sphinx-notes/pages@3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-notes%2Fpages/tags/3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-notes%2Fpages/tags/3.4/manifests"},{"name":"3.3","sha":"a82c349d744aae9913f1a41a597ea753f96b3030","kind":"commit","published_at":"2025-04-03T00:56:05.000Z","download_url":"https://codeload.github.com/sphinx-notes/pages/tar.gz/3.3","html_url":"https://github.com/sphinx-notes/pages/releases/tag/3.3","dependencies_parsed_at":"2025-06-21T04:44:07.021Z","dependency_job_id":null,"purl":"pkg:github/sphinx-notes/pages@3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-notes%2Fpages/tags/3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-notes%2Fpages/tags/3.3/manifests"},{"name":"3.2","sha":"23ef64097ef9b00d8f71e978bc518ee32ca98651","kind":"commit","published_at":"2025-02-10T13:11:21.000Z","download_url":"https://codeload.github.com/sphinx-notes/pages/tar.gz/3.2","html_url":"https://github.com/sphinx-notes/pages/releases/tag/3.2","dependencies_parsed_at":null,"dependency_job_id":"2bedaa6b-8547-4dbf-8189-d87cf9d06c71","purl":"pkg:github/sphinx-notes/pages@3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-notes%2Fpages/tags/3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-notes%2Fpages/tags/3.2/manifests"},{"name":"3.1","sha":"3a7b173ecba074b270b37c64007c1edfd8465892","kind":"commit","published_at":"2024-05-04T11:13:35.000Z","download_url":"https://codeload.github.com/sphinx-notes/pages/tar.gz/3.1","html_url":"https://github.com/sphinx-notes/pages/releases/tag/3.1","dependencies_parsed_at":"2024-05-06T04:04:58.050Z","dependency_job_id":null,"purl":"pkg:github/sphinx-notes/pages@3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-notes%2Fpages/tags/3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-notes%2Fpages/tags/3.1/manifests"},{"name":"3.0","sha":"f7cabbad7f99057f9617e73ea57b40c5fedb53bc","kind":"commit","published_at":"2023-03-27T13:17:25.000Z","download_url":"https://codeload.github.com/sphinx-notes/pages/tar.gz/3.0","html_url":"https://github.com/sphinx-notes/pages/releases/tag/3.0","dependencies_parsed_at":"2023-06-02T00:36:35.828Z","dependency_job_id":null,"purl":"pkg:github/sphinx-notes/pages@3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-notes%2Fpages/tags/3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-notes%2Fpages/tags/3.0/manifests"},{"name":"3.0beta","sha":"7e6a0b84a44f2f35a6c59a1340335015fb9a5add","kind":"commit","published_at":"2022-12-04T14:46:28.000Z","download_url":"https://codeload.github.com/sphinx-notes/pages/tar.gz/3.0beta","html_url":"https://github.com/sphinx-notes/pages/releases/tag/3.0beta","dependencies_parsed_at":"2023-06-01T10:31:16.398Z","dependency_job_id":null,"purl":"pkg:github/sphinx-notes/pages@3.0beta","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-notes%2Fpages/tags/3.0beta","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-notes%2Fpages/tags/3.0beta/manifests"},{"name":"2.1","sha":"740f210a7f20fca982a77caad4e7f1b5d202bb1f","kind":"commit","published_at":"2022-06-18T09:03:22.000Z","download_url":"https://codeload.github.com/sphinx-notes/pages/tar.gz/2.1","html_url":"https://github.com/sphinx-notes/pages/releases/tag/2.1","dependencies_parsed_at":"2023-05-31T14:14:06.632Z","dependency_job_id":null,"purl":"pkg:github/sphinx-notes/pages@2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-notes%2Fpages/tags/2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-notes%2Fpages/tags/2.1/manifests"},{"name":"2.0","sha":"436fe7c19356f8f5de6da42f21ae66a637d572bb","kind":"commit","published_at":"2021-12-19T05:00:14.000Z","download_url":"https://codeload.github.com/sphinx-notes/pages/tar.gz/2.0","html_url":"https://github.com/sphinx-notes/pages/releases/tag/2.0","dependencies_parsed_at":"2023-05-31T14:14:07.025Z","dependency_job_id":null,"purl":"pkg:github/sphinx-notes/pages@2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-notes%2Fpages/tags/2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-notes%2Fpages/tags/2.0/manifests"},{"name":"1.0","sha":"bf983078333faa8ad51fb6a74cfde2b26463b16a","kind":"commit","published_at":"2021-03-19T04:46:09.000Z","download_url":"https://codeload.github.com/sphinx-notes/pages/tar.gz/1.0","html_url":"https://github.com/sphinx-notes/pages/releases/tag/1.0","dependencies_parsed_at":"2023-05-31T14:14:07.441Z","dependency_job_id":null,"purl":"pkg:github/sphinx-notes/pages@1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-notes%2Fpages/tags/1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-notes%2Fpages/tags/1.0/manifests"},{"name":"1.0a","sha":"91d4d9c94a0a3c6de99d86e3c9bc928548c3c400","kind":"commit","published_at":"2020-12-05T15:23:31.000Z","download_url":"https://codeload.github.com/sphinx-notes/pages/tar.gz/1.0a","html_url":"https://github.com/sphinx-notes/pages/releases/tag/1.0a","dependencies_parsed_at":"2023-05-31T14:14:07.822Z","dependency_job_id":null,"purl":"pkg:github/sphinx-notes/pages@1.0a","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-notes%2Fpages/tags/1.0a","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-notes%2Fpages/tags/1.0a/manifests"}]},"repo_metadata_updated_at":"2025-11-13T22:06:45.483Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":321,"rankings":{"downloads":null,"dependent_repos_count":2.2437014736174934,"dependent_packages_count":0.0,"stargazers_count":3.2863254634764694,"forks_count":2.1929963555696403,"docker_downloads_count":2.8204721914118207,"average":2.1086990968150845},"purl":"pkg:githubactions/sphinx-notes/pages","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/sphinx-notes/pages","docker_dependents_count":1,"docker_downloads_count":212,"usage_url":"https://repos.ecosyste.ms/usage/actions/sphinx-notes/pages","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/sphinx-notes/pages/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-11-13T22:06:43.139Z","issues_count":31,"pull_requests_count":34,"avg_time_to_close_issue":9763676.272727273,"avg_time_to_close_pull_request":920445.6060606061,"issues_closed_count":22,"pull_requests_closed_count":33,"pull_request_authors_count":12,"issue_authors_count":21,"avg_comments_per_issue":2.2580645161290325,"avg_comments_per_pull_request":0.29411764705882354,"merged_pull_requests_count":28,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":7,"past_year_pull_requests_count":9,"past_year_avg_time_to_close_issue":81009.25,"past_year_avg_time_to_close_pull_request":79126.55555555556,"past_year_issues_closed_count":4,"past_year_pull_requests_closed_count":9,"past_year_pull_request_authors_count":4,"past_year_issue_authors_count":6,"past_year_avg_comments_per_issue":0.8571428571428571,"past_year_avg_comments_per_pull_request":0.3333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":7,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphinx-notes%2Fpages/issues","maintainers":[{"login":"SilverRainZ","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SilverRainZ"}],"active_maintainers":[{"login":"SilverRainZ","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/SilverRainZ"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/sphinx-notes%2Fpages/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/sphinx-notes%2Fpages/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/sphinx-notes%2Fpages/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/sphinx-notes%2Fpages/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/sphinx-notes%2Fpages/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/sphinx-notes%2Fpages/codemeta","maintainers":[]}