summaryrefslogtreecommitdiffstats
path: root/docs/how-to-use-docs/files/build.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/how-to-use-docs/files/build.yaml')
-rw-r--r--docs/how-to-use-docs/files/build.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/how-to-use-docs/files/build.yaml b/docs/how-to-use-docs/files/build.yaml
new file mode 100644
index 000000000..d04ff731b
--- /dev/null
+++ b/docs/how-to-use-docs/files/build.yaml
@@ -0,0 +1,11 @@
+---
+- project:
+ name: PROJECT
+ project-name: '{name}'
+
+ project-pattern: '{name}'
+ rtd-build-url: RTD_BUILD_URL
+ rtd-token: RTD_TOKEN
+
+ jobs:
+ - '{project-name}-rtd-jobs'