We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caa19a5 commit ebcac4cCopy full SHA for ebcac4c
.readthedocs.yml
@@ -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
@@ -1,5 +1,11 @@
-.. include:: ../README.rst
+yaml-v2
+=======
+Use a YAML v2 configuration with many options.
+(at this time, since V2 is not allowed to all the projects, this
+project has enabled the feature ``allow_v2_config_file`` manually from
+the Django shell)
.. runblock:: pycon
0 commit comments