L’idée est bonne mais apparemment c’est l’install qui a mis je ne sais où les packets :
activate
activate.csh
activate.fish
python
python3
activate
activate.csh
activate.fish
python
python3
./scripts/travis_script.sh: line 65: sphinx-build: command not found
Version de Sphinx :
make: Entering directory `/home/travis/build/zestedesavoir/zds-site/doc'
Makefile:12: *** The 'sphinx-build' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the 'sphinx-build' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/. Stop.
make: Leaving directory `/home/travis/build/zestedesavoir/zds-site/doc'
The command "./scripts/travis_script.sh "build_documentation"" exited with 2.
https://travis-ci.org/zestedesavoir/zds-site/jobs/490244781#L1331
if [[ "$1" == "build_documentation" ]] && [[ "$ZDS_TEST_JOB" == *"doc"* ]]; then
print_info "* Build documentation"
if [[ "$ZDS_TEST_JOB" == *"doc"* ]]; then
PATH=$PATH:$(pwd)/zdsenv/bin/
echo "$(ls $(pwd)/zdsenv/bin/)"
echo "------------"
echo "$(ls zdsenv/bin/)"
print_info "Version de Sphinx : $(sphinx-build --version)"
make --directory doc html
fi
fi
Sur mon PC j’ai tout la dedans.