Skip to content

Commit

Permalink
build(docs): have to install ourselves for api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Sep 6, 2023
1 parent 6205c9f commit 508c27f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ formats: all
python:
install:
- requirements: doc/requirements.pip
- method: pip
path: .
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ Unreleased
<starbad_>`_, who `provided patient detailed diagnosis <pull 1650_>`_ and
graciously agreed to a pragmatic resolution.

- The API docs were missing from the last version. They are now `restored
<apidocs_>`_.

.. _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

Expand Down

0 comments on commit 508c27f

Please sign in to comment.