From a8b9317e4bd43f8195fe43ddf114641e2d35f1bb Mon Sep 17 00:00:00 2001 From: Daniel Hornung <d.hornung@indiscale.com> Date: Wed, 12 May 2021 13:42:14 +0200 Subject: [PATCH] STY: Whitespace cleanup. --- src/doc/Makefile | 1 + src/doc/conf.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/doc/Makefile b/src/doc/Makefile index 5458c530..9841c661 100644 --- a/src/doc/Makefile +++ b/src/doc/Makefile @@ -32,6 +32,7 @@ PY_BASEDIR = ../caosdb SOURCEDIR = . BUILDDIR = ../../build/doc + .PHONY: doc-help Makefile # Put it first so that "make" without argument is like "make help". diff --git a/src/doc/conf.py b/src/doc/conf.py index f276f325..8a3f5b6c 100644 --- a/src/doc/conf.py +++ b/src/doc/conf.py @@ -54,7 +54,6 @@ templates_path = ['_templates'] # The suffix(es) of source filenames. # You can specify multiple suffix as a list of string: -# source_suffix = ['.rst', '.md'] # The master toctree document. @@ -81,6 +80,7 @@ pygments_style = None # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # + html_theme = "sphinx_rtd_theme" # Theme options are theme-specific and customize the look and feel of a theme -- GitLab