Skip to content

Commit 62b9c5d

Browse files
committed
Merge branch 'release/3.6.0.0'
2 parents 27996fd + 1533969 commit 62b9c5d

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.readthedocs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ version: 2
88
build:
99
os: ubuntu-22.04
1010
tools:
11-
python: '3.11'
11+
python: '3.12'
1212
commands:
1313
- git fetch --unshallow || true
14-
- pip install hatchling==1.25.0
15-
- pip install hatch
14+
- pip install hatch==1.16.5
1615
- hatch run docs:build $READTHEDOCS_OUTPUT/html/
1716

1817
# 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
@@ -15,7 +15,7 @@ Install
1515
[![PyPI version](https://img.shields.io/pypi/v/pandoc-numbering.svg?logo=pypi&logoColor=white)](https://pypi.org/project/pandoc-numbering/)
1616
[![PyPI format](https://img.shields.io/pypi/format/pandoc-numbering.svg?logo=pypi&logoColor=white)](https://pypi.org/project/pandoc-numbering/)
1717
[![License](https://img.shields.io/pypi/l/pandoc-numbering.svg?logo=pypi&logoColor=white)](https://raw.githubusercontent.com/chdemko/pandoc-numbering/develop/LICENSE)
18-
[![Downloads](https://img.shields.io/pypi/dm/pandoc-numbering?logo=pypi&logoColor=white)](https://pepy.tech/project/pandoc-numbering)
18+
[![PyPI Downloads](https://static.pepy.tech/personalized-badge/pandoc-numbering?period=total&units=INTERNATIONAL_SYSTEM&left_color=GRAY&right_color=GREEN&left_text=downloads)](https://pepy.tech/projects/pandoc-numbering)
1919
[![Development Status](https://img.shields.io/pypi/status/pandoc-numbering.svg?logo=pypi&logoColor=white)](https://pypi.org/project/pandoc-numbering/)
2020
[![Python version](https://img.shields.io/pypi/pyversions/pandoc-numbering.svg?logo=Python&logoColor=white)](https://pypi.org/project/pandoc-numbering/)
2121
[![Pandoc version](https://img.shields.io/badge/pandoc-3.8%20..%203.9-blue.svg?logo=markdown)](https://pandoc.org/)

0 commit comments

Comments
 (0)