Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add/fix ReadTheDocs badge #613

Closed
Closed
@tannewt

Description

@tannewt

We had a bad cookiecutter for a while that added extra lines into the README.rst in the ReadTheDocs badge like this:

.. image:: https://readthedocs.org/projects/adafruit-circuitpython-vcnl4010/badge/?version=latest

    :target: https://circuitpython.readthedocs.io/projects/vcnl4010/en/latest/

    :alt: Documentation Status

It should be:

.. image:: https://readthedocs.org/projects/adafruit-circuitpython-vcnl4010/badge/?version=latest
    :target: https://circuitpython.readthedocs.io/projects/vcnl4010/en/latest/
    :alt: Documentation Status

These are super simple changes that are great practice for using GitHub. Feel free to ask questions here as needed.

These repos need a look:

Part of #566

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions