Skip to content

Commit ebcac4c

Browse files
committed
Use a v2 YAML file
1 parent caa19a5 commit ebcac4c

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

.readthedocs.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
version: 2
2+
3+
build:
4+
image: latest
5+
6+
formats:
7+
- epub
8+
- pdf
9+
10+
sphinx:
11+
builder: htmldir
12+
configuration: docs/conf.py
13+
fail_on_warning: false
14+
15+
python:
16+
version: 3.6
17+
requirements: requirements.txt
18+
system_packages: true
19+
20+
submodules:
21+
include: all
22+
recursive: true

docs/index.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
.. include:: ../README.rst
1+
yaml-v2
2+
=======
23

4+
Use a YAML v2 configuration with many options.
5+
6+
(at this time, since V2 is not allowed to all the projects, this
7+
project has enabled the feature ``allow_v2_config_file`` manually from
8+
the Django shell)
39

410
.. runblock:: pycon
511

0 commit comments

Comments
 (0)