Skip to content

Commit

Permalink
Correct doc dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderFabisch committed Sep 20, 2024
1 parent b968f7c commit d226b80
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,11 @@ make html
```

The HTML documentation is now located at `doc/build/html/index.html`.
You need the following packages to build the documentation:
Execute the following command in the main folder of the repository
to install the dependencies:

```bash
pip install numpydoc sphinx sphinx-gallery sphinx-bootstrap-theme
pip install -e .[doc]
```

## Tests
Expand Down

0 comments on commit d226b80

Please sign in to comment.