Skip to content

Commit b423039

Browse files
ci(build): preview PR builds via Read the Docs
1 parent 7607221 commit b423039

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.readthedocs.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)