Skip to content
This repository was archived by the owner on May 3, 2020. It is now read-only.
This repository was archived by the owner on May 3, 2020. It is now read-only.

global: sphinx-build failure (no module named 'invenio_circulation') #58

@mvesper

Description

@mvesper

When running the command:
sphinx-build -qnNW -b doctest docs docs/_build/doctest
from run-tests.sh, sphinx-build fails as can be seen here: https://travis-ci.org/inveniosoftware/invenio-circulation/jobs/170784723

Adding sys.path.insert(0, os.path.abspath('..')) in docs/conf.py, as in: https://github.com/mvesper/invenio-circulation/blob/fcf1b7a812eb44204163bf85f5bccf6159f55e00/docs/conf.py#L34-L35 , fixes the issue for now.

This line should eventually be removed.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions