Skip to content

Commit

Permalink
Update docs styles
Browse files Browse the repository at this point in the history
  • Loading branch information
radiac committed Aug 14, 2020
1 parent 4422020 commit bccb034
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/conf.py
Expand Up @@ -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 ---------------------------------------------------
Expand All @@ -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"]
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
@@ -0,0 +1 @@
-e git+https://github.com/wildfish/sphinx_wildfish_theme.git#egg=sphinx_wildfish_theme

0 comments on commit bccb034

Please sign in to comment.