diff options
| author | Georg Brandl <georg@python.org> | 2009-01-05 20:22:30 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2009-01-05 20:22:30 +0100 |
| commit | beb987bd5bb78bb60eaffbe04b3d9d2745cc1396 (patch) | |
| tree | df3c301170c2390a0234e3e3f60335202f5befdf /sphinx/themes/default | |
| parent | 249f9544b7f2fbb865e4849b8e8ba0de8d41e860 (diff) | |
| download | sphinx-git-beb987bd5bb78bb60eaffbe04b3d9d2745cc1396.tar.gz | |
Basic theme infrastructure.
Diffstat (limited to 'sphinx/themes/default')
| -rw-r--r-- | sphinx/themes/default/theme.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sphinx/themes/default/theme.conf b/sphinx/themes/default/theme.conf new file mode 100644 index 000000000..0d5ab8eb2 --- /dev/null +++ b/sphinx/themes/default/theme.conf @@ -0,0 +1,3 @@ +[theme] +inherit = basic +stylesheet = default.css |
