diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2022-09-30 12:54:22 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2022-09-30 12:54:22 -0400 |
| commit | 92fc975eb14eea2259875a3814cafadb005c23ef (patch) | |
| tree | e9ad489bc0c7c8313307867adcd98646f1ee0627 /docs | |
| parent | 2646233fad69dcf4565c389e5424f00dfecd7e05 (diff) | |
| parent | 679eebb215c80c7376a1df02c77fd368347620b0 (diff) | |
| download | python-setuptools-git-92fc975eb14eea2259875a3814cafadb005c23ef.tar.gz | |
Merge https://github.com/jaraco/skeleton
# Conflicts:
# setup.cfg
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 ecd7aac4..a9c9800a 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'] |
