Skip to content

Commit

Permalink
actually import sphinx-rtd-theme!
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Scott committed Oct 23, 2020
1 parent 071e6fc commit b96c37e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
# ones.
extensions = []

import sphinx_rtd_theme
extensions = [
"sphinx_rtd_theme",
]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['../_templates']

Expand Down

0 comments on commit b96c37e

Please sign in to comment.