diff options
author | n-peugnet <n.peugnet@free.fr> | 2022-03-23 15:22:33 +0100 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2022-03-23 15:22:39 +0100 |
commit | b0adc08f05f25d644c645d1e7fb46cf6332bfc0a (patch) | |
tree | 4b2cb16682a901de42f39c494652b69370b82a70 /conf.py | |
parent | ab81c3dc8f415b013374c32b7328bc2bc9dd2758 (diff) | |
download | club1-docs-b0adc08f05f25d644c645d1e7fb46cf6332bfc0a.tar.gz club1-docs-b0adc08f05f25d644c645d1e7fb46cf6332bfc0a.zip |
use read the docs theme
as it is a lot more clean
Diffstat (limited to 'conf.py')
-rw-r--r-- | conf.py | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -57,9 +57,12 @@ exclude_patterns = [ # 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' # 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'] + +# The domain is used for code documentation, so no need for it here. +primary_domain = None |