Skip to content
This repository has been archived by the owner on May 13, 2019. It is now read-only.

Commit

Permalink
Attempt #1 at unbreaking docs.
Browse files Browse the repository at this point in the history
Signed-off-by: Laura <[email protected]>
  • Loading branch information
Fuyukai committed Sep 22, 2017
1 parent 25347d4 commit 00f0be3
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
# RTD configuration
## Read the docs config file.

python:
# asyncqlio requires 3.5+
version: 3.5
# install with pip to get version number
pip_install: true
# install doc requirements
extra_requirements:
- docs
# install all backends for autodoc
- postgres
- mysql
conda:
file: environment.yml
28 changes: 28 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: py36

# python 3.6
channels:
- conda-forge

dependencies:
- openssl
- pip
- setuptools
- python=3.6.2
- pynacl
- wheel
- zlib
- libffi
# requirements for rtd
- pip:
- sphinx
- sphinx-autodoc-typehints
- sphinxcontrib-asyncio
- guzzle_sphinx_theme
- asyncpg
- aiomysql
- PyMySQL
- cached_property
- asyncio_extras
- setuptools_scm
- pytest-runner

0 comments on commit 00f0be3

Please sign in to comment.