diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-08-28 11:11:41 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-08-28 11:11:41 -0500 |
commit | b33feb18a77fcd9ff5b9c0cdb9ed6d81c467e759 (patch) | |
tree | fd7724cf0b12be34bfd4d7b77948947b24fcf567 /docs/source | |
parent | 9dfca6b3ce3b38419c5be27e197f8afd9b05a0b1 (diff) | |
download | mediagoblin-b33feb18a77fcd9ff5b9c0cdb9ed6d81c467e759.tar.lz mediagoblin-b33feb18a77fcd9ff5b9c0cdb9ed6d81c467e759.tar.xz mediagoblin-b33feb18a77fcd9ff5b9c0cdb9ed6d81c467e759.zip |
Fix failing to build docs
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/index.rst | 1 | ||||
-rw-r--r-- | docs/source/siteadmin/relnotes.rst | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst index 777c4d26..e7fda4ad 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -56,7 +56,6 @@ Part 2: Core plugin documentation plugindocs/flatpagesfile plugindocs/sampleplugin - plugindocs/oauth plugindocs/trim_whitespace plugindocs/raven plugindocs/basic_auth diff --git a/docs/source/siteadmin/relnotes.rst b/docs/source/siteadmin/relnotes.rst index 40e84766..e7bf003a 100644 --- a/docs/source/siteadmin/relnotes.rst +++ b/docs/source/siteadmin/relnotes.rst @@ -141,6 +141,7 @@ please note the following: **New features** + * PDF media type! * Improved plugin system. More flexible, better documented, with a new plugin authoring section of the docs. |