Skip to content

Commit

Permalink
Fix .readthedocs.yaml
Browse files Browse the repository at this point in the history
Configuration for readthedocs.org documentation.
  • Loading branch information
evolve75 authored Dec 20, 2024
1 parent aa35c5b commit 2aa138d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
# Required
version: 2

# Set the version of Python and other tools you might need
# Set the version of Ruby and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.11"
ruby: "3.3"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: doc/conf.py

# We recommend specifying your dependencies to enable reproducible builds:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
# python:
# install:
# - requirements: docs/requirements.txt
ruby:
install:
- gemfile: Gemfile
commands:
- gem install bundler
- bundle install
- rake doc:yard
- cp -r doc $READTHEDOCS_OUTPUT/html

0 comments on commit 2aa138d

Please sign in to comment.