We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9163389 + 969ab9d commit 4e57529Copy full SHA for 4e57529
doc/api/next_api_changes/2018-05-26-TH.rst
@@ -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