Skip to content

Commit 4e57529

Browse files
authored
Merge pull request #11313 from timhoffm/changelog-only-directive
Add changelog entry for removal of proprietary sphinx directives.
2 parents 9163389 + 969ab9d commit 4e57529

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Removed proprietary sphinx directives
2+
-------------------------------------
3+
4+
The matplotlib documentation used the proprietary sphinx directives
5+
`.. htmlonly::`, and `.. latexonly::`. These have been replaced with the
6+
standard sphinx directives `.. only:: html` and `.. only:: latex`. This
7+
change will not affect any users. Only downstream package maintainers, who
8+
have used the proprietary directives in their docs, will have to switch to the
9+
sphinx directives.

0 commit comments

Comments
 (0)