https://github.com/hannorein/rebound
Raw File
Tip revision: 2437bcefbdfb0be133be3bab72c7bce020ef7718 authored by Hanno Rein on 20 October 2023, 17:20:00 UTC
Updating version to 3.28.4
Tip revision: 2437bce
.readthedocs.yaml
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

build: 
  os: "ubuntu-22.04"
  tools:
    python: "3.11"

mkdocs:
  configuration: mkdocs.yml

python:
   install:
   - requirements: docs/requirements.txt
back to top