-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.readthedocs.yaml
29 lines (25 loc) · 940 Bytes
/
.readthedocs.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# NOTE: The "os" must be specified to work around a library incompatibility in
# the default one, see:
# * https://github.com/readthedocs/readthedocs.org/issues/10290
# NOTE: "sphinx-fortran" must be installed manually from GitHub rather than
# using the release that is currently in PyPy, as the release in PyPy is
# very old and the GitHub repository has many bug fixes, see:
# * https://github.com/VACUMM/sphinx-fortran/issues/35
# * https://github.com/VACUMM/sphinx-fortran/issues/50
version: 2
build:
apt_packages:
- gfortran-12
jobs:
post_install:
- which gfortran-12
- which gmake
- which pip3
- which python3
- pip3 install git+https://github.com/VACUMM/sphinx-fortran.git@master
os: ubuntu-22.04
tools:
python: "3.12"
python:
install:
- requirements: docs/requirements.txt