Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

readthedocs/readthedocs-build

Repository files navigation

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