vxghpages

A simple configurator helper to help you to magically configure your repository to publich the content in a doc file to gh-pages using sphinx.


License
BSD-3-Clause
Install
pip install vxghpages==0.2.0

Documentation

Overview

docs Documentation Status
tests
package PyPI Package latest release PyPI Package monthly downloads PyPI Wheel Supported versions Supported implementations

A simple configurator helper to help you to magically configure your repository to publich the content in a doc file to gh-pages using sphinx.

  • Free software: BSD license

Installation

pip install vxghpages

Documentation

https://vxghpages.readthedocs.org/

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox