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

Commit

Permalink
upd doc
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxMaSk committed Oct 16, 2017
1 parent ba1b81d commit c0945de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
# built documents.
#
# The short X.Y version.
version = '0.13.3'
version = '1.4.0'
# The full version, including alpha/beta/rc tags.
release = '0.13.3'
release = '1.4.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -106,7 +106,7 @@
'github_user': 'foxmask',
'github_repo': 'django-th',
'github_banner': True,
'show_related': False,
'show_related': True,
'note_bg': '#FFF59C'
}

Expand Down Expand Up @@ -155,7 +155,7 @@
# html_domain_indices = True

# If false, no index is generated.
# html_use_index = True
html_use_index = True

# If true, the index is split into individual pages for each letter.
# html_split_index = False
Expand Down

0 comments on commit c0945de

Please sign in to comment.