summaryrefslogtreecommitdiff
path: root/docs/conf.py
Commit message (Collapse)AuthorAgeFilesLines
* Prepare docs for publishing to RTFDfix-docsChris Dent2018-10-241-1/+1
| | | | | | | | We'd like to have a stable location for documentation. The destination will be https://pythonpaste.readthedocs.io This change also tries to make sure that there are sufficient warnings throughout about the status of Paste.
* Don't raise StopIteration from generator, return insteadMiro Hron?ok2018-06-081-0/+132
See https://www.python.org/dev/peps/pep-0479/