Makefile:12: *** The 'sphinx-build' command was not found.

Le PATH est manquant

Le problème exposé dans ce sujet a été résolu.

Bonjour,

J’ai un problème de PATH avec sphinx-build qui est installé avec pip3 quelqu’un à une idée ?

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.

https://travis-ci.org/zestedesavoir/zds-site/jobs/489568413#L1343

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

# build documentation
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. :(

+0 -0

pip3 ne s’installe pas dedans, il faut que je regarde ça.

/home/travis/build/zestedesavoir/zds-site/zdsenv//bin
/home/travis/build/zestedesavoir/zds-site/zdsenv//include
/home/travis/build/zestedesavoir/zds-site/zdsenv//lib
/home/travis/build/zestedesavoir/zds-site/zdsenv//lib/python3.4
/home/travis/build/zestedesavoir/zds-site/zdsenv//lib/python3.4/site-packages
/home/travis/build/zestedesavoir/zds-site/zdsenv//lib64
/home/travis/build/zestedesavoir/zds-site/zdsenv//lib64/python3.4
/home/travis/build/zestedesavoir/zds-site/zdsenv//lib64/python3.4/site-packages
Connectez-vous pour pouvoir poster un message.
Connexion

Pas encore membre ?

Créez un compte en une minute pour profiter pleinement de toutes les fonctionnalités de Zeste de Savoir. Ici, tout est gratuit et sans publicité.
Créer un compte