Metadata-Version: 2.1
Name: publish-sphinx-docs
Version: 1.0.0
Summary: A simple Python 3.6+ CLI to publish your Sphinx documentation to a Github Pages or Gitlab Pages repository.
Home-page: UNKNOWN
License: MIT
Author: Alex Raichev
Author-email: araichev@mrcagney.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: click (>=7.0,<8.0)
Requires-Dist: ghp-import (>=0.5.5,<0.6.0)
Requires-Dist: sphinx-click (>=1.4,<2.0)
Description-Content-Type: text/x-rst

Publish Sphinx Docs
********************
A simple Python 3.6+ CLI to publish your Sphinx documentation to a
Github Pages or Gitlab Pages repository.


Installation
=============
``pip install publish_sphinx_docs``


Usage
=====
At the command line, enter ``publish-sphinx-docs --help``.


Authors
========
- Alex Raichev, 2018-12-03


Notes
=====
- Experimental, so use at your own risk.


Changes
=======

1.0.0, 2018-12-04
------------------
- First release.

