mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-04-24 19:32:53 +03:00
11 lines
267 B
Python
11 lines
267 B
Python
import sphinx_rtd_theme
|
|
|
|
project = 'django-localized-fields'
|
|
copyright = '2019, Sector Labs'
|
|
author = 'Sector Labs'
|
|
extensions = ["sphinx_rtd_theme"]
|
|
templates_path = ['_templates']
|
|
exclude_patterns = []
|
|
html_theme = "sphinx_rtd_theme"
|
|
html_static_path = ['_static']
|