c7cb72b20e
Running keystone as a wsgi application should allow the same kind of customization as when run from the command line. Setting sys.argv for wsgi applications is difficult so that environment variables need to be used for this purpose. Closes-Bug: #1552397 Change-Id: I1cd8c7c9f8d4c748384f9b72511b677176672791
Building Docs
Developer documentation is generated using Sphinx. To build this documentation, run the following from the root of the repository:
$ tox -e docs
The documentation will be built at doc/build/.