aboutsummaryrefslogtreecommitdiff
path: root/.readthedocs.yml
diff options
context:
space:
mode:
Diffstat (limited to '.readthedocs.yml')
-rw-r--r--.readthedocs.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
deleted file mode 100644
index f68ccc8..0000000
--- a/.readthedocs.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-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