Skip to content

Commit

Permalink
Merge pull request #183 from hyanwong/improve-doc-compilation
Browse files Browse the repository at this point in the history
Minor improvements to allow docs to compile on my machine
  • Loading branch information
jeromekelleher committed Aug 19, 2019
2 parents 6448f8d + cda795c commit b4423f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# You can set these variables from the command line.
SPHINXOPTS = -W
SPHINXBUILD = sphinx-build
SPHINXBUILD = python3 -m sphinx
SPHINXPROJ = tsinfer
SOURCEDIR = .
BUILDDIR = _build
Expand Down
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

import os
import sys

import pkg_resources
from unittest.mock import MagicMock

class Mock(MagicMock):
Expand Down

0 comments on commit b4423f4

Please sign in to comment.