Skip to content

Commit

Permalink
Merge pull request #790 from executablebooks/agoose77-patch-1
Browse files Browse the repository at this point in the history
DOCS: update CHANGELOG for deprecation
  • Loading branch information
agoose77 authored Dec 5, 2023
2 parents 0e57ffa + 244727c commit 29a73f6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ Note that this doesn't imply any new long-term support or stability, we will con
}
```

**`single_page` is deprecated**. If you'd like to restore the old behavior (hiding sidebars), then use the following configuration in your `conf.py`:
```python
html_sidebars = {
"**": []
}
```

### Contributors to this release

([GitHub contributors page for this release](https://github.com/executablebooks/sphinx-book-theme/graphs/contributors?from=2022-07-17&to=2023-02-19&type=c))
Expand Down

0 comments on commit 29a73f6

Please sign in to comment.