Skip to content

Commit

Permalink
Merge branch 'rtfd-wip' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
s-kostyuk committed Feb 26, 2018
2 parents c2f6ba8 + bd657d7 commit 1163a6b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# ADPL documentation build configuration file, created by
# everpl documentation build configuration file, created by
# sphinx-quickstart on Fri Sep 1 12:32:50 2017.
#
# This file is execfile()d with the current directory set to its
Expand Down Expand Up @@ -51,18 +51,18 @@
master_doc = 'index'

# General information about the project.
project = 'ADPL'
copyright = '2017, Sergey Kostyuk'
project = 'everpl'
copyright = '2018, Sergey Kostyuk'
author = 'Sergey Kostyuk'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '0.1'
version = '0.3'
# The full version, including alpha/beta/rc tags.
release = '0.1'
release = '0.3.draft'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -205,7 +205,7 @@
#html_search_scorer = 'scorer.js'

# Output file base name for HTML help builder.
htmlhelp_basename = 'ADPLdoc'
htmlhelp_basename = 'everpldoc'

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

Expand All @@ -227,7 +227,7 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'ADPL.tex', 'ADPL Documentation',
(master_doc, 'everpl.tex', 'everpl Documentation',
'Sergey Kostyuk', 'manual'),
]

Expand Down Expand Up @@ -257,7 +257,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'adpl', 'ADPL Documentation',
(master_doc, 'everpl', 'everpl Documentation',
[author], 1)
]

Expand All @@ -271,8 +271,8 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'ADPL', 'ADPL Documentation',
author, 'ADPL', 'One line description of project.',
(master_doc, 'everpl', 'everpl Documentation',
author, 'everpl', 'One line description of project.',
'Miscellaneous'),
]

Expand Down

0 comments on commit 1163a6b

Please sign in to comment.