diff options
author | MariaMatveeva <matveeva.maria@gmail.com> | 2016-08-26 14:29:03 +0200 |
---|---|---|
committer | MariaMatveeva <matveeva.maria@gmail.com> | 2016-08-26 14:29:03 +0200 |
commit | 48b868c5208816b007ec1d9c7940e75b4c64e5ce (patch) | |
tree | ca1f4a3bc0838b94b9fe9774d23ca1848948c303 /docs/conf.py | |
parent | d0aabc426cb01d488e9d41a66623773da73ff5e3 (diff) | |
download | uca-48b868c5208816b007ec1d9c7940e75b4c64e5ce.tar.gz uca-48b868c5208816b007ec1d9c7940e75b4c64e5ce.tar.bz2 uca-48b868c5208816b007ec1d9c7940e75b4c64e5ce.tar.xz uca-48b868c5208816b007ec1d9c7940e75b4c64e5ce.zip |
Update documentation
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py index ac1a43e..44fbb14 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,8 +23,6 @@ def get_version(): return '.'.join(version) -extensions = [] -templates_path = ['_templates'] source_suffix = '.rst' master_doc = 'index' @@ -39,7 +37,6 @@ pygments_style = 'sphinx' html_theme = 'default' -html_static_path = ['_static'] htmlhelp_basename = 'libucadoc' latex_documents = [ |