File: conf.py

package info (click to toggle)
python-pyzstd 0.19.1-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 496 kB
  • sloc: python: 5,754; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 258 bytes parent folder | download
1
2
3
4
5
6
7
8
9
project = "pyzstd module"
author = "Ma Lin and contributors"
copyright = "2020-present, Ma Lin and contributors"
language = "en"

master_doc = "index"
pygments_style = "sphinx"
extensions = ["myst_parser", "sphinx_rtd_theme"]
html_theme = "sphinx_rtd_theme"