mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-07-25 19:48:33 +00:00
Add package to install (#378)
* Add package to install * Update docs packages installation command Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
This commit is contained in:
parent
c0966f3745
commit
1ed15bf6ee
2 changed files with 3 additions and 3 deletions
|
|
@ -6,9 +6,9 @@ This folder contains documentation for the RL baselines.
|
|||
### Build the Documentation
|
||||
|
||||
#### Install Sphinx and Theme
|
||||
|
||||
Execute this command in the project root:
|
||||
```
|
||||
pip install sphinx sphinx-autobuild sphinx-rtd-theme
|
||||
pip install -e .[docs]
|
||||
```
|
||||
|
||||
#### Building the Docs
|
||||
|
|
|
|||
|
|
@ -31,9 +31,9 @@ Documentation:
|
|||
- Added link to SuperSuit in projects (@justinkterry)
|
||||
- Fixed DQN example (thanks @ltbd78)
|
||||
- Clarify channel-first/channel-last recommendation
|
||||
- Update sphinx environment installation instructions (@tom-doerr)
|
||||
- Clarify pip installation in Zsh (@tom-doerr)
|
||||
|
||||
|
||||
Release 1.0 (2021-03-15)
|
||||
------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue