Skip to content

Commit

Permalink
Moved docs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
PJ-Finlay committed Apr 11, 2021
1 parent a426fc2 commit a52cbe2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2

sphinx:
configuration: docs/conf.py

formats: all

python:
version: 3.8
install:
- method: pip
path: .
extra_requirements:
- all
- requirements: docs/requirements.txt

submodules:
include: all
2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sphinx==3.2.1
sphinx-rtd-theme==0.5.0
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ ctranslate2==1.17.1
sentencepiece==0.1.94
stanza==1.1.1
PyQt5==5.15.1
sphinx==3.2.1
sphinx-rtd-theme==0.5.0

0 comments on commit a52cbe2

Please sign in to comment.