Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Update conf.py #220

Merged
merged 2 commits into from
Oct 9, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@

# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = []
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.intersphinx',
'sphinx.ext.todo',
'sphinx.ext.viewcode',
]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down Expand Up @@ -96,6 +101,14 @@
# further. For a list of options available for each theme, see the
# documentation.
# html_theme_options = {}
html_theme_options = {
'show_powered_by': False,
'github_user': 'foxmask',
'github_repo': 'django-th',
'github_banner': True,
'show_related': False,
'note_bg': '#FFF59C'
}

# Add any paths that contain custom themes here, relative to this directory.
# html_theme_path = []
Expand Down Expand Up @@ -227,8 +240,7 @@
# dir menu entry, description, category)
texinfo_documents = [
('index', 'TriggerHappy', u'Trigger Happy Documentation',
u'foxmask', 'TriggerHappy', 'take the control of your data with this'
'opensource clone of IFTTT',
u'foxmask', 'TriggerHappy', 'Steamer bridge for your internet services'
'Miscellaneous'),
]

Expand Down