Skip to content

Commit c2bd13a

Browse files
author
haote.yang
committed
docs: add ReadtheDocs config file .readthedocs.yaml
1 parent d33a810 commit c2bd13a

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.readthedocs.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# .readthedocs.yaml
2+
# Read the Docs configuration file
3+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4+
5+
---
6+
# Required
7+
version: 2
8+
9+
# Build documentation in the docs/ directory with Sphinx
10+
sphinx:
11+
fail_on_warning: true
12+
13+
# Optionally set the version of Python and requirements required to build your docs
14+
python:
15+
version: 3.8
16+
install:
17+
- requirements: requirements.txt

0 commit comments

Comments
 (0)