mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Add .readthedocs.yaml
Add a configuration file for Read The Docs. Signed-off-by: Teodora Sechkova <tsechkova@vmware.com>
This commit is contained in:
parent
d1329762b6
commit
69c2270cdd
1 changed files with 19 additions and 0 deletions
19
.readthedocs.yaml
Normal file
19
.readthedocs.yaml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# .readthedocs.yaml
|
||||
# Read the Docs configuration file
|
||||
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
||||
|
||||
# Required
|
||||
version: 2
|
||||
|
||||
# Build documentation with Sphinx
|
||||
sphinx:
|
||||
builder: html
|
||||
configuration: docs/sphinx/source/conf.py
|
||||
|
||||
# Optionally build your docs in additional formats such as PDF
|
||||
formats: []
|
||||
|
||||
# Optionally set the version of Python and requirements required to build your docs
|
||||
python:
|
||||
install:
|
||||
- requirements: requirements-docs.txt
|
||||
Loading…
Reference in a new issue