Skip to content

Commit b20f070

Browse files
authored
Restrict mkdocstrings and mkdocstrings-python version range (#155)
* Lock mkdocstrings and mkdocstrings-python in the supported version range * Replace mkdocs import with inventories; release version lock * Add docs status badge for readthedocs to the readme
1 parent 941750b commit b20f070

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ plugins:
6969
handlers:
7070
python:
7171
paths: [src]
72-
import:
72+
inventories:
7373
- https://docs.python.org/3/objects.inv
7474
- https://numpy.org/doc/stable/objects.inv
7575
- https://docs.scipy.org/doc/scipy/objects.inv

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[![build](https://github.com/instamatic-dev/instamatic/actions/workflows/test.yml/badge.svg)](https://github.com/instamatic-dev/instamatic/actions/workflows/test.yml)
2+
[![docs](https://camo.githubusercontent.com/3303c8b478a6de9b1e736a919b54d743c7af0ea2c1795cc9ae92ace209c4f5b7/68747470733a2f2f6170702e72656164746865646f63732e6f72672f70726f6a656374732f696e7374616d617469632f62616467652f)](https://app.readthedocs.org/projects/instamatic/builds/)
23
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/instamatic)](https://pypi.org/project/instamatic/)
34
[![PyPI](https://img.shields.io/pypi/v/instamatic.svg?style=flat)](https://pypi.org/project/instamatic/)
45
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1090388.svg)](https://doi.org/10.5281/zenodo.1090388)

0 commit comments

Comments
 (0)