Skip to content

Commit 054ecfb

Browse files
committed
Update read the docs settings
1 parent 51079e6 commit 054ecfb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build:
1313

1414
# Build documentation in the "docs/" directory with Sphinx
1515
sphinx:
16-
configuration: docs/conf.py
16+
configuration: docs/source/conf.py
1717

1818
# Optional but recommended, declare the Python requirements required
1919
# to build your documentation

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Noko Client
22

3+
[![Documentation Status](https://readthedocs.org/projects/python-freckle-client/badge/?version=latest)](https://python-freckle-client.readthedocs.io/en/latest/?badge=latest)
4+
35
A simple Noko (formerly Freckle) API client implementation. Offers two different clients with different levels of flexibility
46
to interact with the Noko API v2.
57

8+
Full documentation on the NokoClient can be found [here](https://python-freckle-client.readthedocs.io/en/latest/).
9+
610
<!-- HIDE_INTRO -->
711
## Installation
812

0 commit comments

Comments
 (0)