Skip to content

Commit 7fca11f

Browse files
Create .readthedocs.yaml
1 parent df00729 commit 7fca11f

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

pyet/.readthedocs.yaml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# .readthedocs.yml
2+
# Read the Docs configuration file
3+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4+
5+
# Required
6+
version: 2
7+
8+
build:
9+
os: ubuntu-22.04
10+
tools:
11+
python: "3.11"
12+
13+
# Build documentation in the docs/ directory with Sphinx
14+
sphinx:
15+
configuration: docs/conf.py
16+
17+
# Build documentation with MkDocs
18+
#mkdocs:
19+
# configuration: mkdocs.yml
20+
21+
# Optionally build your docs in additional formats such as PDF and ePub
22+
#formats:
23+
# - epub
24+
# - pdf
25+
26+
# Optionally set the version of Python and requirements required to build your docs
27+
python:
28+
install:
29+
- method: pip
30+
path: .
31+
extra_requirements:
32+
- rtd

0 commit comments

Comments
 (0)