Try readthedocs.
This commit is contained in:
parent
ddab466fd0
commit
01db49397a
1 changed files with 17 additions and 0 deletions
17
webpages/.readthedocs.yaml
Normal file
17
webpages/.readthedocs.yaml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Read the Docs configuration file
|
||||
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
||||
|
||||
# Required
|
||||
version: 2
|
||||
# Set the OS, Python version, and other tools you might need
|
||||
build:
|
||||
os: ubuntu-24.04
|
||||
tools:
|
||||
ruby: "3.3"
|
||||
commands:
|
||||
# Install dependencies
|
||||
- gem install bundle
|
||||
- bundle install
|
||||
# Build the site and save generated files into Read the Docs directory
|
||||
- jekyll build --destination $READTHEDOCS_OUTPUT/html
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue