Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Commit

Permalink
Update dependencies & fix readthedocs (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
ovv committed Jul 24, 2019
1 parent d6608b2 commit 27aaa73
Show file tree
Hide file tree
Showing 10 changed files with 248 additions and 157 deletions.
25 changes: 23 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
conda:
file: docs/environment.yml
# .readthedocs.yml
# 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:
configuration: docs/conf.py

# Build documentation with MkDocs
#mkdocs:
# configuration: mkdocs.yml

# Optionally build your docs in additional formats such as PDF and ePub
formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
- requirements: docs/requirements.txt
130 changes: 63 additions & 67 deletions docs/environment.yml
Original file line number Diff line number Diff line change
@@ -1,67 +1,63 @@
name: slack-sansio-doc
dependencies:
- python=3.7
- pip:
- aiohttp==3.4.4
- alabaster==0.7.12
- appdirs==1.4.3
- asks==2.2.0
- async-generator==1.10
- async-timeout==3.0.1
- asynctest==0.12.2
- atomicwrites==1.2.1
- attrs==18.2.0
- Babel==2.6.0
- black==18.9b0
- certifi==2018.10.15
- chardet==3.0.4
- Click==7.0
- coverage==4.5.2
- curio==0.9
- docutils==0.14
- filelock==3.0.10
- flake8==3.6.0
- h11==0.8.1
- idna==2.7
- imagesize==1.1.0
- isort==4.3.4
- Jinja2==2.10
- MarkupSafe==1.1.0
- mccabe==0.6.1
- mock==2.0.0
- more-itertools==4.3.0
- multidict==4.5.0
- multio==0.2.4
- mypy==0.641
- mypy-extensions==0.4.1
- outcome==1.0.0
- packaging==18.0
- pbr==5.1.1
- pluggy==0.8.0
- py==1.7.0
- pycodestyle==2.4.0
- pyflakes==2.0.0
- Pygments==2.2.0
- pyparsing==2.3.0
- pytest==4.0.0
- pytest-asyncio==0.9.0
- pytest-cov==2.6.0
- pytest-cover==3.0.0
- pytest-coverage==0.0
- pytz==2018.7
- requests==2.20.1
- six==1.11.0
- sniffio==1.0.0
- snowballstemmer==1.2.1
- sortedcontainers==2.0.5
- Sphinx==1.8.2
- sphinxcontrib-asyncio==0.2.0
- sphinxcontrib-websupport==1.1.0
- toml==0.10.0
- tox==3.5.3
- trio==0.9.0
- typed-ast==1.1.0
- urllib3==1.24.1
- virtualenv==16.1.0
- websocket-client==0.54.0
- yarl==1.2.6
aiohttp==3.4.4
alabaster==0.7.12
appdirs==1.4.3
asks==2.2.0
async-generator==1.10
async-timeout==3.0.1
asynctest==0.12.2
atomicwrites==1.2.1
attrs==18.2.0
Babel==2.6.0
black==18.9b0
certifi==2018.10.15
chardet==3.0.4
Click==7.0
coverage==4.5.2
curio==0.9
docutils==0.14
filelock==3.0.10
flake8==3.6.0
h11==0.8.1
idna==2.7
imagesize==1.1.0
isort==4.3.4
Jinja2==2.10
MarkupSafe==1.1.0
mccabe==0.6.1
mock==2.0.0
more-itertools==4.3.0
multidict==4.5.0
multio==0.2.4
mypy==0.641
mypy-extensions==0.4.1
outcome==1.0.0
packaging==18.0
pbr==5.1.1
pluggy==0.8.0
py==1.7.0
pycodestyle==2.4.0
pyflakes==2.0.0
Pygments==2.2.0
pyparsing==2.3.0
pytest==4.0.0
pytest-asyncio==0.9.0
pytest-cov==2.6.0
pytest-cover==3.0.0
pytest-coverage==0.0
pytz==2018.7
requests==2.20.1
six==1.11.0
sniffio==1.0.0
snowballstemmer==1.2.1
sortedcontainers==2.0.5
Sphinx==1.8.2
sphinxcontrib-asyncio==0.2.0
sphinxcontrib-websupport==1.1.0
toml==0.10.0
tox==3.5.3
trio==0.9.0
typed-ast==1.1.0
urllib3==1.24.1
virtualenv==16.1.0
websocket-client==0.54.0
yarl==1.2.6
50 changes: 50 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
alabaster==0.7.12
appdirs==1.4.3
asynctest==0.12.4
atomicwrites==1.3.0
attrs==19.1.0
Babel==2.6.0
black==18.9b0
certifi==2019.3.9
chardet==3.0.4
Click==7.0
coverage==4.5.3
docutils==0.14
entrypoints==0.3
filelock==3.0.10
flake8==3.7.7
idna==2.8
imagesize==1.1.0
isort==4.3.18
Jinja2==2.10.1
MarkupSafe==1.1.1
mccabe==0.6.1
mock==2.0.0
more-itertools==7.0.0
mypy==0.641
mypy-extensions==0.4.1
packaging==19.0
pbr==5.2.0
pluggy==0.9.0
py==1.8.0
pycodestyle==2.5.0
pyflakes==2.1.1
Pygments==2.3.1
pyparsing==2.4.0
pytest==4.4.1
pytest-asyncio==0.10.0
pytest-cov==2.6.1
pytest-cover==3.0.0
pytest-coverage==0.0
pytz==2019.1
requests==2.21.0
six==1.12.0
snowballstemmer==1.2.1
Sphinx==1.8.5
sphinxcontrib-asyncio==0.2.0
sphinxcontrib-websupport==1.1.0
toml==0.10.0
tox==3.9.0
typed-ast==1.1.2
urllib3==1.24.3
virtualenv==16.5.0
2 changes: 0 additions & 2 deletions examples/curio/iterate.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
logging.basicConfig(level=logging.INFO)
LOG = logging.getLogger(__name__)

asks.init("curio")


async def iterate(client):

Expand Down
2 changes: 0 additions & 2 deletions examples/curio/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
logging.basicConfig(level=logging.INFO)
LOG = logging.getLogger(__name__)

asks.init("curio")


async def query(client):

Expand Down
2 changes: 0 additions & 2 deletions examples/trio/iterate.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
logging.basicConfig(level=logging.INFO)
LOG = logging.getLogger(__name__)

asks.init("trio")


async def iterate(client):

Expand Down
2 changes: 0 additions & 2 deletions examples/trio/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
logging.basicConfig(level=logging.INFO)
LOG = logging.getLogger(__name__)

asks.init("trio")


async def query(client):

Expand Down

0 comments on commit 27aaa73

Please sign in to comment.