Skip to content

Commit

Permalink
badge tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
scottprahl committed Oct 7, 2023
1 parent d7b6f56 commit 98db3f7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
13 changes: 9 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@
# Required
version: 2

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

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

# Optionally declare the Python requirements required to build your docs
# Set the Python requirements
python:
install:
- requirements: docs/requirements.txt
install:
- requirements: docs/requirements.txt
14 changes: 9 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ pyspeckle

by Scott Prahl

.. image:: https://img.shields.io/pypi/v/pyspeckle
.. image:: https://img.shields.io/pypi/v/pyspeckle?color=68CA66
:target: https://pypi.org/project/pyspeckle/
:alt: pypi

.. image:: https://img.shields.io/conda/v/conda-forge/pyspeckle.svg
.. image:: https://img.shields.io/github/v/tag/scottprahl/pyspeckle?label=github&color=68CA66
:target: https://github.com/scottprahl/pyspeckle
:alt: github

.. image:: https://img.shields.io/conda/v/conda-forge/pyspeckle?label=conda&color=68CA66
:target: https://anaconda.org/conda-forge/pyspeckle
:alt: conda-forge

Expand All @@ -17,19 +21,19 @@ by Scott Prahl

|
.. image:: https://img.shields.io/github/license/scottprahl/pyspeckle
.. image:: https://img.shields.io/github/license/scottprahl/pyspeckle?color=68CA66
:target: https://github.com/scottprahl/pyspeckle/blob/master/LICENSE.txt
:alt: License

.. image:: https://github.com/scottprahl/pyspeckle/actions/workflows/test.yml/badge.svg
:target: https://github.com/scottprahl/pyspeckle/actions/workflows/test.yml
:alt: Testing

.. image:: https://readthedocs.org/projects/pyspeckle2/badge
.. image:: https://readthedocs.org/projects/pyspeckle2/badge?color=68CA66
:target: https://pyspeckle2.readthedocs.io
:alt: Docs

.. image:: https://img.shields.io/pypi/dm/pyspeckle
.. image:: https://img.shields.io/pypi/dm/pyspeckle?color=68CA66
:target: https://pypi.org/project/pyspeckle/
:alt: Downloads

Expand Down

0 comments on commit 98db3f7

Please sign in to comment.