Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
sphinx:
configuration: docs/conf.py
fail_on_warning: false # Optional: Set to true if you want the build to fail on warnings.
build:
os: ubuntu-22.04
tools:
python: "3.11"
apt_packages:
- graphviz
- libxml2-dev
- libcurl4-openssl-dev
- libfftw3-dev
- liblapack-dev
- libopenblas-dev
- build-essential
- cmake
- ninja-build
- gfortran-12
jobs:
pre_build:
- pip install swiftest
- ford fortran_docs.md
python:
install:
- requirements: docs/requirements.txt