Skip to content

Commit

Permalink
Fix casing of sphinx in doc environment file (#3)
Browse files Browse the repository at this point in the history
Appears we were using `Sphinx` instead of `sphinx` in the
`environment_doc.yml` file. Not sure if this was causing problems with
RTD, but it does seem like the right place to start.
  • Loading branch information
jakirkham committed Mar 21, 2018
1 parent b19a6c9 commit 3d68897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ channels:
dependencies:
- pip==9.0.1
- wheel==0.29.0
- Sphinx==1.5.1
- sphinx==1.5.1

0 comments on commit 3d68897

Please sign in to comment.