Skip to content

Commit

Permalink
Populate change log
Browse files Browse the repository at this point in the history
and update RTD config
  • Loading branch information
pllim committed Aug 10, 2023
1 parent e911233 commit 2da9fb1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .readthedocs.yml
Expand Up @@ -8,13 +8,17 @@ build:
os: ubuntu-22.04
tools:
python: "3.11"
jobs:
post_checkout:
- git fetch --shallow-since=2023-01-01 || true

sphinx:
builder: html
configuration: docs/conf.py
fail_on_warning: true

python:
system_packages: false
install:
- method: pip
path: .
Expand Down
4 changes: 4 additions & 0 deletions CHANGES.rst
Expand Up @@ -4,6 +4,10 @@ Changes in sphinx-automodapi
0.16.0 (unreleased)
-------------------

- Fixed broken inheritance-diagram links due to the smart resolver. [#172]

- Minimum supported Sphinx version is now 4. [#170]

0.15.0 (2023-03-13)
-------------------

Expand Down

0 comments on commit 2da9fb1

Please sign in to comment.