Skip to content

Commit 6105d87

Browse files
authored
Add local build for docs to contributing (#249)
1 parent ee66d74 commit 6105d87

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@ Note: If you do not have all of these tokens available, we run integration tests
6060

6161
We do recommend developing in a virtual environment in order to ensure you have a clean testing environment.
6262

63+
If you want to build the documentation locally, you can run this:
64+
65+
```
66+
$ tox -e docs
67+
```
68+
69+
The documentation will be built into `build/html`.
70+
6371
[issues]: https://github.com/dropbox/dropbox-sdk-python/issues
6472
[pr]: https://github.com/dropbox/dropbox-sdk-python/pulls
6573
[coc]: https://github.com/dropbox/dropbox-sdk-python/blob/master/CODE_OF_CONDUCT.md

0 commit comments

Comments
 (0)