The development documentation on the matplotlib webpage is tied to the latest stable release http://matplotlib.org/devel/index.html
Would it be possible to have at least this section to be "Automatically" updated when changes are made on master?
Another option, that I like even better, is to do something Django style if you look at the documentation page https://docs.djangoproject.com/en/dev/ , it offers the possibility to view the docs for diferent releases including the development (master in our case) with a little js widget at the bottom of the page.
The development documentation on the matplotlib webpage is tied to the latest stable release http://matplotlib.org/devel/index.html
Would it be possible to have at least this section to be "Automatically" updated when changes are made on
master?Another option, that I like even better, is to do something Django style if you look at the documentation page https://docs.djangoproject.com/en/dev/ , it offers the possibility to view the docs for diferent releases including the development (
masterin our case) with a little js widget at the bottom of the page.