1 # -*- coding: utf-8 -*-
5 'sphinx.ext.intersphinx',
9 intersphinx_mapping
= {
10 'gtk': ('https://lazka.github.io/pgi-docs/Gtk-3.0', None),
11 'gobject': ('https://lazka.github.io/pgi-docs/GObject-2.0', None),
12 'glib': ('https://lazka.github.io/pgi-docs/GLib-2.0', None),
13 'gdk': ('https://lazka.github.io/pgi-docs/Gdk-3.0', None),
14 'gio': ('https://lazka.github.io/pgi-docs/Gio-2.0', None),
15 'python2': ('https://docs.python.org/2.7', None),
16 'python3': ('https://docs.python.org/3', None),
19 source_suffix
= '.rst'
21 exclude_patterns
= ['_build', 'README.rst']
23 pygments_style
= 'tango'
24 html_theme
= 'sphinx_rtd_theme'
25 html_show_copyright
= False
26 html_favicon
= "images/favicon.ico"
32 'https://quodlibet.github.io/fonts/font-mfizz.css',
35 "display_gitlab": True,
36 "gitlab_user": "GNOME",
37 "gitlab_repo": "pygobject",
38 "gitlab_version": "master",
39 "conf_py_path": "/docs/",
40 "gitlab_host": "gitlab.gnome.org",
45 "images/pygobject-small.svg",
48 html_theme_options
= {
49 "display_version": False,
53 'bzbug': ('https://bugzilla.gnome.org/show_bug.cgi?id=%s', 'bz#'),
56 suppress_warnings
= ["image.nonlocal_uri"]