Skip to content
master
Switch branches/tags
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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