Skip to content

Commit cd8449d

Browse files
committed
update docs
1 parent 97efb09 commit cd8449d

4 files changed

Lines changed: 15 additions & 13 deletions

File tree

.readthedocs.yaml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
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+
68
python:
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

docs/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
SPHINXOPTS ?=
77
SPHINXBUILD ?= sphinx-build
88
SOURCEDIR = source
9-
BUILDDIR = _build
9+
BUILDDIR = build
1010

1111
# Put it first so that "make" without argument is like "make help".
1212
help:
@@ -17,4 +17,4 @@ help:
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)

docs/make.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if "%SPHINXBUILD%" == "" (
88
set SPHINXBUILD=sphinx-build
99
)
1010
set SOURCEDIR=source
11-
set BUILDDIR=_build
11+
set BUILDDIR=build
1212

1313
if "%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.

0 commit comments

Comments
 (0)