Skip to content

Commit

Permalink
Updated ReadTheDocs configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Aug 12, 2023
1 parent a083573 commit 7efc696
Showing 1 changed file with 23 additions and 13 deletions.
36 changes: 23 additions & 13 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
type: sphinx
version: 2

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

sphinx:
configuration: docs/conf.py

python:
version: "3.5"
pip_install: true
extra_requirements:
- gevent
- mongodb
- redis
- rethinkdb
- sqlalchemy
- tornado
- twisted
- zookeeper
- doc
install:
- method: pip
path: .
extra_requirements:
- gevent
- mongodb
- redis
- rethinkdb
- sqlalchemy
- tornado
- twisted
- zookeeper
- doc

0 comments on commit 7efc696

Please sign in to comment.