Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8d0ff8b

Browse files
committed
TST: Ignore another upstream deprecation warning.
DOC: Add change log entries from past PRs.
1 parent 1f7974f commit 8d0ff8b

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGES.rst

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
Changes in sphinx-automodapi
22
============================
33

4-
0.14 (unreleased)
5-
-----------------
4+
0.14.0 (unreleased)
5+
-------------------
6+
7+
- Set default value for ``env.intersphinx_named_inventory``. [#136]
8+
9+
- Sphinx 4 compatibility w.r.t. logger warning. [#129]
10+
11+
- Add ``:include:`` option to do the opposite of ``:skip:``. [#127]
612

7-
- No changes yet.
13+
- Various infrastructure/packaging updates and code clean-ups.
14+
[#120, #124, #126, #133]
815

916
0.13 (2020-09-24)
1017
-----------------

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ filterwarnings =
4242
error
4343
ignore:The `docutils\.parsers\.rst\.directive\.html` module will be removed:DeprecationWarning
4444
ignore:'contextfunction' is renamed to 'pass_context':DeprecationWarning
45+
ignore:'environmentfilter' is renamed to 'pass_environment':DeprecationWarning
4546

4647
[flake8]
4748
max-line-length = 100

0 commit comments

Comments
 (0)