/readthedocs-build

Work in Progress builder

Primary LanguagePython

Read the Docs Builder

Important

This repo was moved to the Read the Docs code. Issues and pull requests should be done there.

Warning

This repo is only used as a configuration parser for readthedocs.org builds, and it's unsupported for other uses.

Install

Install with pip:

pip install readthedocs-build

Library Use

Example uses of this library is:

Development

Just run:

pip install -e .

This will install the project into your environment, and have it pick up changes as you edit them in the code.

To run the tests:

tox