File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ formats:
2121
2222# Optionally set the version of Python and requirements required to build your docs
2323python :
24- version : 3.7
24+ version : " 3.7"
2525 install :
2626 - requirements : requirements.txt
Original file line number Diff line number Diff line change 55# from the environment for the first two.
66SPHINXOPTS ?=
77SPHINXBUILD ?= sphinx-build
8- SOURCEDIR = .
9- BUILDDIR = _build
8+ SOURCEDIR = source
9+ BUILDDIR = build
1010
1111# Put it first so that "make" without argument is like "make help".
1212help :
Original file line number Diff line number Diff line change 2121author = 'CPP_PTB developers'
2222
2323# The full version, including alpha/beta/rc tags
24- release = 'v1.0.0 '
24+ release = 'v1.2.1 '
2525
2626
2727# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ sphinxcontrib-matlabdomain
33sphinxcontrib-napoleon
44sphinx_rtd_theme
55miss_hit == 0.9.29
6+ pre-commit
You can’t perform that action at this time.
0 commit comments