From bccb034da8e364a37acd6e5513306b293335ec23 Mon Sep 17 00:00:00 2001 From: Richard Terry Date: Fri, 14 Aug 2020 14:37:03 +0100 Subject: [PATCH] Update docs styles --- docs/conf.py | 10 ++++++---- docs/requirements.txt | 1 + 2 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 docs/requirements.txt diff --git a/docs/conf.py b/docs/conf.py index 7169eed..828d69f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,13 +20,13 @@ # -- Project information ----------------------------------------------------- project = "django-gdpr-assist" -copyright = "2018, Wildfish" +copyright = "2020, Wildfish" author = "Wildfish" # The short X.Y version version = "" # The full version, including alpha/beta/rc tags -release = "1.1.0" +release = "1.3.0" # -- General configuration --------------------------------------------------- @@ -38,7 +38,9 @@ # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -extensions = [] +extensions = [ + "sphinx_wildfish_theme", +] # Add any paths that contain templates here, relative to this directory. templates_path = ["_templates"] @@ -73,7 +75,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = "sphinx_rtd_theme" +html_theme = "sphinx_wildfish_theme" # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 0000000..b78187a --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1 @@ +-e git+https://github.com/wildfish/sphinx_wildfish_theme.git#egg=sphinx_wildfish_theme