Philippe Maréchal

Results 4 issues of Philippe Maréchal

WIP: partial fix to #936. Since I'm not experienced enough when it comes to tests, I was not yet able to correct the test functions to reach the 100% success...

... and thus get executed for each build, which seems improvable. This behavior has been mentioned in https://github.com/smarie/mkdocs-gallery/issues/34, with a detailed analysis in [this comment](https://github.com/smarie/mkdocs-gallery/pull/39#issuecomment-1079731480). The [PR fixing the issue](https://github.com/smarie/mkdocs-gallery/pull/39)...

As stated in the PR title, this is a work in progress. I started by the easy part: the tests that do not need a full `mkdocs`+`mkdocs-gallery` configuration.

Move (or duplicate?) list of packages needed to build mkdocs-gallery documentation from `noxfile.py` (`MKDOCS_GALLERY_EXAMPLES_REQS` list) to `setup.cfg` as optional dependencies? Refer to https://setuptools.pypa.io/en/latest/userguide/dependency_management.html#optional-dependencies. For example: ``` [options.extras_require] docs = matplotlib,...