Merge lp:~springermac/openlp/documentation-pyqt5-update into lp:openlp/documentation

Proposed by Jonathan Springer
Status: Merged
Approved by: Raoul Snyman
Approved revision: 129
Merged at revision: 130
Proposed branch: lp:~springermac/openlp/documentation-pyqt5-update
Merge into: lp:openlp/documentation
Diff against target: 23 lines (+8/-3)
1 file modified
api/source/conf.py (+8/-3)
To merge this branch: bzr merge lp:~springermac/openlp/documentation-pyqt5-update
Reviewer Review Type Date Requested Status
Raoul Snyman Approve
Tim Bentley Approve
Review via email: mp+281349@code.launchpad.net

Description of the change

Updates for PyQt5

To post a comment you must log in.
Revision history for this message
Tim Bentley (trb143) :
review: Approve
Revision history for this message
Raoul Snyman (raoul-snyman) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'api/source/conf.py'
2--- api/source/conf.py 2015-10-16 20:24:24 +0000
3+++ api/source/conf.py 2015-12-25 05:04:02 +0000
4@@ -346,11 +346,16 @@
5
6
7 # Example configuration for intersphinx: refer to the Python standard library.
8-intersphinx_mapping = {'python': ('http://docs.python.org/3.4', None)}
9+intersphinx_mapping = {'python': ('http://docs.python.org/3.5', None),
10+ 'sqlalchemy': ('http://docs.sqlalchemy.org/en/latest', None),
11+ 'alembic': ('http://alembic.readthedocs.org/en/latest', None),
12+ 'chardet': ('http://chardet.readthedocs.org/en/latest', None),
13+ 'bs4': ('http://www.crummy.com/software/BeautifulSoup/bs4/doc/', None),
14+ 'mako': ('http://docs.makotemplates.org/en/latest/', None),
15+ 'psycopg2': ('http://initd.org/psycopg/docs/', None)}
16
17 autosummary_generate = True
18
19 autodoc_default_flags = ['members', 'undoc-members', 'show-inheritance']
20
21-autodoc_mock_imports = ['pyodbc', 'uno', 'PyQt4.phonon', 'com.sun.star.connection', 'com.sun.star.beans',
22- 'PyQt4.QtCore']
23+autodoc_mock_imports = ['pyodbc', 'uno', 'com.sun.star.connection', 'com.sun.star.beans', 'PyQt5.QtCore']

Subscribers

People subscribed via source and target branches

to all changes: