We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc9ba89 commit acb468eCopy full SHA for acb468e
1 file changed
.readthedocs.yml
@@ -5,8 +5,18 @@ build:
5
tools:
6
python: "3.6"
7
apt_packages:
8
+ - autoconf
9
- enchant-2
10
- hunspell-en-us
11
+ - make
12
+ - python3-sphinx
13
+ commands:
14
+ - make autotools
15
+ - ./configure
16
+ - python3 -m virtualenv .venv
17
+ - . .venv/bin/activate
18
+ - pip install -r doc/requirements.txt
19
+ - make -C doc/
20
21
# Build from the doc/ directory with Sphinx
22
sphinx:
0 commit comments