Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Commit

Permalink
minor changes in conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zelig committed Jan 5, 2016
1 parent b2f5f2f commit 06428bc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Strategy for migrating old fronter-guide content
Directory structure
=========================

.. code::
.. code-block::
homestead-guide
build - workdir, not commited to repo
source - actual content in rst
Expand Down
14 changes: 8 additions & 6 deletions source/conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# homestead guide documentation build configuration file, created by
# Ethereum Homestead documentation build configuration file, created by
# sphinx-quickstart on Tue Jan 5 17:30:05 2016.
#
# This file is execfile()d with the current directory set to its
Expand Down Expand Up @@ -50,7 +50,7 @@
master_doc = 'index'

# General information about the project.
project = u'homestead guide'
project = u'Ethereum Homestead'
copyright = u'2016, ethdev && ethereum community'
author = u'ethdev && ethereum community'

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

# 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
Expand Down Expand Up @@ -211,9 +211,11 @@
latex_elements = {
# The paper size ('letterpaper' or 'a4paper').
#'papersize': 'letterpaper',
'papersize': 'a4paper',

# The font size ('10pt', '11pt' or '12pt').
#'pointsize': '10pt',
'pointsize': '10pt',

# Additional stuff for the LaTeX preamble.
#'preamble': '',
Expand All @@ -226,7 +228,7 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'homesteadguide.tex', u'homestead guide Documentation',
(master_doc, 'homesteadguide.tex', u'Ethereum Homestead Documentation',
u'ethdev \\&\\& ethereum community', 'manual'),
]

Expand Down Expand Up @@ -256,7 +258,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'homesteadguide', u'homestead guide Documentation',
(master_doc, 'homesteadguide', u'Ethereum Homestead Documentation',
[author], 1)
]

Expand All @@ -270,7 +272,7 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'homesteadguide', u'homestead guide Documentation',
(master_doc, 'homesteadguide', u'Ethereum Homestead Documentation',
author, 'homesteadguide', 'One line description of project.',
'Miscellaneous'),
]
Expand Down

0 comments on commit 06428bc

Please sign in to comment.