* Copy over and update content from the Wiki to CTFd Sphinx docs
* Closes #947
* Closes #742
This commit is contained in:
Kevin Chung
2019-05-19 00:39:53 -04:00
committed by GitHub
parent 49b48a9e53
commit ac236e26ea
9 changed files with 778 additions and 7 deletions

View File

@@ -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'),
]