File: conf.py

package info (click to toggle)
quark-sphinx-theme 0.5.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 308 kB
  • sloc: python: 962; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 145 bytes parent folder | download | duplicates (3)
1
2
3
4
5
# -*- coding: utf-8 -*-
import quark_sphinx_theme
html_theme_path = [quark_sphinx_theme.get_path()]
html_theme = 'quark'
html_split_index = True