Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use python -m for sphinx and pytest to enable tox --sitepackages. #172

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dHannasch
Copy link
Collaborator

@dHannasch dHannasch commented Oct 21, 2019

Using python -m sphinx instead of sphinx-build allows us to use --sitepackages if we want.
(tox --sitepackages is very useful if you just want to run some tests quickly without re-installing packages that you already have installed. See https://tox.readthedocs.io/en/latest/config.html#conf-sitepackages.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant