summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJoe Gordon <jogo@pinterest.com>2022-07-22 10:05:48 -0700
committerJoe Gordon <jogo@pinterest.com>2022-07-22 10:21:34 -0700
commitf7db8bb8c6d1db081859805de0c9d571276b5dd7 (patch)
treef2fdbad2fcfeb5768e32e18cc1983973ef957db9 /.github
parentb86bb741884b19266596c5c10159f588ec9b8b77 (diff)
downloadpymemcache-f7db8bb8c6d1db081859805de0c9d571276b5dd7.tar.gz
Fix docs
* autodoc wasn't generating docs correnctly * add pytest so sphinx can render test docs, excluding them from docs for now though (so generated, but no link to them) * Update version info in docs/conf.py * Fix a few sphinx warnings * Add in changelog into docs and switch to toctree depth of 1, as the changelog has a lat of H2 headers. * Add docs to CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 330d2db..08c3fa1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -35,6 +35,10 @@ jobs:
if: matrix.python-version == '3.10'
run: |
tox -e lint,mypy
+ - name: Docs
+ if: matrix.python-version == '3.10'
+ run: |
+ tox -e docs
- name: Disable IPv6 localhost
run: |
sudo sed -i '/::1/d' /etc/hosts