Skip to content

Commit

Permalink
Fix README & readthedocs build (#562)
Browse files Browse the repository at this point in the history
* Fix download count badges

* Update .readthedocs.yaml
  • Loading branch information
rikroe authored Aug 26, 2023
1 parent 9517f68 commit 6e97a82
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
7 changes: 6 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@ sphinx:
# Optionally build your docs in additional formats such as PDF and ePub
formats: all

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.11"

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.11
install:
- requirements: requirements-docs.txt
- method: pip
Expand Down
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ bimmer_connected

.. image:: https://badge.fury.io/py/bimmer-connected.svg
:target: https://pypi.org/project/bimmer-connected
.. image:: https://pepy.tech/badge/bimmer-connected/week
:target: https://pepy.tech/project/bimmer-connected/week
.. image:: https://pepy.tech/badge/bimmer-connected/month
:target: https://pepy.tech/project/bimmer-connected/month
.. image:: https://pepy.tech/badge/bimmer-connected
:target: https://pepy.tech/project/bimmer-connected
.. image:: https://github.com/bimmerconnected/bimmer_connected/actions/workflows/test.yml/badge.svg?branch=master
:target: https://github.com/bimmerconnected/bimmer_connected/actions/workflows/test.yml?query=branch%3Amaster
.. image:: https://readthedocs.org/projects/bimmer-connected/badge/?version=latest
:target: https://bimmer-connected.readthedocs.io/en/latest/?badge=latest
.. image:: https://codecov.io/gh/bimmerconnected/bimmer_connected/branch/master/graph/badge.svg?token=qNT50j82f6
:target: https://codecov.io/gh/bimmerconnected/bimmer_connected
.. image:: https://static.pepy.tech/badge/bimmer_connected/week
:target: https://pepy.tech/badge/bimmer-connected/week
.. image:: https://static.pepy.tech/badge/bimmer_connected/month
:target: https://pepy.tech/project/bimmer-connected/month
.. image:: https://static.pepy.tech/badge/bimmer_connected
:target: https://pepy.tech/project/bimmer-connected


This is a simple library to query and control the status of your BMW or Mini vehicle from
Expand Down

0 comments on commit 6e97a82

Please sign in to comment.