summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2022-09-30 12:41:25 -0400
committerJason R. Coombs <jaraco@jaraco.com>2022-09-30 12:42:05 -0400
commit679eebb215c80c7376a1df02c77fd368347620b0 (patch)
tree04862222498c5498609397946dcaf74cce33a18e /docs
parentb4f0ae621594316e56cede2856b6a5be605a893c (diff)
downloadpython-setuptools-git-679eebb215c80c7376a1df02c77fd368347620b0.tar.gz
Adopt furo theme for docs.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 9fef70a5..fa741a85 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -7,6 +7,7 @@ extensions = [
]
master_doc = "index"
+html_theme = "furo"
# Link dates and other references in the changelog
extensions += ['rst.linker']