mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-12-14 07:42:24 +03:00
Add sphinx based docs
This commit is contained in:
10
docs/source/conf.py
Normal file
10
docs/source/conf.py
Normal file
@@ -0,0 +1,10 @@
|
||||
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']
|
||||
Reference in New Issue
Block a user