Skip to content

Commit

Permalink
🔧 fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
nissy-dev committed Oct 28, 2020
1 parent b23600e commit 9c509bb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ formats: all
python:
version: 3.7
install:
- requirements: requirements-docs.txt
- requirements: requirements.txt
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To build the docs, you can use the `Makefile` that's been added to
this directory. To generate docs in html, run following commands.

```
$ pip install -r ../requirements-docs.txt
$ pip install -r requirements.txt
$ make html
// clean build
$ make clean html
Expand Down
7 changes: 7 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
--find-links https://download.pytorch.org/whl/torch_stable.html
pandas
scikit-learn
sphinx_rtd_theme
tensorflow==2.3.0
transformers
torch==1.6.0+cpu

0 comments on commit 9c509bb

Please sign in to comment.