File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changes in sphinx-automodapi
2
2
============================
3
3
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]
6
12
7
- - No changes yet.
13
+ - Various infrastructure/packaging updates and code clean-ups.
14
+ [#120, #124, #126, #133]
8
15
9
16
0.13 (2020-09-24)
10
17
-----------------
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ filterwarnings =
42
42
error
43
43
ignore:The `docutils\.parsers\.rst\.directive\.html` module will be removed:DeprecationWarning
44
44
ignore:' contextfunction' is renamed to ' pass_context' :DeprecationWarning
45
+ ignore:' environmentfilter' is renamed to ' pass_environment' :DeprecationWarning
45
46
46
47
[flake8]
47
48
max-line-length = 100
You can’t perform that action at this time.
0 commit comments