1
0
mirror of https://github.com/calebstewart/pwncat.git synced 2024-11-23 17:15:38 +01:00
pwncat/.readthedocs.yaml

16 lines
205 B
YAML
Raw Normal View History

2021-12-07 16:48:14 +01:00
version: 2
build:
os: ubuntu-20.04
tools:
python: "3.9"
sphinx:
configuration: docs/source/conf.py
python:
install:
- method: pip
path: .
- requirements: docs/requirements.txt