An open API service indexing awesome lists of open source software.

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.

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.