diff options
author | Lorenz Diener <[email protected]> | 2016-11-24 02:10:53 +0100 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2016-11-24 02:10:53 +0100 |
commit | 924baa064d815d7611a18a6c14382f7c5513d33b (patch) | |
tree | 2ee81059b931650e8a5b8b555e852ae8aa55f4b5 /docs | |
parent | 615f88154c7455299e5f0b8a31f300d0a9d72ea4 (diff) | |
download | mastodon.py-924baa064d815d7611a18a6c14382f7c5513d33b.tar.gz |
Config changes, hopefully uses default readthedocs style now
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py index 3ccb5ed..c6f7b02 100644 --- a/docs/conf.py +++ b/docs/conf.py | |||
@@ -110,7 +110,7 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] | |||
110 | # show_authors = False | 110 | # show_authors = False |
111 | 111 | ||
112 | # The name of the Pygments (syntax highlighting) style to use. | 112 | # The name of the Pygments (syntax highlighting) style to use. |
113 | pygments_style = 'sphinx' | 113 | # pygments_style = 'sphinx' |
114 | 114 | ||
115 | # A list of ignored prefixes for module index sorting. | 115 | # A list of ignored prefixes for module index sorting. |
116 | # modindex_common_prefix = [] | 116 | # modindex_common_prefix = [] |
@@ -127,7 +127,7 @@ todo_include_todos = False | |||
127 | # The theme to use for HTML and HTML Help pages. See the documentation for | 127 | # The theme to use for HTML and HTML Help pages. See the documentation for |
128 | # a list of builtin themes. | 128 | # a list of builtin themes. |
129 | # | 129 | # |
130 | html_theme = 'alabaster' | 130 | # html_theme = 'alabaster' |
131 | 131 | ||
132 | # Theme options are theme-specific and customize the look and feel of a theme | 132 | # Theme options are theme-specific and customize the look and feel of a theme |
133 | # further. For a list of options available for each theme, see the | 133 | # further. For a list of options available for each theme, see the |