mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-04 12:00:16 +00:00
23 lines
453 B
YAML
23 lines
453 B
YAML
|
version: 2
|
||
|
|
||
|
# Build documentation in the docs/ directory with Sphinx
|
||
|
sphinx:
|
||
|
configuration: docs/conf.py
|
||
|
|
||
|
# Build documentation with MkDocs
|
||
|
#mkdocs:
|
||
|
# configuration: mkdocs.yml
|
||
|
|
||
|
# Optionally build your docs in additional formats such as PDF
|
||
|
formats:
|
||
|
- pdf
|
||
|
|
||
|
# Optionally set the version of Python and requirements required to build your docs
|
||
|
python:
|
||
|
version: 3.8
|
||
|
install:
|
||
|
- method: pip
|
||
|
path: .
|
||
|
extra_requirements:
|
||
|
- docs
|