Skip to content

Commit 3376c02

Browse files
committed
Fix docs building
1 parent 14bdc46 commit 3376c02

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

.readthedocs.yaml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,21 @@
1-
# .readthedocs.yaml
2-
# Read the Docs configuration file
3-
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4-
5-
# Required
61
version: 2
72

8-
# Build documentation in the docs/ directory with Sphinx
3+
build:
4+
os: "ubuntu-22.04"
5+
tools:
6+
python: "3.10"
7+
98
sphinx:
109
builder: html
1110
configuration: docs/source/conf.py
1211
fail_on_warning: true
1312

14-
# Optionally build your docs in additional formats such as PDF
1513
formats:
1614
- pdf
1715

18-
# Optionally set the version of Python and requirements required to build your docs
1916
python:
20-
version: "3.8"
2117
install:
2218
- requirements: docs/requirements.txt
2319
- requirements: requirements.txt
2420
- method: pip
25-
path: .
21+
path: .

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
<br>
33
<h1>🎙 Yandex SpeechKit Python SDK</h1>
44

5-
![PyPI](https://img.shields.io/pypi/v/speechkit) ![GitHub](https://img.shields.io/github/license/tikhonp/yandex-speechkit-lib-python) ![build and test](https://github.com/TikhonP/yandex-speechkit-lib-python/actions/workflows/python-package.yml/badge.svg) [![Updates](https://pyup.io/repos/github/TikhonP/yandex-speechkit-lib-python/shield.svg)](https://pyup.io/repos/github/TikhonP/yandex-speechkit-lib-python/) [![codecov](https://codecov.io/gh/tikhonp/yandex-speechkit-lib-python/branch/master/graph/badge.svg?token=NRNV9E36I4)](https://codecov.io/gh/tikhonp/yandex-speechkit-lib-python)
6-
[![Documentation Status](https://readthedocs.org/projects/yandex-speechkit-lib-python/badge/?version=latest)](https://pip.pypa.io/en/stable/?badge=stable) [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FTikhonP%2Fyandex-speechkit-lib-python.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FTikhonP%2Fyandex-speechkit-lib-python?ref=badge_shield)
7-
[![Downloads](https://pepy.tech/badge/speechkit)](https://pepy.tech/project/speechkit)
8-
5+
![PyPI](https://img.shields.io/pypi/v/speechkit)
6+
![GitHub](https://img.shields.io/github/license/tikhonp/yandex-speechkit-lib-python)
7+
![build and test](https://github.com/TikhonP/yandex-speechkit-lib-python/actions/workflows/python-package.yml/badge.svg)
8+
[![codecov](https://codecov.io/gh/tikhonp/yandex-speechkit-lib-python/branch/master/graph/badge.svg?token=NRNV9E36I4)](https://codecov.io/gh/tikhonp/yandex-speechkit-lib-python)
9+
[![Documentation Status](https://readthedocs.org/projects/yandex-speechkit-lib-python/badge/?version=latest)](https://pip.pypa.io/en/stable/?badge=stable)
10+
[![Downloads](https://pepy.tech/badge/speechkit)](https://pepy.tech/project/speechkit)
911
</div>
1012

1113
Python SDK for Yandex SpeechKit API. This SDK allows you to use the cloud API for speech recognition and synthesis from Yandex.

0 commit comments

Comments
 (0)