Skip to content

Commit

Permalink
add circle badge (#1)
Browse files Browse the repository at this point in the history
* create .readthedocs.yml

* add circle badge
  • Loading branch information
corypisano committed Mar 16, 2020
1 parent dd79959 commit 07309c6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .readthedocs.yml
@@ -0,0 +1,19 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

# Optionally build your docs in additional formats such as PDF and ePub
formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7.6
install:
- requirements: requirements-docs.txt
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@ Python library for the Radar API https://radar.io/documentation/api
The Radar Python library provides convenient access to Radar's APIs from
your python applications or command line.

[![CircleCI](https://circleci.com/gh/radarlabs/server.svg?style=svg)](https://circleci.com/gh/radarlabs/server)
[![CircleCI](https://circleci.com/gh/radarlabs/radar-python/tree/master.svg?style=svg)](https://circleci.com/gh/radarlabs/radar-python/tree/master)

# Installation

Expand Down

0 comments on commit 07309c6

Please sign in to comment.