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

docs: Minor adjustments to the development dependencies #10697

Merged
merged 2 commits into from Mar 25, 2020

Commits on Mar 25, 2020

  1. docs: Update requirements for documentation

    pip is needed to install the documentation dependencies. Those
    dependencies are not limited to sphinx and can be installed from the
    Documentation/requirements.txt file.
    
    I've moved the documentation dependencies closer to the default
    dependencies because, contrary to Vagrant and VirtualBox, they are
    needed to run make.
    
    Signed-off-by: Paul Chaignon <paul@cilium.io>
    pchaigno committed Mar 25, 2020
    Copy the full SHA
    91bd714 View commit details
    Browse the repository at this point in the history
  2. docs: Clarify need to run docker as non-root user

    docker must be executed as a non-root user for unit tests.
    
    Signed-off-by: Paul Chaignon <paul@cilium.io>
    pchaigno committed Mar 25, 2020
    Copy the full SHA
    4d2ef68 View commit details
    Browse the repository at this point in the history