Skip to content

Commit

Permalink
Fixed invalid project name
Browse files Browse the repository at this point in the history
  • Loading branch information
mspanc committed Nov 23, 2016
1 parent b61a500 commit 7a39b19
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# RadioKit Electron documentation build configuration file, created by
# RadioKit JS Toolkit documentation build configuration file, created by
# sphinx-quickstart on Sat Apr 2 19:51:27 2016.
#
# This file is execfile()d with the current directory set to its
Expand Down Expand Up @@ -48,7 +48,7 @@
master_doc = 'index'

# General information about the project.
project = u'RadioKit Electron'
project = u'RadioKit JS Toolkit'
copyright = u'2016, RadioKit Ltd'
author = u'RadioKit Ltd'

Expand Down Expand Up @@ -124,7 +124,7 @@

# The name for this set of Sphinx documents.
# "<project> v<release> documentation" by default.
#html_title = u'RadioKit Electron v1.0'
#html_title = u'RadioKit JS Toolkit v1.0'

# A shorter title for the navigation bar. Default is the same as html_title.
#html_short_title = None
Expand Down Expand Up @@ -206,7 +206,7 @@
#html_search_scorer = 'scorer.js'

# Output file base name for HTML help builder.
htmlhelp_basename = 'RadioKitElectrondoc'
htmlhelp_basename = 'RadioKitJS Toolkitdoc'

# -- Options for LaTeX output ---------------------------------------------

Expand All @@ -228,7 +228,7 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'RadioKitElectron.tex', u'RadioKit Electron Documentation',
(master_doc, 'RadioKitJS Toolkit.tex', u'RadioKit JS Toolkit Documentation',
u'RadioKit Ltd', 'manual'),
]

Expand Down Expand Up @@ -258,7 +258,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'radiokit-electron', u'RadioKit Electron Documentation',
(master_doc, 'radiokit-js-toolkit', u'RadioKit JS Toolkit Documentation',
[author], 1)
]

Expand All @@ -272,8 +272,8 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'RadioKitElectron', u'RadioKit Electron Documentation',
author, 'RadioKitElectron', 'One line description of project.',
(master_doc, 'RadioKitJS Toolkit', u'RadioKit JS Toolkit Documentation',
author, 'RadioKitJS Toolkit', 'One line description of project.',
'Miscellaneous'),
]

Expand Down

0 comments on commit 7a39b19

Please sign in to comment.