8000 docs: add .readthedocs.yaml · python-openxml/python-docx@532ddd5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 532ddd5

Browse files
committed
docs: add .readthedocs.yaml
1 parent 6df147e commit 532ddd5

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.readthedocs.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
version: 2
2+
3+
# -- set the OS, Python version and other tools you might need --
4+
build:
5+
os: ubuntu-22.04
6+
tools:
7+
python: "3.9"
8+
9+
# -- build documentation in the "docs/" directory with Sphinx --
10+
sphinx:
11+
configuration: docs/conf.py
12+
# -- fail on all warnings to avoid broken references --
13+
# fail_on_warning: true
14+
15+
# -- package versions required to build your documentation --
16+
# -- see https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html --
17+
python:
18+
install:
19+
- requirements: requirements-docs.txt

requirements-docs.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
Sphinx==1.8.6
22
Jinja2==2.11.3
33
MarkupSafe==0.23
4+
-e .

0 commit comments

Comments
 (0)
0