Skip to content

Commit

Permalink
rtd build fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed Nov 20, 2016
1 parent fc8bca8 commit 3a49262
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 7 deletions.
11 changes: 6 additions & 5 deletions readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
# extra_requirements is the important one. docs/conf.py configures sphinx to use
# autodoc, which generates docs from docstrings in code. It imports the code,
# which depends on the App Engine SDK.
python:
setup_py_install: false
pip_install: true
extra_requirements:
- appengine-sdk
requirements_file: requirements.rtd.txt
# python:
# setup_py_install: false
# pip_install: true
# extra_requirements:
# - appengine-sdk
13 changes: 13 additions & 0 deletions requirements.rtd.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Keep in sync with setup.py's install_requires!
appengine-sdk>=1.9.40.post0
beautifulsoup4
html2text
jinja2
mf2py>=0.2.7
mf2util>=0.5.0
-e git+https://github.com/snarfed/oauth-dropins.git@rtd#egg=oauth_dropins
#oauth-dropins>=1.5
requests>=2.10.0
requests-toolbelt>=0.6.2
brevity>=0.2.11
urllib3>=1.14
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ html2text
jinja2
mf2py>=0.2.7
mf2util>=0.5.0
oauth-dropins>=1.5
-e git+https://github.com/snarfed/oauth-dropins.git@rtd#egg=oauth_dropins
#oauth-dropins>=1.5
requests>=2.10.0
requests-toolbelt>=0.6.2
brevity>=0.2.11
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def __init__(self, *args, **kwargs):
'urllib3>=1.14',
],
extras_require={
'appengine-sdk': ['appengine-sdk >= 1.9.40.post0'],
'appengine-sdk': ['appengine-sdk>=1.9.40.post0'],
},
test_loader='setup:TestLoader',
test_suite='granary.test',
Expand Down

0 comments on commit 3a49262

Please sign in to comment.