summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2023-01-06 10:31:01 +0100
committerJustin Mayer <entroP@gmail.com>2023-01-06 10:31:01 +0100
commit4d82a42229c4065a989bb7536cdd5cf56e7dc746 (patch)
treee2e1df90088bfa954e71b5e927056c72d4d561ff /pyproject.toml
parentff665de3ca9224829a445ee355e919592093af16 (diff)
downloadpelican-4d82a42229c4065a989bb7536cdd5cf56e7dc746.tar.gz
Upgrade Furo theme to 2022.12.07. Refs #3077
Should fix "Previous" and "Next" arrow styling issue.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 4c41abec..002ebfff 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -49,7 +49,7 @@ lxml = "^4.3"
markdown = "~3.3.7"
typogrify = "^2.0"
sphinx = "^5.1"
-furo = "2022.06.21"
+furo = "2022.12.07"
livereload = "^2.6"
psutil = {version = "^5.7", optional = true}
pygments = "~2.8"