Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
# Required
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.11"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
Expand All @@ -12,9 +17,8 @@ sphinx:
formats: all

python:
version: 3.7
install:
- method: pip
path: .
extra_requirements:
- docs
install:
- method: pip
path: .
extra_requirements:
- docs
5 changes: 0 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ Treasure Data API library for Python
:alt: Build Status on GitHub Actions


.. image:: https://ci.appveyor.com/api/projects/status/eol91l1ag50xee9m/branch/master?svg=true
:target: https://ci.appveyor.com/project/treasure-data/td-client-python/branch/master
:alt: Build status


.. image:: https://badge.fury.io/py/td-client.svg
:target: http://badge.fury.io/py/td-client
:alt: PyPI version
Expand Down
Loading