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 7607221 commit b423039Copy full SHA for b423039
.readthedocs.yaml
@@ -0,0 +1,17 @@
1
+---
2
+# Read the Docs configuration file
3
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4
+
5
+version: 2
6
7
+build:
8
+ os: ubuntu-24.04
9
+ tools:
10
+ ruby: "3.3"
11
12
+ commands:
13
+ - gem install bundle
14
+ - bundle install
15
+ - 'echo "baseurl: $READTHEDOCS_VERSION" > _config_rtd.yml'
16
+ - jekyll build --config _config_theme.yml,_config_rtd.yml --destination $READTHEDOCS_OUTPUT/html
17
+ - ls -Ra $READTHEDOCS_OUTPUT
0 commit comments