aboutsummaryrefslogtreecommitdiff
path: root/.readthedocs.yml
diff options
context:
space:
mode:
Diffstat (limited to '.readthedocs.yml')
-rw-r--r--.readthedocs.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
new file mode 100644
index 0000000..f68ccc8
--- /dev/null
+++ b/.readthedocs.yml
@@ -0,0 +1,14 @@
+
+version: 2
+
+build:
+ os: "ubuntu-22.04"
+ tools:
+ nodejs: "19"
+ commands:
+ - env
+ - npm install -g @bazel/bazelisk
+ - bazel version
+ # Put the actual build behind a shell script because its easier to modify than
+ # the yaml config.
+ - docs/sphinx/readthedocs_build.sh