Skip to content

Commit 07c90bc

Browse files
committed
🩹 Fix hatch dependency
1 parent bb1509e commit 07c90bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build:
1111
python: '3.11'
1212
commands:
1313
- git fetch --unshallow || true
14-
- pip install hatch
14+
- pip install hatch "virtualenv<21"
1515
- hatch run docs:build $READTHEDOCS_OUTPUT/html/
1616

1717
# Optionally build your docs in additional formats such as PDF and ePub

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Installation
77
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://pypi.org/project/black/)
88
[![Coveralls](https://img.shields.io/coveralls/github/chdemko/pandoc-beamer-block/develop.svg?logo=Codecov&logoColor=white)](https://coveralls.io/github/chdemko/pandoc-beamer-block?branch=develop)
99
[![Scrutinizer](https://img.shields.io/scrutinizer/g/chdemko/pandoc-beamer-block.svg?logo=scrutinizer)](https://scrutinizer-ci.com/g/chdemko/pandoc-beamer-block/)
10-
[![Code Climate](https://img.shields.io/codeclimate/maintainability/chdemko/pandoc-beamer-block?logo=codeclimate&barnch=develop)](https://codeclimate.com/github/chdemko/pandoc-beamer-block/)
10+
[![Maintainability](https://qlty.sh/gh/chdemko/projects/pandoc-beamer-block/maintainability.svg)](https://qlty.sh/gh/chdemko/projects/pandoc-beamer-block)
1111
[![CodeFactor](https://img.shields.io/codefactor/grade/github/chdemko/pandoc-beamer-block/develop.svg?logo=codefactor)](https://www.codefactor.io/repository/github/chdemko/pandoc-beamer-block)
1212
[![Codacy](https://img.shields.io/codacy/grade/af5a670790264990811713280a8f8dcf.svg?logo=codacy&logoColor=white)](https://app.codacy.com/gh/chdemko/pandoc-beamer-block/dashboard)
1313
[![PyPI version](https://img.shields.io/pypi/v/pandoc-beamer-block.svg?logo=pypi&logoColor=white)](https://pypi.org/project/pandoc-beamer-block/)

0 commit comments

Comments
 (0)