https://github.com/msclock/sphinx-deployment
A versioned doument deployment tool based on sphinx.
https://github.com/msclock/sphinx-deployment
sphinx sphinx-plugin versioning
Last synced: 4 months ago
JSON representation
A versioned doument deployment tool based on sphinx.
- Host: GitHub
- URL: https://github.com/msclock/sphinx-deployment
- Owner: msclock
- License: apache-2.0
- Created: 2023-12-17T10:06:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-10T22:22:01.000Z (over 1 year ago)
- Last Synced: 2025-08-30T17:59:13.869Z (9 months ago)
- Topics: sphinx, sphinx-plugin, versioning
- Language: Python
- Homepage: https://msclock.github.io/sphinx-deployment/
- Size: 41.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# sphinx-deployment
[![Actions Status][actions-badge]][actions-link]
[![PyPI version][pypi-version]][pypi-link]
[![PyPI platforms][pypi-platforms]][pypi-link]
[actions-badge]: https://github.com/msclock/sphinx-deployment/actions/workflows/ci.yml/badge.svg
[actions-link]: https://github.com/msclock/sphinx-deployment/actions
[pypi-link]: https://pypi.org/project/sphinx-deployment/
[pypi-platforms]: https://img.shields.io/pypi/pyversions/sphinx-deployment
[pypi-version]: https://img.shields.io/pypi/v/sphinx_deployment?color
A Sphinx plugin for deployment documentation. It provides a command
`sphinx-deployment` to manage and facilitate versioned and customizable
documentation deployment.
## Features
- Versioned documentation deployment management.
- Customizable list of deployment view.
- Deployments are managed based on Git.
## License
Apache License, for more details, see the
[LICENSE](https://github.com/msclock/sphinx-deployment/blob/master/LICENSE)
file.