Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
w4123 committed Feb 5, 2019
1 parent ede5004 commit ebaf937
Showing 1 changed file with 5 additions and 57 deletions.
62 changes: 5 additions & 57 deletions docs/conf.py
@@ -1,8 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Dice! documentation build configuration file, created by
# sphinx-quickstart on Wed Jan 24 23:19:42 2018.
# Dice! documentation build configuration file
#
# This file is execfile()d with the current directory set to its
# containing dir.
Expand Down Expand Up @@ -55,16 +54,16 @@
# built documents.
#
# The short X.Y version.
version = '2.3.4'
version = '2.3.6'
# The full version, including alpha/beta/rc tags.
release = '2.3.4'
release = '2.3.6'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = 'zh_cn'
language = 'zh_CN'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down Expand Up @@ -108,55 +107,4 @@
]
}


# -- Options for HTMLHelp output ------------------------------------------

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


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

latex_elements = {
# The paper size ('letterpaper' or 'a4paper').
#'papersize': 'letterpaper',

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

# Additional stuff for the LaTeX preamble.
#'preamble': '',
}

# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'Dice.tex', 'Dice! Documentation',
u"W4123溯洄", 'manual'),
]


# -- Options for manual page output ---------------------------------------

# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'dice', 'Dice! Documentation',
[author], 1)
]


# -- Options for Texinfo output -------------------------------------------

# Grouping the document tree into Texinfo files. List of tuples
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'Dice', 'Dice! Documentation',
u"w4123溯洄", 'Dice', 'Dice Robot For QQ',
'Miscellaneous'),
]



html_search_language = 'zh'

0 comments on commit ebaf937

Please sign in to comment.