Fix #1794: custom theme extended from alabaster or sphinx_rtd_theme can't find base theme.

This commit is contained in:
shimizukawa
2015-04-05 15:10:49 +09:00
parent 9d2ec40d8b
commit ccd7e73c19
2 changed files with 22 additions and 19 deletions

View File

@@ -8,6 +8,9 @@ Bugs fixed
* #1789: ``:pyobject:`` option of ``literalinclude`` directive includes following
lines after class definitions
* #1790: ``literalinclude`` strips empty lines at the head and tail
* #1802: load plugin themes automatically when theme.conf use it as 'inherit'. Thanks to
Takayuki Hirai.
* #1794: custom theme extended from alabaster or sphinx_rtd_theme can't find base theme.
Release 1.3.1 (released Mar 17, 2015)