Skip to content

Commit 6170d3f

Browse files
committed
update infra doc
1 parent 6b60914 commit 6170d3f

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ formats:
2121

2222
# Optionally set the version of Python and requirements required to build your docs
2323
python:
24-
version: 3.7
24+
version: "3.7"
2525
install:
2626
- requirements: requirements.txt

docs/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# from the environment for the first two.
66
SPHINXOPTS ?=
77
SPHINXBUILD ?= 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".
1212
help:

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
author = '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 ---------------------------------------------------

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ sphinxcontrib-matlabdomain
33
sphinxcontrib-napoleon
44
sphinx_rtd_theme
55
miss_hit==0.9.29
6+
pre-commit

0 commit comments

Comments
 (0)