Skip to content

Commit

Permalink
Use conda on readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrist committed Jul 16, 2019
1 parent 9ad2351 commit 8705ea6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ version: 2
sphinx:
configuration: docs/source/conf.py

conda:
environment: docs/environment.yml

python:
version: 3.7
install:
- method: pip
path: .
8 changes: 8 additions & 0 deletions docs/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: kerberosauthenticator
channels:
- conda-forge
dependencies:
- python=3.7
- sphinx
- pykerberos
- jupyterhub

0 comments on commit 8705ea6

Please sign in to comment.