Skip to content

Commit

Permalink
Reterned readthedocs conf
Browse files Browse the repository at this point in the history
  • Loading branch information
tikhonp committed Aug 11, 2021
1 parent 1d5ce4b commit c6a60ff
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

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

# Optionally build your docs in additional formats such as PDF
formats:
- pdf

# Optionally set the version of Python and requirements required to build your docs
python:
version: "3.8"
install:
- requirements: docs/requirements.txt
- requirements: requirements.txt
- method: pip
path: .
8 changes: 8 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,18 @@ long_description_content_type = text/markdown
url = https://github.com/TikhonP/yandex-speechkit-lib-python
project_urls =
Bug Tracker = https://github.com/TikhonP/yandex-speechkit-lib-python/issues
Documentation = https://yandex-speechkit-lib-python.readthedocs.io/en/latest/index.html
GitHub = https://github.com/TikhonP/yandex-speechkit-lib-python
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Natural Language :: English
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
License :: OSI Approved :: MIT License
Operating System :: OS Independent

Expand Down

0 comments on commit c6a60ff

Please sign in to comment.