summaryrefslogtreecommitdiff
path: root/docs/conf.py
Commit message (Collapse)AuthorAgeFilesLines
* Save/restore the trash_delete_nesting; add tests for this.Jason Madden2022-10-271-2/+2
| | | | Refs https://github.com/gevent/gevent/issues/1909
* Tweak CHANGES.rst [skip ci]Jason Madden2020-11-201-1/+1
|
* Add document on caveats and known issues.Jason Madden2020-11-191-0/+8
| | | | Fixes #143.
* More docs.Jason Madden2020-11-181-0/+1
|
* Add proper cross-linkable API docs, and begin breaking the documentation ↵Jason Madden2020-11-131-2/+4
| | | | into topics.
* Convert most documenation examples to doctests and run them on CI and tox.Jason Madden2020-11-131-1/+1
| | | | Fixes #204
* Publish the change log on RTD.Jason Madden2020-09-301-0/+266
Fixes #188 Some other minor modernizations as well: - use a RTD config file - Rename NEWS to CHANGES.rst as seems to be th current standard - Likewise, rename doc to docs and *.txt to *.rst (hooray syntax highlighting) - Partially require setuptools; we effectively did anyway. More work required here.