Files
pybricks-api/doc/api/conf.py
T
Laurens Valk 372e5ccbd0 doc: single api target
Also delete getting started instructions
2019-10-18 18:11:57 +02:00

8 lines
167 B
Python

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Pybricks documentation build configuration file
#
import os
exec(open(os.path.abspath("../common/conf.py")).read())