#200: Added `Sphinx.add_stylesheet()`.

This commit is contained in:
Georg Brandl
2009-06-16 21:05:20 +02:00
parent 57514d06da
commit 812455e32c
5 changed files with 21 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
Release 1.0 (in development)
============================
* #200: Added ``Sphinx.add_stylesheet()``.
* Added ``titlesonly`` option to ``toctree`` directive.
* Removed the deprecated ``sphinx.builder`` module.