HexCasting/doc/README.md
2023-08-28 01:41:53 -04:00

29 lines
549 B
Markdown

# doc
Contains the Python docgen for Hex Casting.
## Setup
The minimum Python version to run this project is `3.11`.
```sh
python -m venv venv
.\venv\Scripts\activate # Windows
source venv/bin/activate # anything other than Windows
# run from the repo root, not doc/
pip install -e .[dev]
```
### CI/CD
- Under Settings > Environments, create a new environment called `pypi`
- Follow these instructions: https://docs.pypi.org/trusted-publishers/creating-a-project-through-oidc/
- TODO
## Usage
```sh
hexdoc doc/properties.toml -o out
```