Joakim Bech | ba552e8 | 2021-05-11 12:37:24 +0200 | [diff] [blame] | 1 | version: 2 |
2 | |||||
3 | # Build from the docs/ directory with Sphinx | ||||
4 | sphinx: | ||||
5 | configuration: conf.py | ||||
6 | |||||
7 | # Explicitly set the version of Python and its requirements | ||||
8 | python: | ||||
9 | version: 3.7 | ||||
10 | install: | ||||
11 | - requirements: requirements.txt |