docs(pyargus): create initial documentation for pyargus

This commit is contained in:
Anand Balakrishnan 2023-10-05 15:42:57 -07:00
parent d39e3d3e12
commit 69c6c6abc2
No known key found for this signature in database
7 changed files with 241 additions and 2 deletions

View file

@ -6,6 +6,7 @@ channels:
dependencies:
- python>=3.8
- maturin
- patchelf
- nox
- mypy
- black
@ -13,7 +14,12 @@ dependencies:
- pytest
- pytest-cov
- hypothesis
- pdoc
- pip
- sphinx
- pydata-sphinx-theme
- sphinx-copybutton
- myst-parser
- pip:
- sphinx-autoapi
category: dev