21 lines
438 B
YAML
21 lines
438 B
YAML
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
version: 2
|
|
|
|
formats:
|
|
- pdf
|
|
- htmlzip
|
|
|
|
python:
|
|
version: 3.6
|
|
install:
|
|
- path: .
|
|
extra_requirements:
|
|
- docs
|
|
|
|
# Build documentation in the docs/ directory with Sphinx
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
# Disabled, until we can find a way to get sphinx-autodoc-typehints play nice with our
|
|
# module renaming!
|
|
fail_on_warning: false
|