matplotlib / matplotlib/sampledoc
a matplotlib sphinx extension has moved into ipython
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 43
- Forks
- 89
- PR merge metrics
- No merged PRs in 30d
Description
This causes a warning when I build sampledoc.
```
MatplotlibDeprecationWarning:
The Sphinx extension ipython_console_highlighting has moved from
matplotlib to IPython, and its use in matplotlib is deprecated.
Change your import from 'matplotlib.sphinxext.ipython_directive' to
'IPython.sphinxext.ipython_directive.
```
The change should be made in `conf.py` in sampledoc.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open conf.py in sampledoc and inspect the Sphinx extension configuration that emits the deprecation warning. Build sampledoc to verify the warning is gone after the configuration uses the current extension location.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- matplotlib
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100