From 508c27f0d564f8527903028d48336f9fd58ddfe9 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 6 Sep 2023 06:48:13 -0400 Subject: [PATCH] build(docs): have to install ourselves for api docs --- .readthedocs.yaml | 2 ++ CHANGES.rst | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d9f581bf1..1960ebca2 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -22,3 +22,5 @@ formats: all python: install: - requirements: doc/requirements.pip + - method: pip + path: . diff --git a/CHANGES.rst b/CHANGES.rst index 69eed03b2..b8ee6d6b2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -27,6 +27,10 @@ Unreleased `_, who `provided patient detailed diagnosis `_ and graciously agreed to a pragmatic resolution. +- The API docs were missing from the last version. They are now `restored + `_. + +.. _apidocs: https://coverage.readthedocs.io/en/latest/api_coverage.html .. _starbad: /~https://github.com/nedbat/coveragepy/issues/1407#issuecomment-1631085209 .. _pull 1650: /~https://github.com/nedbat/coveragepy/pull/1650