File: conf.py

package info (click to toggle)
sphinxext-opengraph 0.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,200 kB
  • sloc: python: 1,130; makefile: 11; sh: 8
file content (14 lines) | stat: -rw-r--r-- 334 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
from __future__ import annotations

extensions = ['sphinxext.opengraph']

master_doc = 'index'
exclude_patterns = ['_build']

html_theme = 'basic'

ogp_site_name = "Example's Docs!"
ogp_site_url = 'http://example.org/en/latest/'
ogp_image = 'http://example.org/en/latest/image33.png'
ogp_image_alt = 'TEST'
ogp_use_first_image = True