mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-17 14:04:20 +01:00
Docs (#1001)
* Copy over and update content from the Wiki to CTFd Sphinx docs * Closes #947 * Closes #742
This commit is contained in:
@@ -20,13 +20,13 @@
|
||||
# -- Project information -----------------------------------------------------
|
||||
|
||||
project = u'CTFd'
|
||||
copyright = u'2019, Kevin Chung'
|
||||
copyright = u'2019, CTFd LLC'
|
||||
author = u'Kevin Chung'
|
||||
|
||||
# The short X.Y version
|
||||
version = u''
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = u'2.1.0'
|
||||
release = u'2.1.2'
|
||||
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
@@ -78,7 +78,7 @@ pygments_style = None
|
||||
# The theme to use for HTML and HTML Help pages. See the documentation for
|
||||
# a list of builtin themes.
|
||||
#
|
||||
html_theme = 'alabaster'
|
||||
html_theme = 'sphinx_rtd_theme'
|
||||
|
||||
# Theme options are theme-specific and customize the look and feel of a theme
|
||||
# further. For a list of options available for each theme, see the
|
||||
@@ -154,7 +154,7 @@ man_pages = [
|
||||
# dir menu entry, description, category)
|
||||
texinfo_documents = [
|
||||
(master_doc, 'CTFd', u'CTFd Documentation',
|
||||
author, 'CTFd', 'One line description of project.',
|
||||
author, 'CTFd', 'A Capture The Flag framework focusing on ease of use and customizability.',
|
||||
'Miscellaneous'),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user