##// END OF EJS Templates
fix RTD
Matthias Bussonnier -
Show More
@@ -0,0 +1,16 b''
1 version: 2
2
3 build:
4 os: ubuntu-22.04
5 tools:
6 python: "3.11"
7
8 sphinx:
9 configuration: docs/source/conf.py
10
11 # Optional but recommended, declare the Python requirements required
12 # to build your documentation
13 # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
14 python:
15 install:
16 - requirements: docs/requirements.txt
@@ -14,6 +14,7 b' exclude tools'
14 14 exclude CONTRIBUTING.md
15 15 exclude .editorconfig
16 16 exclude SECURITY.md
17 exclude .readthedocs.yaml
17 18
18 19 graft scripts
19 20
General Comments 0
You need to be logged in to leave comments. Login now