Skip to content
  • joschi's avatar
    Add pip requirements file with Sphinx and dependencies · 87e00b15
    joschi authored
    In order to simplify building the Dropwizard documentation locally,
    this commit adds a pip requirements file which can be used to install
    all required dependencies.
    
    By using a virtual environment (see README.md and [virtualenv](https://virtualenv.pypa.io))
    the dependencies are confined to a defined Python environment and don't
    pollute the local Python environment.
    87e00b15