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
=== modified file 'api/source/conf.py'
--- api/source/conf.py 2015-10-16 20:24:24 +0000
+++ api/source/conf.py 2015-12-25 05:04:02 +0000
@@ -346,11 +346,16 @@
346346
347347
348# Example configuration for intersphinx: refer to the Python standard library.348# Example configuration for intersphinx: refer to the Python standard library.
349intersphinx_mapping = {'python': ('http://docs.python.org/3.4', None)}349intersphinx_mapping = {'python': ('http://docs.python.org/3.5', None),
350 'sqlalchemy': ('http://docs.sqlalchemy.org/en/latest', None),
351 'alembic': ('http://alembic.readthedocs.org/en/latest', None),
352 'chardet': ('http://chardet.readthedocs.org/en/latest', None),
353 'bs4': ('http://www.crummy.com/software/BeautifulSoup/bs4/doc/', None),
354 'mako': ('http://docs.makotemplates.org/en/latest/', None),
355 'psycopg2': ('http://initd.org/psycopg/docs/', None)}
350356
351autosummary_generate = True357autosummary_generate = True
352358
353autodoc_default_flags = ['members', 'undoc-members', 'show-inheritance']359autodoc_default_flags = ['members', 'undoc-members', 'show-inheritance']
354360
355autodoc_mock_imports = ['pyodbc', 'uno', 'PyQt4.phonon', 'com.sun.star.connection', 'com.sun.star.beans',361autodoc_mock_imports = ['pyodbc', 'uno', 'com.sun.star.connection', 'com.sun.star.beans', 'PyQt5.QtCore']
356 'PyQt4.QtCore']

Subscribers

People subscribed via source and target branches

to all changes: