Files
deb-python-oauth2client/docs
Danny Hermes a39aa25091 Making tweaks to allow project to build on readthedocs.org.
In particular

- Adding a requirements.txt file to aid in installing docs-only
  dependencies (this is a feature of readthedocs, see
  https://docs.readthedocs.org/en/latest/builds.html)
- Updating comment before `import django` in docs/conf.py. Without
  the setup that or tox `docs` env provides or the dependencies
  in docs/requirements.txt, sphinx-build will fail due to missing
  `django`
- Adding a section to docs/conf.py which downloads the
  App Engine SDK and adds it to the import path
- Adding base (non-docs) dir so sources get added when generating
  HTML (e.g. sys.path.append('..') within docs/ dir)
- Using package distribution for docs version instead of manually
  importing oauth2client in docs/conf.py.
2015-08-07 10:12:42 -07:00
..
2015-08-05 17:10:32 -07:00
2015-01-05 23:14:07 -08:00
2014-12-18 17:00:07 -08:00