File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- version : 2
2- # formats: all
3- sphinx :
4- configuration : docs/conf.py
5- fail_on_warning : false
1+ version : " 2"
2+
3+ build :
4+ os : " ubuntu-22.04"
5+ tools :
6+ python : " 3.10"
7+
68python :
7- # For available versions, see:
8- # https://docs.readthedocs.io/en/stable/config-file/v2.html#build-image
9- version : " 3.8"
109 install :
11- - requirements : docs/requirements.txt
10+ - requirements : docs/requirements.txt
11+
12+ sphinx :
13+ configuration : docs/source/conf.py
Original file line number Diff line number Diff line change 66SPHINXOPTS ?=
77SPHINXBUILD ?= sphinx-build
88SOURCEDIR = source
9- BUILDDIR = _build
9+ BUILDDIR = build
1010
1111# Put it first so that "make" without argument is like "make help".
1212help :
1717# Catch-all target: route all unknown targets to Sphinx using the new
1818# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
1919% : Makefile
20- @$(SPHINXBUILD ) -M $@ " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) $(O )
20+ @$(SPHINXBUILD ) -M $@ " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) $(O )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ if "%SPHINXBUILD%" == "" (
88 set SPHINXBUILD = sphinx-build
99)
1010set SOURCEDIR = source
11- set BUILDDIR = _build
11+ set BUILDDIR = build
1212
1313if " %1 " == " " goto help
1414
@@ -32,4 +32,4 @@ goto end
3232%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
3333
3434:end
35- popd
35+ popd
File renamed without changes.
You can’t perform that action at this time.
0 commit comments