diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2022-09-30 12:41:25 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2022-09-30 12:42:05 -0400 |
| commit | 679eebb215c80c7376a1df02c77fd368347620b0 (patch) | |
| tree | 04862222498c5498609397946dcaf74cce33a18e /docs | |
| parent | b4f0ae621594316e56cede2856b6a5be605a893c (diff) | |
| download | python-setuptools-git-679eebb215c80c7376a1df02c77fd368347620b0.tar.gz | |
Adopt furo theme for docs.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 1 |
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'] |
