Skip to content

Remove reference to changelog from frontpage #5878

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 24, 2016

Conversation

jenshnielsen
Copy link
Member

Fixes link checker issue in documentation as discussed with @tacaswell

Fixes link checker issue in documentation
@jenshnielsen
Copy link
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
The seqfault is new and I guess related to the release of a new traitlets release.

@jenshnielsen
Copy link
Member Author

I have reported the Ipython/Traitlets issue in ipython/traitlets#162

@jenshnielsen
Copy link
Member Author

It looks like the issue only happens on the master branch which uses Python 3.5 to build the docs

@jenshnielsen
Copy link
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 tacaswell merged commit 6d4edf0 into matplotlib:v1.5.x Jan 24, 2016
tacaswell added a commit that referenced this pull request Jan 24, 2016
Remove reference to changelog from frontpage
@tacaswell
Copy link
Member

backported to v1.5.1-doc as 6db0faf

@jenshnielsen jenshnielsen deleted the removechangelog branch January 25, 2016 07:30
@QuLogic QuLogic added this to the 1.5.2 (Critical bug fix release) milestone Jul 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants