File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ formats :
3+ - htmlzip
4+ - pdf
5+ - epub
6+ build :
7+ os : ubuntu-24.04
8+ tools :
9+ python : " 3.13"
10+ jobs :
11+ create_environment :
12+ - venv/bin/python3 -m pip install -c ci/constraints.txt -r ci/requirements.txt
13+ - venv/bin/python3 -m pip install Sphinx==5.3.0
14+ - venv/bin/python3 -m pip install --config-settings=--build-option=--no-c-backend .
15+ build :
16+ htmlzip :
17+ - make -C docs htmlzip SPHINXBUILD=venv/bin/sphinx-build BUILDDIR=$READTHEDOCS_OUTPUT
18+ pdf :
19+ - make -C docs pdf SPHINXBUILD=venv/bin/sphinx-build BUILDDIR=$READTHEDOCS_OUTPUT
20+ epub :
21+ - make -C docs epub SPHINXBUILD=venv/bin/sphinx-build BUILDDIR=$READTHEDOCS_OUTPUT
Original file line number Diff line number Diff line change 66SPHINXOPTS ?=
77SPHINXBUILD ?= sphinx-build
88SOURCEDIR = .
9- BUILDDIR = _build
9+ BUILDDIR ? = _build
1010
1111# Put it first so that "make" without argument is like "make help".
1212help :
You can’t perform that action at this time.
0 commit comments