Skip to content
Snippets Groups Projects
Commit 0e0c8548 authored by David Douard's avatar David Douard
Browse files

tox: add a sphinx-dev tox environment

that builds the doc using source code repos located one directory above
instead of published versions of swh subpackages.

Related to T1330.
parent 891ad17c
No related branches found
No related tags found
No related merge requests found
# Add here internal Software Heritage dependencies, one per line.
../swh-core
../swh-model
../swh-objstorage[testing]
../swh-scheduler
../swh-storage[schemadata]
../swh-loader-core
../swh-lister
../swh-journal
../swh-vault
../swh-loader-dir
../swh-loader-tar
../swh-loader-pypi
../swh-loader-debian
../swh-loader-mercurial
../swh-loader-svn
../swh-loader-git
../swh-archiver
../swh-web
../swh-deposit
../swh-indexer
../swh-mirror-forge
......@@ -9,6 +9,14 @@ deps =
commands =
{envpython} -m pifpaf run postgresql -- make -C docs html
[testenv:sphinx-dev]
deps =
django < 2
-r requirements-swh-dev.txt
pifpaf
commands =
{envpython} -m pifpaf run postgresql -- make -C docs html
[testenv:flake8]
skip_install = true
deps =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment