{"id":13746150,"url":"https://github.com/clayrisser/sphinx-markdown-builder","last_synced_at":"2025-10-04T10:30:49.987Z","repository":{"id":44357002,"uuid":"157032982","full_name":"clayrisser/sphinx-markdown-builder","owner":"clayrisser","description":" DISCONTINUED: sphinx builder that outputs markdown files. The active version of this project is now being maintained at liran-funaro/sphinx-markdown-builder.","archived":true,"fork":false,"pushed_at":"2023-06-24T21:25:39.000Z","size":97,"stargazers_count":162,"open_issues_count":0,"forks_count":66,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-01-19T19:57:35.012Z","etag":null,"topics":["build","builder","code","generator","markdown","md","output","sphinx"],"latest_commit_sha":null,"homepage":"https://bitspur.com","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/clayrisser.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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}},"created_at":"2018-11-11T00:07:58.000Z","updated_at":"2024-12-02T02:12:52.000Z","dependencies_parsed_at":"2024-08-03T06:01:40.167Z","dependency_job_id":"f59fb098-3586-4932-9d2e-36e6a83e91cb","html_url":"https://github.com/clayrisser/sphinx-markdown-builder","commit_stats":{"total_commits":78,"total_committers":17,"mean_commits":4.588235294117647,"dds":"0.39743589743589747","last_synced_commit":"d3e6f48da9d6f48d74b1b050dae3096ae7eaf294"},"previous_names":["codejamninja/sphinx-to-jekyll"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clayrisser%2Fsphinx-markdown-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clayrisser%2Fsphinx-markdown-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clayrisser%2Fsphinx-markdown-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clayrisser%2Fsphinx-markdown-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clayrisser","download_url":"https://codeload.github.com/clayrisser/sphinx-markdown-builder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235238019,"owners_count":18958034,"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","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"}},"keywords":["build","builder","code","generator","markdown","md","output","sphinx"],"created_at":"2024-08-03T06:00:48.025Z","updated_at":"2025-10-04T10:30:44.716Z","avatar_url":"https://github.com/clayrisser.png","language":"Python","funding_links":["https://liberapay.com/codejamninja/donate"],"categories":["Documentation"],"sub_categories":[],"readme":"# sphinx-markdown-builder\n\n---\n\n**DISCONTINUED**: This project is no longer maintained. The active version of this project is now being maintained at [liran-funaro/sphinx-markdown-builder](https://github.com/liran-funaro/sphinx-markdown-builder).\n\n---\n\n[![PyPI](https://img.shields.io/pypi/v/sphinx-markdown-builder.svg?style=flat-square)](https://pypi.org/project/sphinx-markdown-builder)\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/sphinx-markdown-builder.svg?style=flat-square)](https://pypi.org/project/sphinx-markdown-builder)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/sphinx-markdown-builder.svg?style=flat-square)](https://pypi.org/project/sphinx-markdown-builder)\n[![GitHub stars](https://img.shields.io/github/stars/codejamninja/sphinx-markdown-builder.svg?style=flat-square\u0026label=Stars)](https://github.com/codejamninja/sphinx-markdown-builder)\n[![Liberapay receiving](https://img.shields.io/liberapay/receives/codejamninja.svg?style=flat-square)](https://liberapay.com/codejamninja/donate)\n[![Liberapay patrons](https://img.shields.io/liberapay/patrons/codejamninja.svg?style=flat-square)](https://liberapay.com/codejamninja/donate)\n\n\u003e sphinx builder that outputs markdown files\n\nPlease ★ this repo if you found it useful ★ ★ ★\n\nIf you want frontmatter support please use [sphinx-jekyll-builder](https://github.com/codejamninja/sphinx-jekyll-builder)\n\n\n## Built by Silicon Hills LLC\n\n[![index](https://user-images.githubusercontent.com/6234038/71054254-f284ad80-2116-11ea-9013-d68306726854.jpeg)](https://nuevesolutions.com)\n\nSilicon Hills offers premium Node and React develpoment and support services. Get in touch at [nuevesolutions.com](https://nuevesolutions.com).\n\n\n## Recommended Projects\n\n* [sphinx-markdown-parser](https://github.com/codejamninja/sphinx-markdown-parser) - write markdown inside of docutils \u0026 sphinx projects\n\n\n## Features\n\n* Generates markdown\n\n\n## Installation\n\n```sh\npip3 install sphinx-markdown-builder\n```\n\n\n## Dependencies\n\n* [Python 3](https://www.python.org)\n\n\n## Usage\n\nBuild markdown files with Makefile\n\n```sh\nmake markdown\n```\n\nBuild markdown files with `sphinx-build` command\n\n```sh\ncd docs\nsphinx-build -M markdown ./ build\n```\n\n\n## Support\n\nSubmit an [issue](https://github.com/codejamninja/sphinx-markdown-builder/issues/new)\n\n\n## Screenshots\n\n[Contribute](https://github.com/codejamninja/sphinx-markdown-builder/blob/master/CONTRIBUTING.md) a screenshot\n\n\n## Contributing\n\nReview the [guidelines for contributing](https://github.com/codejamninja/sphinx-markdown-builder/blob/master/CONTRIBUTING.md)\n\n\n## License\n\n[MIT License](https://github.com/codejamninja/sphinx-markdown-builder/blob/master/LICENSE)\n\n[Jam Risser](https://codejam.ninja) © 2018\n\n\n## Changelog\n\nReview the [changelog](https://github.com/codejamninja/sphinx-markdown-builder/blob/master/CHANGELOG.md)\n\n\n## Credits\n\n* [Jam Risser](https://codejam.ninja) - Author\n* [Matthew Brett](https://github.com/matthew-brett/nb2plots/blob/master/nb2plots/doctree2md.py) - doctree2md\n\n\n## Support on Liberapay\n\nA ridiculous amount of coffee ☕ ☕ ☕ was consumed in the process of building this project.\n\n[Add some fuel](https://liberapay.com/codejamninja/donate) if you'd like to keep me going!\n\n[![Liberapay receiving](https://img.shields.io/liberapay/receives/codejamninja.svg?style=flat-square)](https://liberapay.com/codejamninja/donate)\n[![Liberapay patrons](https://img.shields.io/liberapay/patrons/codejamninja.svg?style=flat-square)](https://liberapay.com/codejamninja/donate)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclayrisser%2Fsphinx-markdown-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclayrisser%2Fsphinx-markdown-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclayrisser%2Fsphinx-markdown-builder/lists"}