Metadata-Version: 2.4
Name: publish-sphinx-docs
Version: 1.1.0
Summary: A simple Python CLI to publish your Sphinx documentation to a Github Pages or Gitlab Pages repository.
Author-email: Alexander Raichev <araichev@mrcagney.com>
License-Expression: MIT
Requires-Python: >=3.10
Requires-Dist: click>=8
Requires-Dist: ghp-import>=1
Description-Content-Type: text/x-rst

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


Installation
=============
Install from PyPI using UV, say, via ``uv add publish_sphinx_docs``.


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


Authors
========
- Alex Raichev (2018-12-03), maintainer


Documentation
=============
On Github Pages `here <https://mrcagney.github.io/publish_sphinx_docs_docs/>`_ and built using this library :-)


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


Changes
=======

1.1.0, 2025-11-06
------------------
- Switched from Poetry to UV for project management.

1.0.2, 2021-10-07
-----------------
- Updated dependencies again.


1.0.2, 2021-10-07
-----------------
- Updated dependencies.


1.0.1, 2019-04-04
-----------------
- Removed sphinx-click from dependencies, because it was meant to be a development dependency.


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