Skip to content

Commit e55f915

Browse files
committed
Add initial contributing guide with docs build instruction
1 parent 3ee9e7f commit e55f915

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Contributing
2+
3+
## Build documentation locally
4+
5+
Using tox:
6+
```shell
7+
$ tox -e docs
8+
```

0 commit comments

Comments
 (0)