Skip to content

Commit

Permalink
Modified document configuration ✎
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzuRyo61 committed Feb 2, 2019
1 parent 0ec6372 commit b8b355e
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions docs/conf.py
Expand Up @@ -21,10 +21,6 @@
'.md': CommonMarkParser,
}

source_suffix = ['.rst', '.md']
html_theme = 'sphinx_rtd_theme'


# -- Project information -----------------------------------------------------

project = 'Misskey.py'
Expand Down Expand Up @@ -59,8 +55,8 @@
# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
#
# source_suffix = ['.rst', '.md']
source_suffix = '.rst'
source_suffix = ['.rst', '.md']
# source_suffix = '.rst'

# The master toctree document.
master_doc = 'index'
Expand All @@ -86,7 +82,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

0 comments on commit b8b355e

Please sign in to comment.