summaryrefslogtreecommitdiff
path: root/.readthedocs.yml
Commit message (Collapse)AuthorAgeFilesLines
* Install all optional dependencies for Readthedocs buildsJordan Cook2021-07-031-1/+1
|
* Fix readthedocs build method (poetry projects can still be installed with pip)Jordan Cook2021-05-111-1/+2
|
* Convert packaging config to poetryJordan Cook2021-05-091-2/+1
|
* Update to Ubuntu 20.04 build image for readthedocsJordan Cook2021-04-031-1/+4
|
* Documentation build improvments:Jordan Cook2021-03-031-0/+16
* Add `.readthedocs.yml` build config * Remove mocks for backend modules (pymongo, redis-py, etc.), and make Readthedocs install them before building * Add Sphinx extensions for: * Google-style docstrings * 'Copy' button for code snippets * Automatic type annotation docs * Links to view source code * Add documentation requirements to setup.py for building docs locally * Remove config for unused Sphinx outputs