mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 07:17:17 +00:00
* Improve sphinx documentation * update faq formatting * fix setup doc * fix docs according to the generated htmls
21 lines
251 B
YAML
21 lines
251 B
YAML
version: 2
|
|
|
|
formats: all
|
|
|
|
build:
|
|
os: ubuntu-20.04
|
|
tools:
|
|
python: "3.9"
|
|
|
|
sphinx:
|
|
builder: html
|
|
configuration: docs/conf.py
|
|
|
|
python:
|
|
install:
|
|
- method: pip
|
|
path: .
|
|
extra_requirements:
|
|
- docs
|
|
system_packages: true
|