aboutsummaryrefslogtreecommitdiffstats
path: root/.readthedocs.yml
diff options
context:
space:
mode:
authorShankho Boron Ghosh <shankhoghosh123@gmail.com>2020-11-06 20:20:45 +0530
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-11-10 15:25:18 +0000
commit992be2143539df943ba835ffa6b1165e5c841119 (patch)
tree613c05e71974bed2ff8a7bf96e747ac7c6d23571 /.readthedocs.yml
parent1aeb863a111b8ea1b48d56d4a563c8398082858e (diff)
Added Halibut Branchhalibut
Meta redirects to http://old-docs.automotivelinux.org/docs/en/halibut/getting_started/ Bug-AGL: [SPEC-3633] Signed-off-by: Shankho Boron Ghosh <shankhoghosh123@gmail.com> Change-Id: I2f106628e603cb207d1734f521b5e8d1fb4164dc Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/25515 Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to '.readthedocs.yml')
-rw-r--r--.readthedocs.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
new file mode 100644
index 0000000..30c50f5
--- /dev/null
+++ b/.readthedocs.yml
@@ -0,0 +1,20 @@
+# .readthedocs.yml
+# Read the Docs configuration file
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
+
+# Required
+version: 2
+
+# Build documentation with MkDocs
+mkdocs:
+ configuration: mkdocs.yml
+
+# Optionally build your docs in additional formats such as PDF
+formats:
+ - pdf
+
+# Optionally set the version of Python and requirements required to build your docs
+python:
+ version: 3.7
+ install:
+ - requirements: requirements.txt \ No newline at end of file