Skip to content

Commit

Permalink
Move requirements.txt into docs/ and simplify them
Browse files Browse the repository at this point in the history
  • Loading branch information
arteymix committed Oct 3, 2023
1 parent 74ecef0 commit 683aa49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build:
python: "3.6"

python:
install: requirements.txt
install: docs/requirements.txt

sphinx:
configuration: docs/conf.py
2 changes: 0 additions & 2 deletions requirements.txt → docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
click
luigi
pytest
m2r2
mistune==0.8.4

0 comments on commit 683aa49

Please sign in to comment.