summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2022-09-30 12:54:22 -0400
committerJason R. Coombs <jaraco@jaraco.com>2022-09-30 12:54:22 -0400
commit92fc975eb14eea2259875a3814cafadb005c23ef (patch)
treee9ad489bc0c7c8313307867adcd98646f1ee0627
parent2646233fad69dcf4565c389e5424f00dfecd7e05 (diff)
parent679eebb215c80c7376a1df02c77fd368347620b0 (diff)
downloadpython-setuptools-git-92fc975eb14eea2259875a3814cafadb005c23ef.tar.gz
Merge https://github.com/jaraco/skeleton
# Conflicts: # setup.cfg
-rw-r--r--docs/conf.py1
-rw-r--r--setup.cfg6
2 files changed, 4 insertions, 3 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']
diff --git a/setup.cfg b/setup.cfg
index 436435a9..394441bd 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -90,9 +90,8 @@ docs =
sphinx >= 3.5
jaraco.packaging >= 9
rst.linker >= 1.9
+ furo
jaraco.tidelift >= 1.4
- sphinx-notfound-page == 0.8.3
- sphinx-hoverxref < 2
# local
pygments-github-lexers==0.0.5
@@ -100,7 +99,8 @@ docs =
sphinx-inline-tabs
sphinx-reredirects
sphinxcontrib-towncrier
- furo
+ sphinx-notfound-page == 0.8.3
+ sphinx-hoverxref < 2
ssl =