summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-01-04 17:49:59 +0100
committerGeorg Brandl <georg@python.org>2011-01-04 17:49:59 +0100
commit84a1dabbd2001148976ddd0c22849c8f60185baf (patch)
tree5d8bad76cb6dff4feff3e746916a78149778b4e0 /CHANGES
parenta6601f4054541207b875d089d14cfbee229294d0 (diff)
downloadsphinx-84a1dabbd2001148976ddd0c22849c8f60185baf.tar.gz
Add ``pyramid`` theme.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b03f1df5..d38e5308 100644
--- a/CHANGES
+++ b/CHANGES
@@ -24,6 +24,8 @@ Release 1.1 (in development)
* #443: Allow referencing external graphviz files.
+* Add ``pyramid`` theme.
+
* #472: linkcheck builder: Check links in parallel, use HTTP HEAD
requests and allow configuring the timeout. New config values:
:confval:`linkcheck_timeout` and :confval:`linkcheck_workers`.