dogeystamp
65cae632b7
- added readthedocs.yaml - write down steps to compile docs locally - separated requirements for Sphinx and for Sachet
14 lines
168 B
YAML
14 lines
168 B
YAML
version: 2
|
|
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3.11"
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
|
|
python:
|
|
install:
|
|
- requirements: docs/requirements.txt
|