Metadata-Version: 2.4
Name: docput
Version: 0.1.0
Summary: Deploy multi-versioned docs to static hosting
Author-email: Andrew Cassidy <drewcassidy@me.com>
License-Expression: MIT
Project-URL: Source, https://git.offworld.city/drewcassidy/docput
Keywords: sphinx,git-pages,documentation,ci
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Classifier: Topic :: Documentation
Classifier: Topic :: Documentation :: Sphinx
Classifier: Framework :: Sphinx
Requires-Python: >=3.14
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: click>=8.4
Requires-Dist: requests>=2.33
Provides-Extra: sphinx
Requires-Dist: Sphinx>=9; extra == "sphinx"
Dynamic: license-file

docput
======

[source](https://git.offworld.city/drewcassidy/docput) • 
[documentation](https://drewcassidy.me/docput/latest/) • 
[pypi](https://pypi.org/project/docput)

docput allows you to easily deploy versioned documentation
to [git-pages](https://git-pages.org) or the local filesystem. Each version of your
documentation is deployed to its own subfolder, and does not need to be rebuilt when
other versions are added. 

## Installation

Install and update with [pip](https://pip.pypa.io/en/stable/getting-started/):

```shell
$ pip install docput
```
