Skip to content

Commit 2275e40

Browse files
committed
sphinx and venv
1 parent 04dfb4c commit 2275e40

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
- run:
7272
name: make doc
7373
command: |
74+
. venv/bin/activate
7475
cd apidoc
7576
make html
7677
cd ..

apidoc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# You can set these variables from the command line.
55
SPHINXOPTS =
6-
SPHINXBUILD = python -m sphinx
6+
SPHINXBUILD = python3 -m sphinx
77
SOURCEDIR = .
88
BUILDDIR = _build
99

0 commit comments

Comments
 (0)