Remove reference to changelog from frontpage#5878
Merged
tacaswell merged 1 commit intomatplotlib:v1.5.xfrom Jan 24, 2016
Merged
Remove reference to changelog from frontpage#5878tacaswell merged 1 commit intomatplotlib:v1.5.xfrom
tacaswell merged 1 commit intomatplotlib:v1.5.xfrom
Conversation
Fixes link checker issue in documentation
Member
Author
|
This seems to ultimatly be caused by a IPython/Traitlets issues: At the end of the docs build we are seeing: Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "/home/travis/build/matplotlib/matplotlib/venv/lib/python3.5/site-packages/IPython/core/history.py", line 547, in end_session
len(self.input_hist_parsed)-1, self.session_number))
sqlite3.OperationalError: disk I/O error
Fatal Python error: PyImport_GetModuleDict: no module dictionary!
Current thread 0x00007ff58684b700 (most recent call first):
File "/home/travis/build/matplotlib/matplotlib/venv/lib/python3.5/site-packages/traitlets/traitlets.py", line 1136 in on_trait_change
File "/home/travis/build/matplotlib/matplotlib/venv/lib/python3.5/site-packages/IPython/core/extensions.py", line 64 in __del__
Aborted (core dumped)The SQL error is old and repoted to ipython in ipython/ipython#8850 and should be fixed in IPython 4.1 |
Member
Author
|
I have reported the Ipython/Traitlets issue in ipython/traitlets#162 |
Member
Author
|
It looks like the issue only happens on the master branch which uses Python 3.5 to build the docs |
Member
Author
|
This is not the prober fix but we might still want to remove that link and perhaps retire the changelog? |
tacaswell
added a commit
that referenced
this pull request
Jan 24, 2016
Remove reference to changelog from frontpage
tacaswell
added a commit
that referenced
this pull request
Jan 24, 2016
Remove reference to changelog from frontpage
Member
|
backported to v1.5.1-doc as 6db0faf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes link checker issue in documentation as discussed with @tacaswell