mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
Initializing ReadTheDocs [skip ci]
This commit is contained in:
parent
61bfb9231b
commit
d0d10f1773
|
@ -13,13 +13,9 @@ extensions = [
|
||||||
]
|
]
|
||||||
|
|
||||||
templates_path = ['_templates']
|
templates_path = ['_templates']
|
||||||
|
|
||||||
source_suffix = '.rst'
|
source_suffix = '.rst'
|
||||||
|
|
||||||
master_doc = 'index'
|
master_doc = 'index'
|
||||||
|
language = 'English'
|
||||||
language = None
|
|
||||||
|
|
||||||
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
|
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
|
||||||
|
|
||||||
pygments_style = None
|
pygments_style = None
|
||||||
|
html_theme = "sphinx_rtd_theme"
|
Loading…
Reference in a new issue