Skip to content

Commit

Permalink
Move doc dependencies to separate requirements file (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrencefoley authored Sep 19, 2021
1 parent f9db0d1 commit 838b24a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ sphinx:
python:
version: "3.8"
install:
- requirements: docs/requirements_dev.txt
- requirements: docs/requirements_docs.txt
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ flake8 evergy/
### Build Docs
Windows PowerShell:
```powershell
.\make.bat clean; .\make.bat html
pip install -r docs/requirements_docs.txt
docs\make.bat clean; docs\make.bat html
```

### Release New Version
Expand Down
3 changes: 3 additions & 0 deletions docs/requirements_docs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
sphinx==4.2.0
furo==2021.9.8
myst-parser==0.15.2
3 changes: 0 additions & 3 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
isort==5.9.3
flake8==3.9.2
sphinx==4.2.0
furo==2021.9.8
myst-parser==0.15.2
build==0.7.0
twine==3.4.2

0 comments on commit 838b24a

Please sign in to comment.