summaryrefslogtreecommitdiff
path: root/docs/changelog.rst
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 /docs/changelog.rst
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 'docs/changelog.rst')
-rw-r--r--docs/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
new file mode 100644
index 0000000..91bdab9
--- /dev/null
+++ b/docs/changelog.rst
@@ -0,0 +1 @@
+.. include:: ../ChangeLog.rst