diff options
author | 2021-02-28 18:08:27 +0100 | |
---|---|---|
committer | 2021-02-28 18:08:27 +0100 | |
commit | 294d6d174d658d1f17ec910474e89b20cdea3737 (patch) | |
tree | 2e36a1259d37fe90f2fecb6a0b28044b1e7842b1 /docs/conf.py | |
parent | add theme to conda env (diff) | |
download | gotosocial-294d6d174d658d1f17ec910474e89b20cdea3737.tar.xz |
Doc updates
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py index e06db21c9..6881614d4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -39,7 +39,6 @@ templates_path = ['_templates'] # This pattern also affects html_static_path and html_extra_path. exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] - # -- Options for HTML output ------------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for @@ -50,4 +49,4 @@ html_theme = "sphinx_rtd_theme" # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static']
\ No newline at end of file +html_static_path = ['_static'] |